diff options
author | 2007-04-26 00:21:39 +0000 | |
---|---|---|
committer | 2007-04-26 00:21:39 +0000 | |
commit | 4f5a57fc6e40e3cf4739eac405598f9eabc14a56 (patch) | |
tree | f77e5cfc32695bfff7992943e2d7f9d06481674e | |
parent | grow ramdisk mr.fs size, it is needed (diff) | |
download | wireguard-openbsd-4f5a57fc6e40e3cf4739eac405598f9eabc14a56.tar.xz wireguard-openbsd-4f5a57fc6e40e3cf4739eac405598f9eabc14a56.zip |
enable tht so it is more available for testing.
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 786315abbcd..b63f0c64006 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.177 2007/04/10 00:47:14 dlg Exp $ +# $OpenBSD: GENERIC,v 1.178 2007/04/26 00:21:39 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -374,6 +374,8 @@ nfe* at pci? # NVIDIA nForce Ethernet musycc* at pci? # Conexant HDLC controller art* at musycc? # Accoom Artery E1/T1 cards xge* at pci? # Neterion Xframe-I/II 10Gb ethernet +thtc* at pci? # Tehuti Networks 10Gb ethernet +tht* at thtc? gem* at pci? # Sun 'gem' ethernet bce* at pci? # Broadcom BCM4401 diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 06027ed1b2d..f95ccd838fb 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.553 2007/04/10 00:44:50 dlg Exp $ +# $OpenBSD: GENERIC,v 1.554 2007/04/26 00:21:39 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -519,6 +519,8 @@ nfe* at pci? # NVIDIA nForce Ethernet musycc* at pci? # Conexant HDLC controller art* at musycc? # Accoom Artery E1/T1 cards xge* at pci? # Neterion Xframe-I/II 10Gb ethernet +thtc* at pci? # Tehuti Networks 10Gb ethernet +tht* at thtc? gem* at pci? # Sun 'gem' ethernet vic* at pci? # VMware VMXnet virtual interface |