diff options
author | wpaul <wpaul@FreeBSD.org> | 1999-08-10 21:09:12 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1999-08-10 21:09:12 +0000 |
commit | 6a2207962296b0bb1511d70a21840c049ea9d2de (patch) | |
tree | e136ee264705f0e743bf056f2dabd9b07efad06d /sys/boot | |
parent | 77daf56af9591a9c07c989b51b7511c07d8f3e47 (diff) | |
download | FreeBSD-src-6a2207962296b0bb1511d70a21840c049ea9d2de.zip FreeBSD-src-6a2207962296b0bb1511d70a21840c049ea9d2de.tar.gz |
Convert the Winbond driver to newbus and have it compiled as a module.
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/forth/loader.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 67ce79e..8bc0ec5 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -6,7 +6,7 @@ # # All arguments must be in double quotes. # -# $Id: loader.conf,v 1.8 1999/08/04 17:44:07 green Exp $ +# $Id: loader.conf,v 1.9 1999/08/10 17:15:20 wpaul Exp $ ############################################################## ### Basic configuration options ############################ @@ -149,6 +149,7 @@ sk_load="NO" # SysKonnect SK-984x series PCI gigabit ethernet ti_load="NO" # Alteon Networks Tigon 1 and Tigon 2 tl_load="NO" # Texas Instruments TNETE100 ("ThunderLAN") vr_load="NO" # VIA Rhine I and Rhine II +wb_load="NO" # Winbond W89C840F xl_load="NO" # 3Com Etherlink XL (3c900, 3c905, 3c905B) |