diff options
author | 2009-05-13 08:31:22 +0000 | |
---|---|---|
committer | 2009-05-13 08:31:22 +0000 | |
commit | a9696cae1180265c4207ca9eca9ff270b46f32e6 (patch) | |
tree | bf783ee26ce2d87c818c4f8d3e2ebd98b968f3e3 | |
parent | Set D_VENDOR when spoofing a label on archs that use D_VENDOR when (diff) | |
download | wireguard-openbsd-a9696cae1180265c4207ca9eca9ff270b46f32e6.tar.xz wireguard-openbsd-a9696cae1180265c4207ca9eca9ff270b46f32e6.zip |
Adaptec AAR-1225SA
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index a0f2cfd3309..59635fcc914 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1473 2009/05/11 19:46:46 damien Exp $ +$OpenBSD: pcidevs,v 1.1474 2009/05/13 08:31:22 jsg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1586,6 +1586,7 @@ product CIRRUS CS4281 0x6005 CS4281 CrystalClear product CMDTECH AAR_1210SA 0x0240 AAR-1210SA /* Adaptec 1220SA is really a 3132 also */ product CMDTECH AAR_1220SA 0x0242 AAR-1220SA +product CMDTECH AAR_1225SA 0x0244 AAR-1225SA product CMDTECH 640 0x0640 PCI0640 product CMDTECH 642 0x0642 PCI0642 product CMDTECH 643 0x0643 PCI0643 |