aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac/aac_pci.c
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-12-15 07:03:21 +0000
committerScott Long <scottl@FreeBSD.org>2004-12-15 07:03:21 +0000
commitecefe5717e136c403cf2548ffcd152fd1622d7ae (patch)
tree794bab5e074e5dda19252a92453d4c91e458152a /sys/dev/aac/aac_pci.c
parentf6bbd7a8e918ea0f48c1aaf0aecab9051804d4a5 (diff)
downloadsrc-ecefe5717e136c403cf2548ffcd152fd1622d7ae.tar.gz
src-ecefe5717e136c403cf2548ffcd152fd1622d7ae.zip
Add the PCI ID for the Adaptec 2230SLP card.
Submitted by: Ray Gilstrap
Notes
Notes: svn path=/head/; revision=138884
Diffstat (limited to 'sys/dev/aac/aac_pci.c')
-rw-r--r--sys/dev/aac/aac_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index 2f159d713e9c..c6e4c8affcb0 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -134,6 +134,8 @@ struct aac_ident
"Adaptec SCSI RAID 2810SA"},
{0x9005, 0x0285, 0x9005, 0x0293, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
"Adaptec SCSI RAID 21610SA"},
+ {0x9005, 0x0286, 0x9005, 0x028c, AAC_HWIF_RKT, 0,
+ "Adaptec SCSI RAID 2230S"},
{0x9005, 0x0286, 0x9005, 0x028d, AAC_HWIF_RKT, 0,
"Adaptec SCSI RAID 2130S"},
{0, 0, 0, 0, 0, 0, 0}