summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-03-05 06:47:28 +0000
committereadler <eadler@FreeBSD.org>2018-03-05 06:47:28 +0000
commite540c3bbba86bed65a441b42abea8e2359129208 (patch)
tree5c4cebf81e244804c2ee4d31e288e2ea5bcafe3d
parent1295818fb343a87dc92a134f3c14bcfa2b1eedc2 (diff)
downloadFreeBSD-src-e540c3bbba86bed65a441b42abea8e2359129208.zip
FreeBSD-src-e540c3bbba86bed65a441b42abea8e2359129208.tar.gz
MFC r308065:
Remove a PCI ID for a raid controller from Adaptec that was planned, but never released. Since no real hardware was released with this ID, just drop it from the aacraid driver. This paves the path for future drivers for hardware that actually has this ID. Submitted by: Scott Benesh from Microsemi. Differential Revision: https://reviews.freebsd.org/D8377 MFC After: 3 days
-rw-r--r--sys/dev/aacraid/aacraid_pci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/aacraid/aacraid_pci.c b/sys/dev/aacraid/aacraid_pci.c
index 46eb53c..0f67c74 100644
--- a/sys/dev/aacraid/aacraid_pci.c
+++ b/sys/dev/aacraid/aacraid_pci.c
@@ -102,8 +102,6 @@ struct aac_ident
"Adaptec RAID Controller"},
{0x9005, 0x028d, 0, 0, AAC_HWIF_SRCV, 0,
"Adaptec RAID Controller"},
- {0x9005, 0x028f, 0, 0, AAC_HWIF_SRCV, 0,
- "Adaptec RAID Controller"},
{0, 0, 0, 0, 0, 0, 0}
};
OpenPOWER on IntegriCloud