diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-09-06 10:49:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-09-06 10:49:43 +0000 |
commit | e3a2fcda4cc8954df52df07d4feedbb449173cb5 (patch) | |
tree | 7ccaae13d57e29d622d00412ba289a014732ea67 /sys | |
parent | df751c474b3bffa6ae59a9f4791f82565ccdad75 (diff) |
rl fits on install media again
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index d66f17c570c..ff670e43c89 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.13 2004/08/27 16:27:00 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.14 2004/09/06 10:49:42 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -203,7 +203,7 @@ fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet #fpa* at pci? dev ? function ? # DEC DEFPA FDDI #xl* at pci? dev ? function ? # 3C9xx ethernet #xl* at cardbus? dev ? function ? # 3C575 ethernet -#rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet +rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet re* at pci? dev ? function ? # Realtek 8169/8169S/8110S #tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet #tl* at pci? dev ? function ? # Compaq Thunderlan ethernet diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 957d344a609..2eaccc59d6e 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.15 2004/08/27 16:27:00 drahn Exp $ +# $OpenBSD: RAMDISK_CD,v 1.16 2004/09/06 10:49:42 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -209,7 +209,7 @@ fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet #fpa* at pci? dev ? function ? # DEC DEFPA FDDI #xl* at pci? dev ? function ? # 3C9xx ethernet #xl* at cardbus? dev ? function ? # 3C575 ethernet -#rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet +rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet #tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet #tl* at pci? dev ? function ? # Compaq Thunderlan ethernet vr* at pci? dev ? function ? # VIA Rhine ethernet |