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 | |
parent | 6d863c29fc3debad394aed1b962b9b07019cb3fe (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 18 insertions, 2 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 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 2048da0dcf4..7782ef9a9ec 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.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 $ */ @@ -363,6 +363,18 @@ struct pci_knowndev pci_knowndevs[] = { "PCI-VME Interface Mod. 617", }, { + PCI_VENDOR_BROOKTREE, PCI_PRODUCT_BROOKTREE_BT848, + 0, + "Brooktree", + "BT848", + }, + { + PCI_VENDOR_BROOKTREE, PCI_PRODUCT_BROOKTREE_BT849, + 0, + "Brooktree", + "BT849", + }, + { PCI_VENDOR_BUSLOGIC, PCI_PRODUCT_BUSLOGIC_MULTIMASTER_NC, 0, "BusLogic", |