summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2006-02-21remove some commented out and NetBSD-specific code.Brad Smith
2006-02-21add missing MTU ioctl switch case.Brad Smith
2006-02-20Fix kernel builds without bpfilter. Linking is still broken.Damien Bergamini
2006-02-20Be sure to call shutdownhook_disestablish() as this is a removeable device.Jonathan Gray
2006-02-18don't try to release references to nodes that have been freed by net80211.Damien Bergamini
2006-02-17Missed part of last atw commit.Jonathan Gray
2006-02-17Use ieee80211_compute_duration() instead of homerolled function.Jonathan Gray
2006-02-15don't re-init the interface on watchdog timeout. we need to reload theDamien Bergamini
2006-02-11Move a bit more under MPT_DEBUG.Kenneth R Westerback
2006-02-10Fix LBA48 access for ServerWorks SATA.Mark Kettenis
2006-02-08eliminate a reset when configuring the IP address.Brad Smith
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-05Add a fix from David Young to not set the ring indexes to somethingJonathan Gray
2006-02-05Rework code a bit more and move mpt_print_header() completely underKenneth R Westerback
2006-02-05and the softc addition too.Brad Smith
2006-02-05call gem_setladrf() if the NIC is already running and only theBrad Smith
2006-02-04Redo debugging mechanism to something less loud and more useful.Marco Peereboom
2006-02-02make an exposed printf for debugging a debug printf and add a few commasBrad Smith
2006-02-01dont clutter up dmesg with useless or redundant informationDavid Gwynne
2006-02-01a driver for the phillips pcf8584 i2c controller as found on the sun netraDavid Gwynne
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