Age | Commit message (Expand) | Author |
2006-01-13 | Put back i2c bit-banging code, we'll need it soon. | Alexander Yurchenko |
2006-01-13 | support i915. adapted from freebsd by Dimitry Andric. does not break | Theo de Raadt |
2006-01-13 | handle all 3 types of chips correctly. go into continuous mode, and | Theo de Raadt |
2006-01-13 | send management frames at lowest possible rate. | Damien Bergamini |
2006-01-13 | - fix short slot time | Damien Bergamini |
2006-01-13 | fix short slot time + cosmetic | Damien Bergamini |
2006-01-13 | - fix short preamble support | Damien Bergamini |
2006-01-13 | Enable detaching atapiscsi devices. | Miod Vallat |
2006-01-13 | - simplify lookup of 802.11a channels (we know they exist) | Damien Bergamini |
2006-01-13 | - fix AMRR initialization + retry-fail count | Damien Bergamini |
2006-01-13 | damn, on the ds1721 we can be sure of even fewer known bits | Theo de Raadt |
2006-01-13 | introduce the most stupid basic scan check for the maximally braindead | Theo de Raadt |
2006-01-13 | ds1624 and ds1721 too, horrid horrid horrid chips | Theo de Raadt |
2006-01-12 | Garbage collect lm_probe. | Mark Kettenis |
2006-01-12 | Instead of resetting the device and check whether power-up defaults match | Mark Kettenis |
2006-01-12 | Add W83792D support. | Mark Kettenis |
2006-01-12 | Don't start new command if bus is busy and kill command on timeout. | Mark Kettenis |
2006-01-12 | Fix typo. Spotted by Oleg Safiullin. | Mark Kettenis |
2006-01-12 | sync | Theo de Raadt |
2006-01-12 | 3 more radeon; 4969 | Theo de Raadt |
2006-01-12 | - add a missing htons() to the receive checksum routine to fix | Brad Smith |
2006-01-12 | regen | Jonathan Gray |
2006-01-12 | Some more VIA and NVIDIA products mostly from submitted dmesgs, | Jonathan Gray |
2006-01-12 | if we cannot map the interrupt, try to do iic in polling mode anyways. | Theo de Raadt |
2006-01-12 | attempt to probe for the ds1624; ok grange | Theo de Raadt |
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 | Identify Winbond chips that are in a non-zero register bank as w83781d. | Mark Kettenis |
2006-01-11 | Fix compilation without NVIIC_DEBUG defined, ok dlg@ | Jonathan Gray |
2006-01-11 | make the timeout printf a debug message | David Gwynne |
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 | rewritten lm75 driver. try to cope with the lm75 and lm77 better, but | Theo de Raadt |
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 | list the files the license applies to | Theo de Raadt |
2006-01-10 | fix reading of EEPROM content on big endian arches. | 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-10 | fix axe on big endian archs. for jolan | David Gwynne |
2006-01-09 | damn, left a lock | Theo de Raadt |
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 | Remove debug message. | Mark Kettenis |
2006-01-09 | Introduce a wsdisplay type for mac68k frame buffers; we might need to become | Miod Vallat |
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 |