diff options
author | 2003-11-17 20:51:41 +0000 | |
---|---|---|
committer | 2003-11-17 20:51:41 +0000 | |
commit | 6a6c71e250415161112351dd04fc3c96cd54b900 (patch) | |
tree | 2b3566d6aed9b750fb70df51b5da478dcc9ec20e | |
parent | Zero nlist array before using; fixes a bug in the error condition (diff) | |
download | wireguard-openbsd-6a6c71e250415161112351dd04fc3c96cd54b900.tar.xz wireguard-openbsd-6a6c71e250415161112351dd04fc3c96cd54b900.zip |
New vendor TigerJet Network and a new toy of tm@ -- Tiger320
pci communication controller.
ok mickey@
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 741aa51682a..74090c06899 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.688 2003/11/06 07:21:26 mickey Exp $ + $OpenBSD: pcidevs,v 1.689 2003/11/17 20:51:41 grange Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -258,6 +258,7 @@ vendor ADP 0x9004 Adaptec vendor ADP2 0x9005 Adaptec vendor ATRONICS 0x907f Atronics vendor NETMOS 0x9710 NetMos +vendor TIGERJET 0xe159 TigerJet Network vendor ENDACE 0xeace Endace Measurement Systems vendor ARC 0xedd8 ARC Logic vendor INVALID 0xffff INVALID VENDOR ID @@ -2144,6 +2145,9 @@ product TI PCI1520 0xac55 PCI1520 PCI-CardBus product TI PCI1510 0xac56 PCI1510 PCI-CardBus product TI PCI2040 0xac60 PCI2040 PCI-DSP +/* TigerJet Network products */ +product TIGERJET TIGER320 0x0001 PCI interface + /* Topic */ product TOPIC 5634PCV 0x0000 5634PCV SurfRider |