diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-01-18 00:19:08 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-01-18 00:19:08 +0000 |
commit | f3dd3852b8c0d02a91eebe02db783f94e9e0d3ab (patch) | |
tree | 793c013c7ce8b2fee6a79effb0c82a87200f75c1 /sys | |
parent | 35c46c822b37e8f2433ba75e2f746e630ffe69dc (diff) |
enable ixgb here too.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 6ea74eded10..6096b356d4c 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.104 2006/01/10 07:33:59 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.105 2006/01/18 00:19:07 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -318,7 +318,7 @@ ti* at pci? # Alteon Tigon 1Gb ethernet skc* at pci? # SysKonnect GEnesis 984x sk* at skc? # each port of above em* at pci? # Intel Pro/1000 ethernet -#ixgb* at pci? # Intel Pro/10Gb ethernet +ixgb* at pci? # Intel Pro/10Gb ethernet txp* at pci? # 3com 3CR990 #nge* at pci? # NS DP83820/DP83821 GigE bge* at pci? # Broadcom BCM570x (aka Tigon3) diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index aa26c8cc55c..8c297ab8836 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.45 2005/11/15 01:12:48 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.46 2006/01/18 00:19:07 brad Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -230,7 +230,7 @@ sis* at pci? # SiS 900/7016 ethernet skc* at pci? # SysKonnect GEnesis 984x sk* at skc? # each port of above em* at pci? # Intel Pro/1000 ethernet -#ixgb* at pci? # Intel Pro/10Gb ethernet +ixgb* at pci? # Intel Pro/10Gb ethernet #txp* at pci? # 3com 3CR990 #nge* at pci? # NS DP83820/DP83821 GigE #sf* at pci? # Adaptec AIC-6915 ethernet |