summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2006-11-01Put common data for each RX DMA descriptor into a new rxsoft structure.Brad Smith
2006-10-31- Rename a variable to clarify meaning of index.Brad Smith
2006-10-31- Make DMA descripter members volatileBrad Smith
2006-10-30Fix dynamic tuning of the radio sensitivity I broke when moving fromDamien Bergamini
2006-10-29Reorganize malo_intr() a bit. Check for unhandled interrupt flags andClaudio Jeker
2006-10-29In malo_ioctl() if the returned error is ENETRESET reset the device.Claudio Jeker
2006-10-29MALO_CMD_RESPONSE is acting just as a flag so move it to the end of the list.Claudio Jeker
2006-10-29Fix some nasty bugs in malo_reset() and malo_cmd_set_channel() and simplifyClaudio Jeker
2006-10-29Add first TX path and active scan bits. Don't expect to much yet.Marcus Glocker
2006-10-26fix fxp(4) so that it will reset the link when you change the speed... ThisBrad Smith
2006-10-25Resort some functions, tiny cleanup.Marcus Glocker
2006-10-24Fix RX DMA handling; until now the card stopped receiving interruptsMarcus Glocker
2006-10-22DMA memory for the TX ring should be aligned at RL_RING_ALIGN,Brad Smith
2006-10-22replace rssadapt(9) with amrr for automatic rate control.Damien Bergamini
2006-10-22oops, the eventnotify stuff was accidentally enabled with the scsiconfDavid Gwynne
2006-10-22Activate RX radiotap. We have RSSI for now.Marcus Glocker
2006-10-21Fix RX handling; the chip injects control data in front and betweenMarcus Glocker
2006-10-21rework the bus scanning code by splitting it out into separate functionsDavid Gwynne
2006-10-20use the ASIX AX88190 defines from ax88190reg.h and remove someBrad Smith
2006-10-20some defines for the ASIX AX88790 chipset.Brad Smith
2006-10-20some new flags.Brad Smith
2006-10-20sync some comments with the NetBSD driver.Brad Smith
2006-10-20remove another chunk of unused NetBSD code.Brad Smith
2006-10-20remove some NetBSD code.Brad Smith
2006-10-20ansiBrad Smith
2006-10-19s/Mhz/MHz/ in comments and printf() stringsTom Cosgrove
2006-10-18Fix packet length for RX bpf mtap.Marcus Glocker
2006-10-17replace hand rolled code with LIST_FOREACH in gem_mediachange().Brad Smith
2006-10-17Add first bits of a RX intr handler routine. Needs further clarification.Marcus Glocker
2006-10-17Allocate and free TX DMA rings additionally change some of the structures toClaudio Jeker
2006-10-17fix typo in commentTodd T. Fries
2006-10-17Allocate and free RX DMA ring. Mostly form rt2661.c with adaption for malo.Claudio Jeker
2006-10-16Fix for watchdog timeouts experienced with some Realtek adapters.Brad Smith
2006-10-15Place bus_dmamap_sync() around malo_send_cmd this should help porting toClaudio Jeker
2006-10-15More serious firmware load error messages.Marcus Glocker
2006-10-15Add $OpenBSD$ tagClaudio Jeker
2006-10-15First stubs for a new driver for the Marvell Libertas chips.Claudio Jeker
2006-10-15Yet another example of a non-OK'd diff by brad breaking someone's machine.Theo de Raadt
2006-10-14fix the slightly different reset procedure of single chip variants.Reyk Floeter
2006-10-13Fix kernel page fault when the device gets detached after the firmwareMarcus Glocker
2006-10-11more ether_sprintf()'sDamien Bergamini
2006-10-11fix a potential null deref and a memleak (both in error path).Damien Bergamini
2006-10-11Use __packed instead of __attribute__((packed)). OK mglocker@Claudio Jeker
2006-10-11Use correct arguments in printfs. OK mglocker@Claudio Jeker
2006-10-10bescon -> beacon, found by Maxim Bourmistrov, thanks. Since I am correctingMarc Balmer
2006-10-10fix a small typo (in a comment). ok kettenis.Marc Balmer
2006-10-10Add bus_space_barrier.Brad Smith
2006-10-09Kill unused debug flag.Marcus Glocker
2006-10-09Kill unused kthread struct.Marcus Glocker
2006-10-09Change historical leftovers (tsleep "pftres" to "pgtres").Marcus Glocker