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/dev/pci/pcidevs.h | |
parent | 1e6d775dee4f7f8fb7e124beb8f924883d687324 (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 5 |
1 files changed, 4 insertions, 1 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 */ |