Age | Commit message (Expand) | Author |
2006-01-14 | Move isa-specific members of struct lm_softc into lm_isa.c. | Mark Kettenis |
2006-01-14 | Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean up | Mark Kettenis |
2006-01-14 | - give rate to rx radiotap | Damien Bergamini |
2006-01-14 | Correct the length of the rx radiotap to be that of the rx not tx | Jonathan Gray |
2006-01-13 | - fix short slot time | Damien Bergamini |
2006-01-13 | fix short slot time + cosmetic | Damien Bergamini |
2006-01-13 | - simplify lookup of 802.11a channels (we know they exist) | Damien Bergamini |
2006-01-12 | Garbage collect lm_probe. | Mark Kettenis |
2006-01-12 | Add W83792D support. | Mark Kettenis |
2006-01-12 | Fix typo. Spotted by Oleg Safiullin. | Mark Kettenis |
2006-01-12 | - add a missing htons() to the receive checksum routine to fix | Brad Smith |
2006-01-11 | fix my previous commit. fallback to CCK rates was broken. | Damien Bergamini |
2006-01-11 | enable multi-rate retries for frames sent at OFDM rates (with CCK fallback). | Damien Bergamini |
2006-01-11 | fix RTS protection mode. | Damien Bergamini |
2006-01-11 | only set Ok flag for RX checksums. | Brad Smith |
2006-01-11 | remove a printf here. | Brad Smith |
2006-01-11 | In the case that we've used up all 63 fragments then try to allocate an mbuf | Brad Smith |
2006-01-10 | add RTS protection mode support. | Damien Bergamini |
2006-01-10 | - use rssadapt(9) as rate control algorithm | Damien Bergamini |
2006-01-10 | fix reading of EEPROM content on big endian arches. | Damien Bergamini |
2006-01-10 | send management, control and beacon frames at the lowest possible rate | Damien Bergamini |
2006-01-10 | cleanup rt2560_setup_tx_desc(). | Damien Bergamini |
2006-01-09 | Delay a bit after sending a reset command if the chip is an 53C94 or a 53C96; | Miod Vallat |
2006-01-09 | NCRDMA_SETUP() should be called before NCR_SET_COUNT() and NCRCMD_DMA command | Brad Smith |
2006-01-09 | Move an(4) to a driver based on the NetBSD one. | Jonathan Gray |
2006-01-09 | Reorganize, paying attention to the small differences between Winbond chips. | Mark Kettenis |
2006-01-09 | - add preliminary support for Ralink Technology RT2561, RT2561S and RT2661 | Damien Bergamini |
2006-01-07 | Remove #ifdef'ed out prototypes for previously removed #ifdef'ed out code. | Mark Kettenis |
2006-01-05 | Disable the minimum size frame bundling when using the CPUSaver microcode. | Brad Smith |
2006-01-05 | load the CPUSaver 102E microcode for the 82551 Rev 10 chip. | Brad Smith |
2006-01-05 | rev 1.59 & 1.60 of rtw.c commited by David Young to NetBSD: | Jonathan Gray |
2006-01-05 | part of rev 1.58 of rtw.c David Young comitted to NetBSD: | Jonathan Gray |
2006-01-04 | Return from interrupt handler after chip init(reset). | Brad Smith |
2006-01-04 | People doing time comparisons without using the time{r,spec}cmp macros are | Miod Vallat |
2006-01-04 | Remove redundant calls to bpfdetach. | Can Erkin Acar |
2006-01-03 | Be careful not to change any registers. | Mark Kettenis |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat |
2005-12-30 | Properly detect AS99127F rev 1. | Mark Kettenis |
2005-12-30 | Initial W83791D support for lm(4). | Mark Kettenis |
2005-12-29 | go via pckbc_enqeue_cmd() in pckbd_enable() if on; fixes PR 4615 | Martin Reindl |
2005-12-28 | correct CX20468 initialization; mickey@ ok'ed this some time ago. | Federico G. Schwindt |
2005-12-28 | Oops. Missed file from previous commit. | Kenneth R Westerback |
2005-12-28 | Strip out fancy timeout code that attempts to mimic FreeBSD's thread | Kenneth R Westerback |
2005-12-28 | Strip out fancy timeout code that attempts to mimic FreeBSD's thread | Kenneth R Westerback |
2005-12-25 | Add support for AS99127F, an Asus W83781D clone. | Mark Kettenis |
2005-12-24 | Use sensors thread instead of timeouts. | Mark Kettenis |
2005-12-21 | shrink a bit | David Gwynne |
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2005-12-16 | a little quieter | Brad Smith |