diff options
author | jhb <jhb@FreeBSD.org> | 2008-09-10 18:36:58 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2008-09-10 18:36:58 +0000 |
commit | 70e9d3b33137a27e442dccec29f26e32c237e652 (patch) | |
tree | 154ab1a8d20367f2f8639bc2c495bb5dc8ce2d1a /sys/boot/forth | |
parent | 0d2f69ae42392dfcf96722ec8a2bcb032966316d (diff) | |
download | FreeBSD-src-70e9d3b33137a27e442dccec29f26e32c237e652.zip FreeBSD-src-70e9d3b33137a27e442dccec29f26e32c237e652.tar.gz |
Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches and
the driver worked ok with them.
Tested by: friends of yar
Diffstat (limited to 'sys/boot/forth')
-rw-r--r-- | sys/boot/forth/loader.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index ece74c2..1ffcff3 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -260,6 +260,7 @@ if_ray_load="NO" # Raytheon Raylink/Webgear Aviator PCCard if_re_load="NO" # RealTek 8139C+/8169/8169S/8110S if_rl_load="NO" # RealTek 8129/8139 if_rue_load="NO" # RealTek RTL8150 USB to Fast Ethernet +if_sbni_load="NO" # Granch SBNI12 leased line adapters if_sf_load="NO" # Adaptec Duralink PCI (AIC-6915 "starfire") if_sis_load="NO" # Silicon Integrated Systems SiS 900/7016 if_sk_load="NO" # SysKonnect SK-984x series PCI Gigabit Ethernet |