summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2010-05-13initialization values for AR9380 2.2.Damien Bergamini
2010-05-12do not unlink the Tx buffer from our global list until we're sureDamien Bergamini
2010-05-11enable fast PLL clock for 5GHz on AR9280 >=2.0 (unless EEPROM says theDamien Bergamini
2010-05-11always reset the Tx status descriptor before leaving ar9003_tx_process().Damien Bergamini
2010-05-11put code that is meaningful only if HT is enabled underDamien Bergamini
2010-05-11various AR9003 fixes (found during code inspection):Damien Bergamini
2010-05-11update initvals for AR9380 2.0.Damien Bergamini
2010-05-10additionnal bits and fixes for RT3090.Damien Bergamini
2010-05-10misplaced #endifDamien Bergamini
2010-05-10athn(4) is going to support a new family of Atheros 802.11nDamien Bergamini
2010-05-09back out 1.143, it causes data corruption on the mpis in sun v20z boxes,David Gwynne
2010-05-09hander -> handlerJasper Lievisse Adriaanse
2010-05-08Defines for the Intel 8259 PIC and compatible designs, because hardwiredMiod Vallat
2010-05-05disable bluetooth coexistence as I suspect this is what is causingDamien Bergamini
2010-05-01incomming -> incomingMichael Knudsen
2010-04-30Remove volatile from function return values since gcc4 complains about themMark Kettenis
2010-04-28Fix gcc4 warningMarco Peereboom
2010-04-27__packed needs to be applied to the struct, not the typedef.Mark Kettenis
2010-04-23give AR9287 some chance to work.Damien Bergamini
2010-04-22use BUS_DMA_ZERO on alloc instead of bzeroing after.Owain Ainsworth
2010-04-22Fix cut 'n paste typoMarco Peereboom
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-04-20- Fix a calculation bug with the RX ring buffer memory address whichTheo de Raadt
2010-04-20Allow MD oosiop(4) attachment to override default values for a few of theMiod Vallat
2010-04-19cckinc is signed.Damien Bergamini
2010-04-19i thought mpi gave each device all the openings on the bus, which was aDavid Gwynne
2010-04-16byteswap the number of blocks on physical disks for bioctl correctly.David Gwynne
2010-04-16if there is no raid, do not allocate a 0-sized structure for sensorsTheo de Raadt
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