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/amd64/conf/NOTES | |
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/amd64/conf/NOTES')
-rw-r--r-- | sys/amd64/conf/NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 207fa07..68f88b6 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -315,6 +315,7 @@ options DRM_DEBUG # Include debug printfs (slow) # nve: nVidia nForce MCP on-board Ethernet Networking # ral: Ralink Technology IEEE 802.11 wireless adapter # ural: Ralink Technology RT2500USB IEEE 802.11 wireless adapter +# wpi: Intel 3945ABG Wireless LAN controller device ed options ED_3C503 @@ -326,6 +327,7 @@ device nfe # nVidia nForce MCP on-board Ethernet Networking device nve # nVidia nForce MCP on-board Ethernet Networking device ral device ural +device wpi device ath device ath_hal # Atheros HAL (includes binary component) |