diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-06-07 11:38:09 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-06-07 11:38:09 +0000 |
commit | 6868d1c57a6ba7eb3db57b90e71c0da1aa949d52 (patch) | |
tree | e2dc1252d0857ef4b9f9bc54435a31a7199b770c | |
parent | d36afbf6e46e44439b731805d2d83f6fad8d2c2a (diff) |
Add 3DFX Voodoo5 and TI TSB43AB23 IEEE1394, found in dmesg from
Alexandre H <openbsdah@wanadoo.fr>.
-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 d6e16c70778..1e24696dc7f 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.634 2003/06/07 11:31:03 grange Exp $ + $OpenBSD: pcidevs,v 1.635 2003/06/07 11:38:08 grange Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -663,6 +663,7 @@ product 3DFX VOODOO 0x0001 Voodoo product 3DFX VOODOO2 0x0002 Voodoo2 product 3DFX BANSHEE 0x0003 Banshee product 3DFX VOODOO3 0x0005 Voodoo3 +product 3DFX VOODOO5 0x0009 Voodoo5 /* 3D Labs products */ product 3DLABS 300SX 0x0001 300SX @@ -2389,6 +2390,7 @@ product TI TSB12LV23 0x8019 TSB12LV23 FireWire product TI TSB12LV26 0x8020 TSB12LV26 FireWire product TI TSB43AA22 0x8021 TSB43AA22 FireWire product TI TSB43AB22 0x8023 TSB43AB22 FireWire +product TI TSB43AB23 0x8024 TSB43AB23 FireWire product TI TSB43AB21 0x8026 TSB43AB21 FireWire product TI PCI4451_FW 0x8027 PCI4451 FireWire product TI DWL520P 0x8400 DWL-520+ |