sync
authorderaadt <deraadt@openbsd.org>
Fri, 14 Apr 2000 09:05:49 +0000 (09:05 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 14 Apr 2000 09:05:49 +0000 (09:05 +0000)
sys/dev/pci/pcidevs.h
sys/dev/pci/pcidevs_data.h

index 30ea00f..f5af5a5 100644 (file)
@@ -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 $       */
 #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) */
 #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 */
index f390cee..38ba18d 100644 (file)
@@ -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 $       */
@@ -980,6 +980,18 @@ struct pci_knowndev pci_knowndevs[] = {
            "Bit3 Computer Corp.",
            "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,
@@ -7526,6 +7538,12 @@ struct pci_knowndev pci_knowndevs[] = {
            "Delta",
            NULL,
        },
+       {
+           PCI_VENDOR_BLUESTEEL, 0,
+           PCI_KNOWNDEV_NOPROD,
+           "Bluesteel Networks",
+           NULL,
+       },
        {
            PCI_VENDOR_NETSEC, 0,
            PCI_KNOWNDEV_NOPROD,