diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-10-06 07:08:10 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-10-06 07:08:10 +0000 |
commit | c400043e6c0051711d41fb9204d21becdb368c25 (patch) | |
tree | 830bc8b895eb057e02a3d8cea733eec96ab8b2e8 /sys | |
parent | 1e6d775dee4f7f8fb7e124beb8f924883d687324 (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 5 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 20 |
2 files changed, 23 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index c620803cc0e..68d129fe080 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.90 1998/09/28 00:35:54 downsj Exp + * OpenBSD: pcidevs,v 1.91 1998/10/06 07:06:59 downsj Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -659,6 +659,9 @@ /* Brooktree products */ #define PCI_PRODUCT_BROOKTREE_BT848 0x0350 /* BT848 */ #define PCI_PRODUCT_BROOKTREE_BT849 0x0351 /* BT849 */ +#define PCI_PRODUCT_BROOKTREE_BT878 0x036e /* BT878 */ +#define PCI_PRODUCT_BROOKTREE_BT879 0x036f /* BT879 */ +#define PCI_PRODUCT_BROOKTREE_BT878_DEV2 0x0878 /* BT878 (2nd device) */ /* BusLogic products */ #define PCI_PRODUCT_BUSLOGIC_MULTIMASTER_NC 0x0140 /* MultiMaster NC */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 5723d01cc14..7625d083363 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.90 1998/09/28 00:35:54 downsj Exp + * OpenBSD: pcidevs,v 1.91 1998/10/06 07:06:59 downsj Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -555,6 +555,24 @@ struct pci_knowndev pci_knowndevs[] = { "BT849", }, { + PCI_VENDOR_BROOKTREE, PCI_PRODUCT_BROOKTREE_BT878, + 0, + "Brooktree", + "BT878", + }, + { + PCI_VENDOR_BROOKTREE, PCI_PRODUCT_BROOKTREE_BT879, + 0, + "Brooktree", + "BT879", + }, + { + PCI_VENDOR_BROOKTREE, PCI_PRODUCT_BROOKTREE_BT878_DEV2, + 0, + "Brooktree", + "BT878 (2nd device)", + }, + { PCI_VENDOR_BUSLOGIC, PCI_PRODUCT_BUSLOGIC_MULTIMASTER_NC, 0, "BusLogic", |