Age | Commit message (Expand) | Author |
2010-05-18 | bus_dmamem_alloc() ...; bzero/memset(); -> | Owain Ainsworth |
2010-05-16 | Use a temporary variable for now to sidestep -Wbounded checking when | Nicholas Marriott |
2010-05-16 | fix (again) TKIP MIC entries in set_key(). | Damien Bergamini |
2010-05-16 | fix ic_max_nnodes computation. | Damien Bergamini |
2010-05-16 | no need to set the MAC address to 0 for TKIP MIC entries; the key | Damien Bergamini |
2010-05-16 | cleanup hardware key cache management (not used yet) | Damien Bergamini |
2010-05-16 | sync DPRINTF with ar5008 | Damien Bergamini |
2010-05-16 | cleanup calibration bits (not everything is enabled yet.) | Damien Bergamini |
2010-05-16 | initial Host AP bits. | Damien Bergamini |
2010-05-16 | >=AR9287 devices support short GI in 20MHz channels, so indicate this | Damien Bergamini |
2010-05-16 | small ar9003_rx_process fixes. | Damien Bergamini |
2010-05-16 | return early in {ar5008,ar9003}_rx_free if buffers have not been | Damien Bergamini |
2010-05-16 | fix athn_updateslot for fast PLL clock and 40MHz CBW | Damien Bergamini |
2010-05-16 | cleanup interrupts mask management. | Damien Bergamini |
2010-05-13 | initialization values for AR9380 2.2. | Damien Bergamini |
2010-05-12 | do not unlink the Tx buffer from our global list until we're sure | Damien Bergamini |
2010-05-11 | enable fast PLL clock for 5GHz on AR9280 >=2.0 (unless EEPROM says the | Damien Bergamini |
2010-05-11 | always reset the Tx status descriptor before leaving ar9003_tx_process(). | Damien Bergamini |
2010-05-11 | put code that is meaningful only if HT is enabled under | Damien Bergamini |
2010-05-11 | various AR9003 fixes (found during code inspection): | Damien Bergamini |
2010-05-11 | update initvals for AR9380 2.0. | Damien Bergamini |
2010-05-10 | additionnal bits and fixes for RT3090. | Damien Bergamini |
2010-05-10 | misplaced #endif | Damien Bergamini |
2010-05-10 | athn(4) is going to support a new family of Atheros 802.11n | Damien Bergamini |
2010-05-09 | back out 1.143, it causes data corruption on the mpis in sun v20z boxes, | David Gwynne |
2010-05-09 | hander -> handler | Jasper Lievisse Adriaanse |
2010-05-08 | Defines for the Intel 8259 PIC and compatible designs, because hardwired | Miod Vallat |
2010-05-05 | disable bluetooth coexistence as I suspect this is what is causing | Damien Bergamini |
2010-05-01 | incomming -> incoming | Michael Knudsen |
2010-04-30 | Remove volatile from function return values since gcc4 complains about them | Mark Kettenis |
2010-04-28 | Fix gcc4 warning | Marco Peereboom |
2010-04-27 | __packed needs to be applied to the struct, not the typedef. | Mark Kettenis |
2010-04-23 | give AR9287 some chance to work. | Damien Bergamini |
2010-04-22 | use BUS_DMA_ZERO on alloc instead of bzeroing after. | Owain Ainsworth |
2010-04-22 | Fix cut 'n paste typo | Marco Peereboom |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-04-20 | - Fix a calculation bug with the RX ring buffer memory address which | Theo de Raadt |
2010-04-20 | Allow MD oosiop(4) attachment to override default values for a few of the | Miod Vallat |
2010-04-19 | cckinc is signed. | Damien Bergamini |
2010-04-19 | i thought mpi gave each device all the openings on the bus, which was a | David Gwynne |
2010-04-16 | byteswap the number of blocks on physical disks for bioctl correctly. | David Gwynne |
2010-04-16 | if there is no raid, do not allocate a 0-sized structure for sensors | Theo de Raadt |
2010-04-12 | Make hardware generate 802.11 sequence numbers (except for unicast | Damien Bergamini |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-04-12 | dont need to call scsi_done with splbio. the midlayer protects | David Gwynne |
2010-04-10 | fix athn_stop_tx_dma | Damien Bergamini |
2010-04-10 | grrr var names in protos | Marco Peereboom |
2010-04-10 | sprinkle some bus_dmamap_sync around frame access. | Marco Peereboom |
2010-04-10 | Remove a bunch of if 0ed out code that used vtophys. it hasn't been used | Owain Ainsworth |
2010-04-10 | always do a full reset when changing the channel on AR5008 devices, | Damien Bergamini |