diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-14 09:05:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-14 09:05:50 +0000 |
commit | d2b50e6f53eca572814633268b7f8a6b4b3d4b34 (patch) | |
tree | e60947d8a311ba5157f1e92c3de3147acfebd45b /sys/dev/pci/pcidevs.h | |
parent | a972930df12280e9ae4c8e0ee83f79da2708b485 (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 30ea00fcb02..f5af5a51526 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.246 2000/04/14 06:05:50 deraadt Exp + * OpenBSD: pcidevs,v 1.247 2000/04/14 09:05:42 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -521,6 +521,7 @@ #define PCI_VENDOR_INVERTEX 0x14e1 /* Invertex */ #define PCI_VENDOR_AIRONET 0x14b9 /* Aironet */ #define PCI_VENDOR_DELTA 0x1500 /* Delta */ +#define PCI_VENDOR_BLUESTEEL 0x15AB /* Bluesteel Networks */ #define PCI_VENDOR_NETSEC 0x1660 /* NetSec */ #define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs(2) */ #define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram Technology(2) */ @@ -763,6 +764,10 @@ #define PCI_PRODUCT_BIT3_PCIVME617 0x0001 /* PCI-VME Interface Mod. 617 */ #define PCI_PRODUCT_BIT3_PCIVME2706 0x0300 /* PCI-VME Interface Mod. 2706 */ +/* Bluesteel Networks */ +#define PCI_PRODUCT_BLUESTEEL_5501 0x0000 /* 5501 */ +#define PCI_PRODUCT_BLUESTEEL_5601 0x5601 /* 5601 */ + /* Brooktree products */ #define PCI_PRODUCT_BROOKTREE_BT848 0x0350 /* BT848 */ #define PCI_PRODUCT_BROOKTREE_BT849 0x0351 /* BT849 */ |