diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-03-31 04:17:23 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-03-31 04:17:23 +0000 |
commit | acee34ca915e0eb0b7b93c827ae08d7b97666d45 (patch) | |
tree | 1ae66a1b4f932a52732daff056feb7de291226cd /sys/arch/amd64/conf/RAMDISK_CD | |
parent | adeb07af585c2428ea6d4574a8ba8e3ba9befa5b (diff) |
Re-enable lii(4).
ok deraadt@
Diffstat (limited to 'sys/arch/amd64/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index a8bcd99c1b5..70ba18f50a8 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.82 2008/03/21 18:48:15 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.83 2008/03/31 04:17:22 brad Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -274,7 +274,7 @@ nfe* at pci? # NVIDIA nForce Ethernet xge* at pci? # Neterion Xframe-I/II 10Gb ethernet bce* at pci? # Broadcom BCM4401 et* at pci? # Agere/LSI ET1310 -#lii* at pci? # Attansic L2 Ethernet +lii* at pci? # Attansic L2 Ethernet # Wireless network cards acx* at pci? # TI ACX100/ACX111 (802.11b/g) |