diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-25 20:49:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-25 20:49:33 +0000 |
commit | 1f4fd4a57bad4a0d3ea2a6c695d4d4a36e1edefb (patch) | |
tree | 94a18c76eae3cb73af81c03d4fafce703f81c147 /sys/arch/amd64/conf | |
parent | 4e42a38c60be0f12430f398e67faf0835ffcde9c (diff) |
enable rl; works according to kent@ripco.com
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 947d7cb9e24..b8c042d2ebc 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.16 2004/05/23 04:03:57 drahn Exp $ +# $OpenBSD: GENERIC,v 1.17 2004/05/25 20:49:32 deraadt Exp $ # # GENERIC -- everything that's currently supported # @@ -323,7 +323,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/3C656 ethernet -#rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet +rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet #rl* at cardbus? dev ? function ? # RealTek 81[23]9 ethernet #mtd* at pci? dev ? function ? # Myson MTD800/803/891 #tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet |