diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-28 18:30:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-28 18:30:35 +0000 |
commit | 76aade4679a76d2cce986f692c5f6c260981625e (patch) | |
tree | 343db1aeb44c7a00fdb1b11ece0e0f7e807da2c7 /sys/dev/pci/pcidevs.h | |
parent | 6d863c29fc3debad394aed1b962b9b07019cb3fe (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 9009395a757..61673c430a6 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.40 1998/03/28 09:29:30 deraadt Exp + * OpenBSD: pcidevs,v 1.41 1998/03/28 18:30:25 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -609,6 +609,10 @@ /* Bit3 products */ #define PCI_PRODUCT_BIT3_PCIVME617 0x0001 /* PCI-VME Interface Mod. 617 */ +/* Brooktree products */ +#define PCI_PRODUCT_BROOKTREE_BT848 0x0350 /* BT848 */ +#define PCI_PRODUCT_BROOKTREE_BT849 0x0351 /* BT849 */ + /* BusLogic products */ #define PCI_PRODUCT_BUSLOGIC_MULTIMASTER_NC 0x0140 /* MultiMaster NC */ #define PCI_PRODUCT_BUSLOGIC_MULTIMASTER 0x1040 /* MultiMaster */ |