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 | |
parent | b33121f8a668fa98ac1ce184bbed7694cf004bbe (diff) |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 12 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 24 |
2 files changed, 28 insertions, 8 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 175c9077cd4..e3655f0a54c 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.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 $ */ @@ -814,10 +814,10 @@ #define PCI_PRODUCT_APPLE_OHARE 0x0007 /* OHare */ #define PCI_PRODUCT_APPLE_HEATHROW 0x0010 /* Heathrow */ #define PCI_PRODUCT_APPLE_PADDINGTON 0x0017 /* Paddington */ -#define PCI_PRODUCT_APPLE_UNINORTHETH 0x001e /* Uni-North Eth */ -#define PCI_PRODUCT_APPLE_UNINORTH 0x001f /* Uni-North */ +#define PCI_PRODUCT_APPLE_UNINORTHETH 0x001e /* Uni-N Eth */ +#define PCI_PRODUCT_APPLE_UNINORTH 0x001f /* Uni-N */ #define PCI_PRODUCT_APPLE_USB 0x0019 /* USB */ -#define PCI_PRODUCT_APPLE_UNINORTHAGP 0x0020 /* Uni-North AGP */ +#define PCI_PRODUCT_APPLE_UNINORTHAGP 0x0020 /* Uni-N AGP */ #define PCI_PRODUCT_APPLE_GMAC 0x0021 /* GMAC */ #define PCI_PRODUCT_APPLE_KEYLARGO 0x0022 /* Keylargo */ #define PCI_PRODUCT_APPLE_GMAC2 0x0024 /* GMAC */ @@ -826,6 +826,9 @@ #define PCI_PRODUCT_APPLE_PANGEA_AGP 0x0027 /* Pangea AGP */ #define PCI_PRODUCT_APPLE_PANGEA_PCI1 0x0028 /* Pangea Host-PCI */ #define PCI_PRODUCT_APPLE_PANGEA_PCI2 0x0029 /* Pangea Host-PCI */ +#define PCI_PRODUCT_APPLE_UNINORTH2AGP 0x002d /* Uni-N2 AGP */ +#define PCI_PRODUCT_APPLE_UNINORTH2 0x002e /* Uni-N2 Host */ +#define PCI_PRODUCT_APPLE_UNINORTH2ETH 0x002f /* Uni-N2 Host */ #define PCI_PRODUCT_APPLE_PANGEA_FW 0x0030 /* Pangea FireWire */ /* ARC Logic products */ @@ -1443,6 +1446,7 @@ #define PCI_PRODUCT_LUCENT_VENUSMODEM 0x0480 /* Venus Modem */ #define PCI_PRODUCT_LUCENT_USBHC 0x5801 /* USB */ #define PCI_PRODUCT_LUCENT_USBQBUS 0x5803 /* USB QuadraBus */ +#define PCI_PRODUCT_LUCENT_FW322 0x5811 /* FW322 1394 */ /* LuxSonor */ #define PCI_PRODUCT_LUXSONOR_LS242 0x0020 /* LS242 DVD Decoder */ 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", }, |