diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-12-18 17:31:44 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-12-18 17:31:44 +0000 |
commit | 5c04346578bd315522330bc107f775047d7e421d (patch) | |
tree | eefd9b845ac615fdb3f38231e93445bc8177cccd /sys/dev/pci/pcidevs_data.h | |
parent | b33121f8a668fa98ac1ce184bbed7694cf004bbe (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 0e9cdfca019..79f4a672a7d 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.474 2001/12/11 22:39:17 todd Exp + * OpenBSD: pcidevs,v 1.475 2001/12/18 17:31:14 drahn Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -768,11 +768,11 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTHETH, - "Uni-North Eth", + "Uni-N Eth", }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH, - "Uni-North", + "Uni-N", }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_USB, @@ -780,7 +780,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTHAGP, - "Uni-North AGP", + "Uni-N AGP", }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_GMAC, @@ -815,6 +815,18 @@ static const struct pci_known_product pci_known_products[] = { "Pangea Host-PCI", }, { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH2AGP, + "Uni-N2 AGP", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH2, + "Uni-N2 Host", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH2ETH, + "Uni-N2 Host", + }, + { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_FW, "Pangea FireWire", }, @@ -2711,6 +2723,10 @@ static const struct pci_known_product pci_known_products[] = { "USB QuadraBus", }, { + PCI_VENDOR_LUCENT, PCI_PRODUCT_LUCENT_FW322, + "FW322 1394", + }, + { PCI_VENDOR_LUXSONOR, PCI_PRODUCT_LUXSONOR_LS242, "LS242 DVD Decoder", }, |