diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-27 17:00:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-27 17:00:20 +0000 |
commit | 472411f3f4f4eb493c1c3be194ec53ae2771c2c6 (patch) | |
tree | 2e092a66f9ba83d77a8e281a68486f56f5f00173 /sys/dev/pci/pcidevs_data.h | |
parent | 5231f22d2ff752c5b90acd84e9bad9fe9b6b972d (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index a554d4e96a0..201a16b1609 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.420 2001/07/26 16:47:40 brad Exp + * OpenBSD: pcidevs,v 1.421 2001/07/27 17:00:15 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2091,6 +2091,10 @@ static const struct pci_known_product pci_known_products[] = { "82801BA AC-97 Modem", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801BAM_HPB, + "82801BAM Hub-to-PCI", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82562, "82562", }, @@ -2103,6 +2107,10 @@ static const struct pci_known_product pci_known_products[] = { "82801BA IDE", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801BAM_LPC, + "82801BAM LPC", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801BA_AGP, "82801BA AGP", }, @@ -3011,6 +3019,10 @@ static const struct pci_known_product pci_known_products[] = { "GeForce2 MX", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE2GO, + "GeForce2 Go", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE2GTS, "GeForce2 GTS", }, @@ -3675,6 +3687,10 @@ static const struct pci_known_product pci_known_products[] = { "TSB12LV26 FireWire", }, { + PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI4451_FW, + "PCI4451 OHCI FireWire", + }, + { PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1130, "PCI1130 PCI-CardBus", }, @@ -3727,6 +3743,10 @@ static const struct pci_known_product pci_known_products[] = { "PCI2031 PCI-PCI", }, { + PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI4451_CB, + "PCI4451 PCI-CardBus", + }, + { PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1410, "PCI1410 PCI-CardBus", }, |