summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2010-05-18more BUS_DMA_ZERO love.Owain Ainsworth
2010-05-18bus_dmamem_alloc() ...; bzero/memset(); ->Owain Ainsworth
2010-05-16Use a temporary variable for now to sidestep -Wbounded checking whenNicholas Marriott
2010-05-16fix (again) TKIP MIC entries in set_key().Damien Bergamini
2010-05-16fix ic_max_nnodes computation.Damien Bergamini
2010-05-16no need to set the MAC address to 0 for TKIP MIC entries; the keyDamien Bergamini
2010-05-16cleanup hardware key cache management (not used yet)Damien Bergamini
2010-05-16sync DPRINTF with ar5008Damien Bergamini
2010-05-16cleanup calibration bits (not everything is enabled yet.)Damien Bergamini
2010-05-16initial Host AP bits.Damien Bergamini
2010-05-16>=AR9287 devices support short GI in 20MHz channels, so indicate thisDamien Bergamini
2010-05-16small ar9003_rx_process fixes.Damien Bergamini
2010-05-16return early in {ar5008,ar9003}_rx_free if buffers have not beenDamien Bergamini
2010-05-16fix athn_updateslot for fast PLL clock and 40MHz CBWDamien Bergamini
2010-05-16cleanup interrupts mask management.Damien Bergamini
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