Date: Fri, 14 Jan 2000 12:41:03 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/dev/an if_aironet_ieee.h if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c if_anreg.h src/usr.sbin Makefile src/usr.sbin/ancontrol Makefile ancontrol.8 ancontrol.c src/sys/i386/conf GENERIC LINT NEWCARD ... Message-ID: <200001142041.MAA22108@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2000/01/14 12:41:03 PST Modified files: sys/modules Makefile usr.sbin Makefile sys/i386/conf GENERIC LINT NEWCARD PCCARD sys/conf files sys/boot/forth loader.conf share/man/man4 Makefile release/texts/alpha HARDWARE.TXT RELNOTES.TXT release/texts/i386 HARDWARE.TXT RELNOTES.TXT etc pccard.conf.sample Added files: sys/dev/an if_aironet_ieee.h if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c if_anreg.h usr.sbin/ancontrol Makefile ancontrol.8 ancontrol.c share/man/man4 an.4 Log: Add driver support for the Aironet 4500/4800 series wireless 802.11 NICs. (Finally!) The PCMCIA, ISA and PCI varieties are all supported, though only the ISA and PCI ones will work on the alpha for now. PCCARD, ISA and PCI attachments are all provided. Also provided an ancontrol(8) utility for configuring the NIC, man pages, and updated pccard.conf.sample. ISA cards are supported in both ISA PnP and hard-wired mode, although you must configure the kernel explicitly to support the hardwired mode since you have to know the I/O address and port ahead of time. Special thanks to Doug Ambrisko for doing the initial newbus hackery and getting it to work in infrastructure mode. Revision Changes Path 1.103 +2 -2 src/sys/modules/Makefile 1.180 +2 -1 src/usr.sbin/Makefile 1.229 +7 -1 src/sys/i386/conf/GENERIC 1.725 +4 -1 src/sys/i386/conf/LINT 1.18 +7 -1 src/sys/i386/conf/NEWCARD 1.43 +7 -1 src/sys/i386/conf/PCCARD 1.322 +5 -1 src/sys/conf/files 1.25 +3 -2 src/sys/boot/forth/loader.conf 1.72 +2 -2 src/share/man/man4/Makefile 1.10 +3 -0 src/release/texts/alpha/HARDWARE.TXT 1.18 +6 -0 src/release/texts/alpha/RELNOTES.TXT 1.35 +3 -0 src/release/texts/i386/HARDWARE.TXT 1.51 +6 -0 src/release/texts/i386/RELNOTES.TXT 1.55 +17 -1 src/etc/pccard.conf.sample To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001142041.MAA22108>