diff options
author | benjsc <benjsc@FreeBSD.org> | 2007-11-08 22:09:37 +0000 |
---|---|---|
committer | benjsc <benjsc@FreeBSD.org> | 2007-11-08 22:09:37 +0000 |
commit | f9553858df254346c6309df6e055deb5d4c1901e (patch) | |
tree | eba2dd07c9d1112ecfff79ebe2b601537bd7b53b /sys/i386 | |
parent | 61e0f250127347856ea8c1d3e5883f56e3a51f2c (diff) | |
download | FreeBSD-src-f9553858df254346c6309df6e055deb5d4c1901e.zip FreeBSD-src-f9553858df254346c6309df6e055deb5d4c1901e.tar.gz |
Link wpi(4) into the build.
This includes:
o mtree (for legal/intel_wpi)
o manpage for i386/amd64 archs
o module for i386/amd64 archs
o NOTES for i386/amd64 archs
Approved by: mlaier (comentor)
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index f73add9..eac6c55 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -604,6 +604,7 @@ hint.mse.0.irq="5" # sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp) # ural: Ralink Technology RT2500USB IEEE 802.11 wireless adapter # wl: Lucent Wavelan (ISA card only). +# wpi: Intel 3945ABG Wireless LAN controller # Order for ISA/EISA devices is important here @@ -673,6 +674,7 @@ hint.wl.0.at="isa" hint.wl.0.port="0x300" options WLCACHE # enables the signal-strength cache options WLDEBUG # enables verbose debugging output +device wpi device ath device ath_hal # Atheros HAL (includes binary component) |