diff options
author | 1998-02-07 21:23:12 +0000 | |
---|---|---|
committer | 1998-02-07 21:23:12 +0000 | |
commit | 1bba183d27eef3d3866b4c0970d892e2b21821dd (patch) | |
tree | 9157580028c8dd21a2ea6339c44b3839584ef300 | |
parent | + Packet Engines G-NIC Ethernet (diff) | |
download | wireguard-openbsd-1bba183d27eef3d3866b4c0970d892e2b21821dd.tar.xz wireguard-openbsd-1bba183d27eef3d3866b4c0970d892e2b21821dd.zip |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 5 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 61346440043..1a92c12f18b 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.26 1998/01/06 02:33:44 deraadt Exp + * OpenBSD: pcidevs,v 1.27 1998/02/07 21:23:06 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -795,6 +795,9 @@ #define PCI_PRODUCT_SYMBIOS_860 0x0006 /* 53c860 */ #define PCI_PRODUCT_SYMBIOS_875 0x000f /* 53c875 */ +/* Packet Engines products */ +#define PCI_PRODUCT_SYMBIOS_PE_GNIC 0x0702 /* Packet Engines G-NIC Ethernet */ + /* NexGen products */ #define PCI_PRODUCT_NEXGEN_NX82C501 0x4e78 /* NX82C501 Host-PCI Bridge */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index ff1e433fc2b..f742ed3a9ac 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.26 1998/01/06 02:33:44 deraadt Exp + * OpenBSD: pcidevs,v 1.27 1998/02/07 21:23:06 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1143,6 +1143,12 @@ struct pci_knowndev pci_knowndevs[] = { "53c875", }, { + PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_PE_GNIC, + 0, + "Symbios Logic", + "Packet Engines G-NIC Ethernet", + }, + { PCI_VENDOR_NEXGEN, PCI_PRODUCT_NEXGEN_NX82C501, 0, "NexGen Microsystems", |