diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-04-14 12:58:38 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-04-14 12:58:38 +0000 |
commit | fca27badbc23ae7807afe3a06e3e514e4fdc21bc (patch) | |
tree | 812f8b6be3e0ef5125cbac62af364cd6585e483e /sys/arch/amd64 | |
parent | 422bb19d43b00d556ea2128df60a4911470b1791 (diff) |
enable ix(4).
ok reyk@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 |
1 files changed, 2 insertions, 1 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 |