summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2009-12-10remove dead assignment and newly created unused variable.Charles Longeau
2009-12-10remove dead assignment and newly created unused variable.Charles Longeau
2009-12-09Stop spamming dmesg when raid isn't available.Marco Peereboom
2009-12-07get rid of the return codes from command submission, ata_cmd handlersDavid Gwynne
2009-12-06Nuke SCSI_URGENT after removing its only use, in ncr53c9x.c. That useKenneth R Westerback
2009-12-06change M_WAITOK --> M_WAITOK|M_CANFAILCharles Longeau
2009-12-05Use the correct member of the ieee80211com struct when testingJonathan Gray
2009-12-01put the midlayer changes back in.David Gwynne
2009-11-29unbreak compilation on sparc64 with AUDIO_DEBUG definedAlexandre Ratchov
2009-11-26Don't try to be clever and mix tag queueing mechanisms. Few if anyKenneth R Westerback
2009-11-25fix previousDamien Bergamini
2009-11-25single-stream parts (AR9285) have a hardware bug that limits theDamien Bergamini
2009-11-24Correct the copy out of the packet into the mbuf. We need to loop orClaudio Jeker
2009-11-24Reset the chip an re-initialise the interface after reset. Resetting theMark Kettenis
2009-11-24kill hooks and timeouts before calling complex sleeping code from detach; ok jsgTheo de Raadt
2009-11-23in detach, get rid of powerhook before doing sleeping operationsTheo de Raadt
2009-11-23little annoying knfTheo de Raadt
2009-11-23prevent interrupts storm when the radio switch is turned off whileDamien Bergamini
2009-11-23move things from athn_attach() to athn_init() such that we canDamien Bergamini
2009-11-23cleanup athn_set_key (not used yet.)Damien Bergamini
2009-11-23remove a global that i used to test protection modes.Damien Bergamini
2009-11-23Bring elink3 at least a bit into the new world. It used to have some superClaudio Jeker
2009-11-22Bring last drivers fully into the NO_CCB world by replacingKenneth R Westerback
2009-11-22Probe modes for SATA disks, makes CF behind SATA work and givesJonathan Gray
2009-11-22fix RTS/CTS and CTS-to-self protection modes.Damien Bergamini
2009-11-21tyypoMiod Vallat
2009-11-21make the led blink during a scan.Damien Bergamini
2009-11-21debug offDamien Bergamini
2009-11-19if a radio switch exists, configure the GPIO pin to which it isDamien Bergamini
2009-11-19fix for some variants of AR9285.Damien Bergamini
2009-11-18* always move the same amount of data (256 frames) in the interrupt handlerJacob Meuser
2009-11-18panic on impossible error codeAlexander Hall
2009-11-17fix a DPRINTF format string.Damien Bergamini
2009-11-17cleanup the printf/DPRINTF mess.Damien Bergamini
2009-11-17fix previous.Damien Bergamini
2009-11-17update hardware multicast filter.Damien Bergamini
2009-11-17add short interframe space to duration since the athn_txtimeDamien Bergamini
2009-11-16it is better if it compiles.Damien Bergamini
2009-11-16do not panic when wep is enabled.Damien Bergamini
2009-11-16Fix array access found by parfait and switch to nitems while here.Jonathan Gray
2009-11-15Move ciss(4) to NO_CCB. Add some extra paranoia by always testingKenneth R Westerback
2009-11-15AR9287 uses GPIO pin 8 for LED, not 1.Damien Bergamini
2009-11-15fix athn_stop_tx_dma().Damien Bergamini
2009-11-14translate a comment from french to english.Damien Bergamini
2009-11-14make ramdisks compileTheo de Raadt
2009-11-14athn(4), a driver for Atheros 802.11a/g/n devices.Damien Bergamini
2009-11-13Remove an unnecessary assignment. From NetBSD via Brad.Stuart Henderson
2009-11-12memory leak found by parfait in an ioctl path, ok damien jsgTheo de Raadt
2009-11-12revert midlayer back to it was before i put my big rewrite in. this isDavid Gwynne
2009-11-10backout the backout marco did of my code because of the NO_CCB breakage.David Gwynne