diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-01-18 05:18:24 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-01-18 05:18:24 +0000 |
commit | 44d0a9388d240ce8d5e0c31903d214eda65ad272 (patch) | |
tree | 7edbfcfb15483a72fbb666dd2443e6562490493b /sys/dev/pci | |
parent | 16c1f3d8f86ccaf12903b4d52cbb76d7b34c5be2 (diff) |
Farallon PN9000SX (looks like they used DEC's vendor ID by mistake); from FreeBSD.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 5f4293cb80f..7936c6c80fa 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.209 2000/01/10 02:21:05 jason Exp $ + $OpenBSD: pcidevs,v 1.210 2000/01/18 05:18:23 jason Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -863,6 +863,8 @@ product DEC DEFPA 0x000f DEFPA product DEC 21041 0x0014 DECchip 21041 (Tulip Pass 3) product DEC DGLPB 0x0016 DGLPB (OPPO) product DEC 21142 0x0019 DECchip 21142/3 +/* Farallon apparently used DEC's vendor ID by mistake */ +product DEC PN9000SX 0x001a Farallon PN9000SX product DEC 21052 0x0021 DECchip 21052 PCI-PCI product DEC 21150 0x0022 DECchip 21150 PCI-PCI product DEC 21152 0x0024 DECchip 21152 PCI-PCI |