summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2010-04-12Make hardware generate 802.11 sequence numbers (except for unicastDamien Bergamini
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-04-12dont need to call scsi_done with splbio. the midlayer protectsDavid Gwynne
2010-04-10fix athn_stop_tx_dmaDamien Bergamini
2010-04-10grrr var names in protosMarco Peereboom
2010-04-10sprinkle some bus_dmamap_sync around frame access.Marco Peereboom
2010-04-10Remove a bunch of if 0ed out code that used vtophys. it hasn't been usedOwain Ainsworth
2010-04-10always do a full reset when changing the channel on AR5008 devices,Damien Bergamini
2010-04-10enable debug mode for >=RT3090Damien Bergamini
2010-04-09fix double free in an error path. the midlayer gets the ccb for scsi ioDavid Gwynne
2010-04-07txq->lastds is only valid when txq is not empty.Damien Bergamini
2010-04-07update initvals and TX gains for AR9285 >=1.2Damien Bergamini
2010-04-06always enable both 2GHz and 5GHz LNAs regardless of the bandDamien Bergamini
2010-04-06on devices that have a radio switch, check GPIO pin 2 and reportDamien Bergamini
2010-04-06On RT3090 chips, read vendor RF settings from ROM and apply them.Damien Bergamini
2010-04-06Give rt3090_efuse_read_2() a chance to work by using the correct offset.Damien Bergamini
2010-04-06use SLISTs for managing the ccb free list rather than TAILQs.David Gwynne
2010-04-06modify siop to provide an iopool as a way for the midlayer to manageDavid Gwynne
2010-04-06modify mpi to provide an iopool as a way for the midlayer to manage accessDavid Gwynne
2010-04-05backout these two files i committed by accident.Damien Bergamini
2010-04-05fix regression on RT2860C introduced in previous commit.Damien Bergamini
2010-04-05Initial bits for >=RT3090 support.Damien Bergamini
2010-04-04Fix 5GHz channels TX power settings for RT2860/RT2870 (does notDamien Bergamini
2010-04-03Set the RL_FLAG_MACSLEEP flag for the RTL8103E chipset.Stuart Henderson
2010-04-03dont allocate with M_TEMP and then free with M_DEVBUF. made even worse thatDavid Gwynne
2010-03-29Initialize various uninitialized variables. Found by jsg@ via Clang.Kenneth R Westerback
2010-03-28Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287Kenneth R Westerback
2010-03-27Fix TX power per rate settings.Damien Bergamini
2010-03-27Fix isp(4) fallout from NO_CCB nuking. Seen by several.Kenneth R Westerback
2010-03-25fix fallout of previous; ok dlg@Otto Moerbeek
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-03-14Quieten ahc a bit, same as ahd is. Put some messages emitted duringKenneth R Westerback
2010-02-27Eliminate double call to scsi_done() when polling.Kenneth R Westerback
2010-02-25Add VT1617 codec ID used in VIA Tremor 5.1 cards,Alexandre Ratchov
2010-02-24- properly maintain sc->curchanDamien Bergamini
2010-02-24Disable Reduced Interframe Space search on AR9160 to workaroundDamien Bergamini
2010-02-24fix AR_PHY_TX_DESIRED_SCALE_CCK mask (only affect AR9280 2.0Damien Bergamini
2010-02-21Make sure athn_intr() returns 1 if it claims an interrupt and 0 if not,Mark Kettenis
2010-02-20minor tweak to improve consistency with other drivers; startupIgor Sobrado
2010-02-19Add a datasheet URL for reference.Miod Vallat
2010-02-19Add a driver for the M41T8x time-of-day clock chips, such as the M41T83Miod Vallat
2010-02-18fix a few capitalizations of QLogic.Igor Sobrado
2010-02-18improve startup messages displayed by isp(4) in such a way entriesIgor Sobrado
2010-02-17Make sure we claim the interrupt as ours if the time out bit is set in theMark Kettenis
2010-02-16fix AR_DTIM_PERIODDamien Bergamini
2010-02-15Properly detect when the band changes from 2GHz to 5GHz andDamien Bergamini
2010-02-15- handle SIOCS80211CHANNEL in monitor mode without doing a full resetDamien Bergamini
2010-02-14The ASIC does not like PCI bursts on registers because of a silicon bug.Damien Bergamini
2010-02-08add the 10us sifs directly to the pre-computed ack durations.Damien Bergamini
2010-02-08s/RT2860_MCU_CMD_BOOT/RT2860_MCU_CMD_RFRESET/Damien Bergamini