Add ID of one more SII3132 revision found on adaptec aar-1225sa rev a2.

PR:		kern/127289
This commit is contained in:
Alexander Motin 2009-05-07 19:17:06 +00:00
parent 7ae27ff49f
commit 88413c6b88
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191897
2 changed files with 2 additions and 0 deletions

View File

@ -345,6 +345,7 @@ struct ata_pci_controller {
#define ATA_SII3124 0x31241095
#define ATA_SII3132 0x31321095
#define ATA_SII3132_1 0x02421095
#define ATA_SII3132_2 0x02441095
#define ATA_SII0680 0x06801095
#define ATA_CMD646 0x06461095
#define ATA_CMD648 0x06481095

View File

@ -99,6 +99,7 @@ ata_sii_probe(device_t dev)
{ ATA_SII3124, 0x00, SII_PRBIO, SII_4CH, ATA_SA300, "3124" },
{ ATA_SII3132, 0x00, SII_PRBIO, 0, ATA_SA300, "3132" },
{ ATA_SII3132_1, 0x00, SII_PRBIO, 0, ATA_SA300, "3132" },
{ ATA_SII3132_2, 0x00, SII_PRBIO, 0, ATA_SA300, "3132" },
{ ATA_SII0680, 0x00, SII_MEMIO, SII_SETCLK, ATA_UDMA6, "680" },
{ ATA_CMD649, 0x00, 0, SII_INTR, ATA_UDMA5, "(CMD) 649" },
{ ATA_CMD648, 0x00, 0, SII_INTR, ATA_UDMA4, "(CMD) 648" },