diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-11-15 01:12:50 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-11-15 01:12:50 +0000 |
commit | b0e3ef3e42552457648d543447028b302d9b0c0b (patch) | |
tree | 422e5ac5e7ee2ea43b2fcee81d804ee1a6d511ad /sys/arch/i386 | |
parent | e3191bcffa07f3f70653f2942a79e55b3f421f75 (diff) |
add ixgb(4) though commented out for now.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 30c82d4f501..9c8911745a5 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.438 2005/11/11 00:05:11 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.439 2005/11/15 01:12:48 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -428,6 +428,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 txp* at pci? # 3com 3CR990 nge* at pci? # NS DP83820/DP83821 GigE bge* at pci? # Broadcom BCM570x (aka Tigon3) diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 0798710e665..f882921d446 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.106 2005/11/11 00:05:12 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.107 2005/11/15 01:12:48 brad Exp $ machine i386 # architecture, used by config; REQUIRED @@ -324,6 +324,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 txp* at pci? # 3com 3CR990 nge* at pci? # NS DP83820/DP83821 GigE re* at pci? # Realtek 8169/8169S/8110S |