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 | |
parent | e3191bcffa07f3f70653f2942a79e55b3f421f75 (diff) |
add ixgb(4) though commented out for now.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
10 files changed, 20 insertions, 10 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 1d1259c7025..3d6d68cfb54 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.155 2005/11/05 11:56:34 brad Exp $ +# $OpenBSD: GENERIC,v 1.156 2005/11/15 01:12:47 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -209,6 +209,7 @@ stge* at pci? # Sundance TC9021 GigE rl* at pci? # RealTek 81[23]9 ethernet vr* at pci? # VIA Rhine ethernet em* at pci? # Intel Pro/1000 ethernet +#ixgb* at pci? # Intel Pro/10Gb ethernet sis* at pci? # SiS 900/7016 ethernet epic* at pci? # SMC EPIC/100 ethernet skc* at pci? # SysKonnect GEnesis 984x diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 9319484666f..f5d22777afe 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.57 2005/06/20 23:09:28 martin Exp $ +# $OpenBSD: RAMDISKBIG,v 1.58 2005/11/15 01:12:47 brad Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -187,6 +187,7 @@ stge* at pci? # Sundance TC9021 GigE rl* at pci? # RealTek 81[23]9 ethernet vr* at pci? # VIA Rhine ethernet em* at pci? # Intel Pro/1000 ethernet +#ixgb* at pci? # Intel Pro/10Gb ethernet sis* at pci? # SiS 900/7016 ethernet epic* at pci? # SMC EPIC/100 ethernet skc* at pci? # SysKonnect GEnesis 984x diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index dcbfd50125f..b19265c9521 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.88 2005/11/14 23:03:00 brad Exp $ +# $OpenBSD: GENERIC,v 1.89 2005/11/15 01:12:48 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -293,6 +293,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/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 5a766b4f96d..aa26c8cc55c 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.44 2005/11/14 23:03:00 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.45 2005/11/15 01:12:48 brad Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -230,6 +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 #txp* at pci? # 3com 3CR990 #nge* at pci? # NS DP83820/DP83821 GigE #sf* at pci? # Adaptec AIC-6915 ethernet 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 diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index c3d2c720828..673f92eb885 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.102 2005/11/14 21:54:38 kettenis Exp $g +# $OpenBSD: GENERIC,v 1.103 2005/11/15 01:12:49 brad Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -71,6 +71,7 @@ dc* at pci? # DEC Tulip 21143 clones xl* at pci? # 3C9xx ethernet rl* at pci? # RealTek 81[23]9 ethernet em* at pci? # Intel Pro/1000 ethernet +#ixgb* at pci? # Intel Pro/10Gb ethernet epic* at pci? # SMC EPIC/100 ethernet bge* at pci? # Broadcom BCM570x (aka Tigon3) ti* at pci? # Alteon Tigon 1Gb ethernet diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 8c7ff6e27d7..5596115547e 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.56 2005/11/12 11:18:03 martin Exp $ +# $OpenBSD: RAMDISK,v 1.57 2005/11/15 01:12:49 brad Exp $ # # PPC GENERIC config file # @@ -67,6 +67,7 @@ vge* at pci? # VIA VT612x dc* at pci? # DEC Tulip 21143 clones xl* at pci? # 3C9xx ethernet em* at pci? # Intel Pro/1000 ethernet +#ixgb* at pci? # Intel Pro/10Gb ethernet epic* at pci? # SMC EPIC/100 ethernet bge* at pci? # Broadcom BCM570x (aka Tigon3) ti* at pci? # Alteon Tigon 1Gb ethernet diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index a5801c3ed48..00832bccccb 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.136 2005/11/14 23:03:06 brad Exp $ +# $OpenBSD: GENERIC,v 1.137 2005/11/15 01:12:49 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -58,6 +58,7 @@ de* at pci? # DC21X4X-based ethernet dc* at pci? # 21143, "tulip" clone ethernet epic* at pci? # SMC EPIC/100 ethernet em* at pci? # Intel Pro/1000 ethernet +#ixgb* at pci? # Intel Pro/10Gb ethernet bge* at pci? # Broadcom BCM570x (aka Tigon3) stge* at pci? # Sundance TC9021 GigE rl* at pci? # RealTek 81[23]9 ethernet diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index a51b38ea978..03deb44bb87 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.49 2005/11/14 23:03:06 brad Exp $ +# $OpenBSD: RAMDISK,v 1.50 2005/11/15 01:12:49 brad Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -62,6 +62,7 @@ de* at pci? # DC21X4X-based ethernet dc* at pci? # 21143, "tulip" clone ethernet epic* at pci? # SMC EPIC/100 ethernet em* at pci? # Intel Pro/1000 ethernet +#ixgb* at pci? # Intel Pro/10Gb ethernet bge* at pci? # Broadcom BCM570x (aka Tigon3) stge* at pci? # Sundance TC9021 GigE rl* at pci? # RealTek 81[23]9 ethernet |