Age | Commit message (Expand) | Author |
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 |
2005-12-15 | If i is unsigned then i can wrap in 'for(...; i >= 0; i--)'. Spotted | Kenneth R Westerback |
2005-12-15 | Fix error printf()s. | Kenneth R Westerback |
2005-12-14 | some codecs have an external amplifier, and in some hw the bit to powering | Federico G. Schwindt |
2005-12-13 | - Add a whole bunch of new PCI ids. | Brad Smith |
2005-12-13 | use consistent naming for members of the softc struct | David Gwynne |
2005-12-13 | Correct typos in comments. From pedro la peu. | Jonathan Gray |
2005-12-13 | Don't retry unsupported SCSI commands, causing large delays during | Kenneth R Westerback |
2005-12-12 | ansi, no binary change. | Federico G. Schwindt |
2005-12-12 | fix a license i botched years ago | Michael Shalayeff |
2005-12-12 | make printf debug-only so some people would just shuddup | Michael Shalayeff |
2005-12-12 | knf | David Gwynne |
2005-12-11 | cleanup some knr to ansi i missed, and some extra whitespace i accidentally | David Gwynne |
2005-12-10 | Initialize flags before using it. Spotted by lint. | Kenneth R Westerback |
2005-12-10 | another go at cleaning up bus_dma usage. | David Gwynne |