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