[PATCH] ata_piix.c ICH6M MAP typo.

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

 



I assume, this patch is a typo correction. this still avoids me an
error at boot:
ata_piix 0000:00:1f.2: version 2.00
ata_piix 0000:00:1f.2: MAP [ P0 P2 XX XX ]
ata_piix 0000:00:1f.2: invalid MAP value 0

cheers,

--
Pierre
--- linux-2.6.19.1/drivers/ata/ata_piix.c	2006-12-11 20:32:53.000000000 +0100
+++ linux-2.6.19.1.patched/drivers/ata/ata_piix.c	2006-12-28 00:06:44.000000000 +0100
@@ -405,7 +405,7 @@
 	 */
 	.map = {
 		/* PM   PS   SM   SS       MAP */
-		{  P0,  P2,  RV,  RV }, /* 00b */
+		{  P0,  P2,  NA,  NA }, /* 00b */
 		{ IDE, IDE,  P1,  P3 }, /* 01b */
 		{  P0,  P2, IDE, IDE }, /* 10b */
 		{  RV,  RV,  RV,  RV },

[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux