diff options
author | 2009-04-14 12:58:37 +0000 | |
---|---|---|
committer | 2009-04-14 12:58:37 +0000 | |
commit | 424b30319f75b1987e1bd49833bc26294ab9b81f (patch) | |
tree | f9bf3d43eb29b17cd65ebddf279837b1c591e642 | |
parent | Some tweaks to the cpu affinity code. (diff) | |
download | wireguard-openbsd-424b30319f75b1987e1bd49833bc26294ab9b81f.tar.xz wireguard-openbsd-424b30319f75b1987e1bd49833bc26294ab9b81f.zip |
enable ix(4).
ok reyk@
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 7ad2dff1a2a..8500f41632c 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.102 2009/03/10 12:46:44 jsg Exp $ +# $OpenBSD: RAMDISK_CD,v 1.103 2009/04/14 12:58:37 jsg Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -269,6 +269,7 @@ mskc* at pci? # Marvell Yukon-2 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 #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/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index e322af89687..53ce97c4eca 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.168 2009/03/10 09:54:14 kevlo Exp $ +# $OpenBSD: RAMDISK_CD,v 1.169 2009/04/14 12:58:37 jsg Exp $ machine i386 # architecture, used by config; REQUIRED @@ -354,6 +354,7 @@ mskc* at pci? # Marvell Yukon-2 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 txp* at pci? # 3com 3CR990 nge* at pci? # NS DP83820/DP83821 GigE re* at pci? # Realtek 8169/8169S/8110S |