diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 2000-04-13 04:25:11 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 2000-04-13 04:25:11 +0000 |
commit | 2b1c613fa33f2072bb8e870827bef4b52a405aba (patch) | |
tree | 2982159d94b625454d60bb3d6869ba42e4c98e64 /sys/dev/pci/pcidevs | |
parent | 42136224177d8a79373f9c0eb56bf2a83219a222 (diff) |
Add support for Adaptec 2930U2 controller.
Diffstat (limited to 'sys/dev/pci/pcidevs')
-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 56b034d53ac..75fa8ae6bdd 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.244 2000/04/13 00:07:06 deraadt Exp $ + $OpenBSD: pcidevs,v 1.245 2000/04/13 04:25:08 smurph Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -653,6 +653,7 @@ product ADP AIC6915 0x6915 AIC-6915 product ADP 7895 0x7895 AIC-7895 product ADP2 2940U2 0x0010 AHA-2940U2 Ultra2 +product ADP2 2930U2 0x0011 AHA-2930U2 Ultra2 product ADP2 AIC7890 0x001f AIC-7890/1 Ultra2 product ADP2 AIC7892 0x008F AIC-7892 Ultra160 product ADP2 29160 0x0080 AHA-29160 Ultra160 |