summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ancontrol
Commit message (Collapse)AuthorAgeFilesLines
* Remove a comment that should not have been committed.roberto2000-06-291-2/+0
|
* Fix a comment botch which broke buildworld.green2000-06-191-0/+2
|
* Fix potential buffer overflows (even if ancontrol is not setuid).roberto2000-06-181-13/+10
| | | | Submitted by: Aaron Campbell <aaron@cs.dal.ca> from OpenBSD
* ancontrol first appeared in FreeBSD 4.0, not 3.0.mpp2000-04-231-3/+3
| | | | | | Also fix a couple of minor mdoc style things as long as I'm in here. Submitted by: Allen Campbell <allenc@verinet.com>
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-4/+8
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-50/+100
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Add driver support for the Aironet 4500/4800 series wireless 802.11wpaul2000-01-143-0/+1676
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.
OpenPOWER on IntegriCloud