diff options
author | 2011-06-20 06:06:34 +0000 | |
---|---|---|
committer | 2011-06-20 06:06:34 +0000 | |
commit | fa59b8f29f1ca3b9638e242d25dab01c0c54d54a (patch) | |
tree | 4372c05918649b0a484119a26d8ce97e18c75328 /sys | |
parent | sync (diff) | |
download | wireguard-openbsd-fa59b8f29f1ca3b9638e242d25dab01c0c54d54a.tar.xz wireguard-openbsd-fa59b8f29f1ca3b9638e242d25dab01c0c54d54a.zip |
enable myx(4).
requested by deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index cc285da7ae5..364ba086571 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.320 2011/06/16 23:03:25 pirofti Exp $ +# $OpenBSD: GENERIC,v 1.321 2011/06/20 06:06:34 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -454,6 +454,7 @@ msk* at mskc? # each port of above em* at pci? # Intel Pro/1000 ethernet 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) |