diff options
author | mux <mux@FreeBSD.org> | 2003-02-20 17:08:42 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2003-02-20 17:08:42 +0000 |
commit | 5d17e75c9b326e28144a79de857dd2fbd92e799b (patch) | |
tree | 6744c31d42ae8ffdfe6abab263aa3f4b784678da /sys | |
parent | fb70d313d77648ce45097f4209c46870d99cd197 (diff) | |
download | FreeBSD-src-5d17e75c9b326e28144a79de857dd2fbd92e799b.zip FreeBSD-src-5d17e75c9b326e28144a79de857dd2fbd92e799b.tar.gz |
Uncomment the xl(4) driver since it's now working properly
on sparc64.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sparc64/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index c53e6d1..9d43466 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -162,7 +162,7 @@ device rl # RealTek 8129/8139 #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F -#device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') +device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # Pseudo devices - the number indicates how many units to allocated. device random # Entropy device |