[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#343048: linux-image-2.6.14-2-686: ide fails to initialize (applying the patch)



On Tue, Dec 13, 2005 at 07:23:41AM +0100, Erik van Konijnenburg wrote:
> **	Save the attached patch.

Oops, patch attached for real now.
--- orig/perl/Hardware.pm
+++ mod/perl/Hardware.pm
@@ -234,7 +234,10 @@
 	# The above error persists in 2.6.12, and is solved
 	# in 2.6.14.
 	#
+	# Similar error seems to exist in 2.6.14 for piix.
+	#
 	$result = [ map { $_ eq "via82cxxx" ?  ($_, "ide-generic") : $_ } @{$result} ];
+	$result = [ map { $_ eq "piix" ?  ($_, "ide-generic") : $_ } @{$result} ];
 
 	return $result;
 }

Reply to: