diff options
author | 2011-06-20 06:07:26 +0000 | |
---|---|---|
committer | 2011-06-20 06:07:26 +0000 | |
commit | 1c8ac4134bdef607662cbd783832d8821dfc69b3 (patch) | |
tree | ae34f0de6ac8c11e309117399845a61619d5a297 | |
parent | enable myx(4). (diff) | |
download | wireguard-openbsd-1c8ac4134bdef607662cbd783832d8821dfc69b3.tar.xz wireguard-openbsd-1c8ac4134bdef607662cbd783832d8821dfc69b3.zip |
enable myx(4)
certainly deraadt@
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 08d3aee0f7e..3f5b6db6584 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.717 2011/06/16 23:03:25 pirofti Exp $ +# $OpenBSD: GENERIC,v 1.718 2011/06/20 06:07:26 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -613,6 +613,7 @@ em* at pci? # Intel Pro/1000 ethernet gcu* at pci? # Intel Pro/1000 ethernet GCU ixgb* at pci? # Intel Pro/10Gb ethernet ix* at pci? # Intel 82598EB 10Gb ethernet +myx* at pci? # Myricom Myri-10G 10Gb ethernet txp* at pci? # 3com 3CR990 nge* at pci? # NS DP83820/DP83821 GigE bge* at pci? # Broadcom BCM57xx (aka Tigon3) |