Age | Commit message (Expand) | Author |
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 |
2010-04-10 | enable debug mode for >=RT3090 | Damien Bergamini |
2010-04-09 | fix double free in an error path. the midlayer gets the ccb for scsi io | David Gwynne |
2010-04-07 | txq->lastds is only valid when txq is not empty. | Damien Bergamini |
2010-04-07 | update initvals and TX gains for AR9285 >=1.2 | Damien Bergamini |
2010-04-06 | always enable both 2GHz and 5GHz LNAs regardless of the band | Damien Bergamini |
2010-04-06 | on devices that have a radio switch, check GPIO pin 2 and report | Damien Bergamini |
2010-04-06 | On RT3090 chips, read vendor RF settings from ROM and apply them. | Damien Bergamini |
2010-04-06 | Give rt3090_efuse_read_2() a chance to work by using the correct offset. | Damien Bergamini |
2010-04-06 | use SLISTs for managing the ccb free list rather than TAILQs. | David Gwynne |
2010-04-06 | modify siop to provide an iopool as a way for the midlayer to manage | David Gwynne |
2010-04-06 | modify mpi to provide an iopool as a way for the midlayer to manage access | David Gwynne |
2010-04-05 | backout these two files i committed by accident. | Damien Bergamini |
2010-04-05 | fix regression on RT2860C introduced in previous commit. | Damien Bergamini |
2010-04-05 | Initial bits for >=RT3090 support. | Damien Bergamini |