summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2006-01-30Add basic radiotap support. Modelled somewhat afterJonathan Gray
2006-01-30only flush the TX descriptors in re_start() if there are packetsBrad Smith
2006-01-29Don't ask bus_dmamem_alloc() for zero bytes. 'bioctl -H x:y amiz' noKenneth R Westerback
2006-01-28Consider temperatures below -45 degC to be invalid for Winbond chips.Mark Kettenis
2006-01-28remove 2 printf's from dc_coal() too.Brad Smith
2006-01-28Make sure that HW VLAN stripping is not enabled and remove unused codeBrad Smith
2006-01-28remove printf's from dc_newbuf().Brad Smith
2006-01-26Make lm at iic detach properly, and use config_detach(9) to fully detachMark Kettenis
2006-01-23update sm(4) from NetBSD, including support for more models and MII;Martin Reindl
2006-01-22Nothing uses this file anymore.Alexander Yurchenko
2006-01-20- xl_encap(): free the mbuf chain and return if bus_dmamap_load_mbuf()Brad Smith
2006-01-19Try to disable unconnected temperature sensors.Mark Kettenis
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