Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add support for the atheros ar5212 wireless chipsets. it is not | 2005-02-19 | 1 | -5/+12 | ||
| | | | | | | | | | | | finished yet and still misses some channel initialization and calibration bits. (if you want to hand in your dmesg output, please build a kernel with an uncommented COUNTRYCODE in line 109 of dev/ic/ar5xxx.c to get the value stored in your card's eeprom.) ok henning@ | |||||
* | a new year and a new, less restrictive license. because it has to be | 2005-02-17 | 1 | -21/+12 | ||
| | | | | | | free. go ahead miod@ | |||||
* | knf | 2005-02-17 | 1 | -42/+43 | ||
| | ||||||
* | cosmetic changes, fix regdomain code and beacon handling | 2005-02-17 | 1 | -67/+77 | ||
| | ||||||
* | make prototype match function for ar5k_ar5110_chan2athchan | 2005-02-03 | 1 | -2/+2 | ||
| | ||||||
* | fix regulation domain handling | 2005-01-09 | 1 | -25/+21 | ||
| | ||||||
* | people who don't understand the preprocessor should stay away from the tree. | 2004-12-31 | 1 | -2/+2 | ||
| | ||||||
* | sync with the latest work and add some stuff needed by the upcoming ar5211/ar5212 | 2004-12-31 | 1 | -50/+936 | ||
| | | | | support. some further cleanups and changes will follow. | |||||
* | some fixes for beeing compatible with gcc3 as noticed by some people. | 2004-11-11 | 1 | -8/+10 | ||
| | | | | thanks to Joerg Sonnenberger and Nathan Binkert. | |||||
* | sync pci ids | 2004-11-06 | 1 | -14/+19 | ||
| | ||||||
* | knf, use positive error values (suggested by miod@) | 2004-11-03 | 1 | -93/+82 | ||
| | ||||||
* | spacing, beautify dmesg output | 2004-11-02 | 1 | -29/+31 | ||
| | ||||||
* | import of a free hal part for the ath driver as a replacement for the | 2004-11-02 | 1 | -0/+548 | ||
binary-only hal module found in FreeBSD and NetBSD. OpenBSD's approach is based on reverse engineering because it is _not_ possible to include a non-free and binary-only piece of software in a 100% free operating system. it still lacks some features found in the "official" hal module but this will be done very soon with a help by a lot of contributors - because it's free. ok deraadt@ |