diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2009-02-25 03:08:26 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2009-02-25 03:08:26 +0000 |
commit | cdb64bb6dadc4f14e6b842502dc69b1746529717 (patch) | |
tree | 7541023fdba5bf5da03ebb55641d19b23a99e6b5 /sys/arch/i386 | |
parent | faf5e2b621b25394dfed3574a0f431298f244e6a (diff) |
enable ale(4) on both i386 and amd64
ok deraadt@
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 b8d960bc75b..c6397ced558 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.650 2009/01/23 20:32:22 mk Exp $ +# $OpenBSD: GENERIC,v 1.651 2009/02/25 03:08:25 kevlo Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -616,6 +616,7 @@ gem* at pci? # Sun 'gem' ethernet vic* at pci? # VMware VMXnet virtual interface et* at pci? # Agere/LSI ET1310 age* at pci? # Attansic L1 Ethernet +ale* at pci? # Attansic L1E Ethernet lii* at pci? # Attansic L2 Ethernet jme* at pci? # JMicron JMC250/JMC260 Ethernet diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index d553ee94ff9..fbc596b2382 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.166 2009/02/14 14:21:59 kevlo Exp $ +# $OpenBSD: RAMDISK_CD,v 1.167 2009/02/25 03:08:25 kevlo Exp $ machine i386 # architecture, used by config; REQUIRED @@ -370,6 +370,7 @@ xge* at pci? # Neterion Xframe-I/II 10Gb ethernet vic* at pci? # VMware VMXnet virtual interface et* at pci? # Agere/LSI ET1310 age* at pci? # Attansic L1 Ethernet +ale* at pci? # Attansic L1E Ethernet lii* at pci? # Attansic L2 Ethernet jme* at pci? # JMicron JMC250/JMC260 Ethernet |