diff options
author | 1998-02-07 21:23:06 +0000 | |
---|---|---|
committer | 1998-02-07 21:23:06 +0000 | |
commit | 6c7e41e45087d17b01a060fedbf715a82bcedf1b (patch) | |
tree | eebd98657208facf70d6e0392da980898f38f165 | |
parent | Flags and startup for smtpd/smtpfwdd - not enabled by default. (diff) | |
download | wireguard-openbsd-6c7e41e45087d17b01a060fedbf715a82bcedf1b.tar.xz wireguard-openbsd-6c7e41e45087d17b01a060fedbf715a82bcedf1b.zip |
+ Packet Engines G-NIC Ethernet
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 286d6c30388..8eb0e779fec 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$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 $ */ @@ -790,6 +790,9 @@ product SYMBIOS 810AP 0x0005 53c810AP product SYMBIOS 860 0x0006 53c860 product SYMBIOS 875 0x000f 53c875 +/* Packet Engines products */ +product SYMBIOS PE_GNIC 0x0702 Packet Engines G-NIC Ethernet + /* NexGen products */ product NEXGEN NX82C501 0x4e78 NX82C501 Host-PCI Bridge |