diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-05 20:39:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-05 20:39:47 +0000 |
commit | 475a2cb78d64ad72d91a17f162e73f4e92ef117b (patch) | |
tree | 71d705bb043aace4b1fca252a5c2469261188e2c /net/Makefile | |
parent | Add xastir, a hamradio orientated GIS package designed to handle APRS. (diff) |
Add acx100, a kernel driver for Texas Instruments ACX100 based Wi-Fi cards.
The following cards are known to work with the acx driver:
Card Bus
Binatone WL-1000 CARDBUS
D-Link DWL-650+ CARDBUS
US Robotics USR2210 CARDBUS
US Robotics USR2216 PCI
WWW: http://wlan.kewl.org/
PR: ports/68612
Submitted by: Leonid Zolotarev <leoz@saunalahti.fi>
Notes
Notes:
svn path=/head/; revision=112995
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 9c63dba722ac..afab0f14b2ac 100644 --- a/net/Makefile +++ b/net/Makefile @@ -11,6 +11,7 @@ SUBDIR += DarwinStreamingServer SUBDIR += GeoIP SUBDIR += SSLtelnet + SUBDIR += acx100 SUBDIR += adasockets SUBDIR += aget SUBDIR += aim |