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/amd64 | |
parent | faf5e2b621b25394dfed3574a0f431298f244e6a (diff) |
enable ale(4) on both i386 and amd64
ok deraadt@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index eb63ca9a462..8dc7cfc9743 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.256 2009/01/23 20:32:22 mk Exp $ +# $OpenBSD: GENERIC,v 1.257 2009/02/25 03:08:25 kevlo Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -448,6 +448,7 @@ gem* at pci? # Sun 'gem' ethernet bce* at pci? # Broadcom BCM4401 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/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 68c7bb4898d..fa2cb73b74b 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.99 2009/02/14 14:21:59 kevlo Exp $ +# $OpenBSD: RAMDISK_CD,v 1.100 2009/02/25 03:08:25 kevlo Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -285,6 +285,7 @@ xge* at pci? # Neterion Xframe-I/II 10Gb ethernet bce* at pci? # Broadcom BCM4401 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 |