diff options
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 20 |
2 files changed, 25 insertions, 2 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 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index f390ceefdb4..38ba18d1c6e 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.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 $ */ @@ -981,6 +981,18 @@ struct pci_knowndev pci_knowndevs[] = { "PCI-VME Interface Mod. 2706", }, { + PCI_VENDOR_BLUESTEEL, PCI_PRODUCT_BLUESTEEL_5501, + 0, + "Bluesteel Networks", + "5501", + }, + { + PCI_VENDOR_BLUESTEEL, PCI_PRODUCT_BLUESTEEL_5601, + 0, + "Bluesteel Networks", + "5601", + }, + { PCI_VENDOR_BROOKTREE, PCI_PRODUCT_BROOKTREE_BT848, 0, "Brooktree", @@ -7527,6 +7539,12 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_BLUESTEEL, 0, + PCI_KNOWNDEV_NOPROD, + "Bluesteel Networks", + NULL, + }, + { PCI_VENDOR_NETSEC, 0, PCI_KNOWNDEV_NOPROD, "NetSec", |