Date: Thu, 11 Sep 2008 07:30:07 GMT From: Raul <raul@b2n.org> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/127289: [ata] [patch] new pci ids for SiI3112 present on adaptec aar-1225sa rev a2 Message-ID: <200809110730.m8B7U79o054119@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/127289; it has been noted by GNATS. From: Raul <raul@b2n.org> To: bug-followup@FreeBSD.org, raul@b2n.org Cc: Subject: Re: kern/127289: [ata] [patch] new pci ids for SiI3112 present on adaptec aar-1225sa rev a2 Date: Thu, 11 Sep 2008 09:09:27 +0200 --=-P95J5HycTuvyEgx6rdQy Content-Type: text/plain Content-Transfer-Encoding: 7bit The other half of the patch :/ --=-P95J5HycTuvyEgx6rdQy Content-Disposition: attachment; filename=ata-chipset.diff Content-Type: text/x-patch; name=ata-chipset.diff; charset=utf-8 Content-Transfer-Encoding: 7bit --- sys/dev/ata/ata-chipset.c.orig 2008-09-06 22:12:23.000000000 +0200 +++ sys/dev/ata/ata-chipset.c 2008-09-06 22:13:07.000000000 +0200 @@ -4458,6 +4458,7 @@ { ATA_SII3112_1, 0x00, SIIMEMIO, SIIBUG, ATA_SA150, "SiI 3112" }, { ATA_SII3124, 0x00, SIIPRBIO, SII4CH, ATA_SA300, "SiI 3124" }, { ATA_SII3132, 0x00, SIIPRBIO, 0, ATA_SA300, "SiI 3132" }, + { ATA_SII3132_1, 0x00, SIIPRBIO, 0, ATA_SA300, "SiI 3132" }, { ATA_SII0680, 0x00, SIIMEMIO, SIISETCLK, ATA_UDMA6, "SiI 0680" }, { ATA_CMD649, 0x00, 0, SIIINTR, ATA_UDMA5, "CMD 649" }, { ATA_CMD648, 0x00, 0, SIIINTR, ATA_UDMA4, "CMD 648" }, --=-P95J5HycTuvyEgx6rdQy--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809110730.m8B7U79o054119>