diff options
author | 2001-03-12 06:18:07 +0000 | |
---|---|---|
committer | 2001-03-12 06:18:07 +0000 | |
commit | 7545b47e36eef43a3454622905a241e265d36bd1 (patch) | |
tree | 35d189fe980926ec98d4e55692894714257e3f1e | |
parent | Add support for reading the MAC address from the APC CMOS RAM in the (diff) | |
download | wireguard-openbsd-7545b47e36eef43a3454622905a241e265d36bd1.tar.xz wireguard-openbsd-7545b47e36eef43a3454622905a241e265d36bd1.zip |
Another TI FireWire host controller.
-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 e0758907685..cf7e5950c37 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.372 2001/03/03 05:14:19 deraadt Exp $ + $OpenBSD: pcidevs,v 1.373 2001/03/12 06:18:07 aaron Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1669,6 +1669,7 @@ product TI PERMEDIA 0x3d04 3DLabs Permedia product TI PERMEDIA2 0x3d07 3DLabs Permedia 2 product TI TSB12LV22 0x8009 TSB12LV22 FireWire product TI TSB12LV23 0x8019 TSB12LV23 FireWire +product TI TSB12LV26 0x8020 TSB12LV26 FireWire product TI PCI1130 0xac12 PCI1130 PCI-CardBus product TI PCI1031 0xac13 PCI1031 PCI-pcmcia product TI PCI1131 0xac15 PCI1131 PCI-CardBus |