summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add PCI IDs for various new High Point RocketRAID 43xx and 3xxx devices.delphij2012-08-061-3/+9
* Add support for SIIG Cyber Serial Dual PCI 16C850eadler2012-08-051-0/+6
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-053-2/+3
* Update the list of devices supported by the FTDI driver. It might behselasky2012-08-053-6/+1258
* Migrate the 802.11n ath_hal_chaintxdesc() API to use a buffer/segmentadrian2012-08-055-10/+25
* Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.adrian2012-08-0513-19/+125
* Minor style nit:hselasky2012-08-051-11/+12
* Add additional Perle Speed LE serial cardseadler2012-08-051-0/+25
* Remove variables which are initialized but never used thereaftereadler2012-08-051-3/+0
* Remove verbose unused commented out debugging printf.kib2012-08-041-6/+0
* Support multiple interface devices. The driver had previously hardcodedgavin2012-08-041-15/+11
* Add detach logic to SBus variant.mjacob2012-08-041-33/+59
* Oops. We only do allocate room for extended commandsmjacob2012-08-031-10/+12
* Correct a typo.delphij2012-08-031-1/+1
* Fix an issue that crept in with the previous descriptor tidyup.adrian2012-08-021-2/+5
* Disallow sectorsize larger than MAXPHYS and mediasize smaller thanjh2012-08-021-6/+12
* fix some signed/unsigned warnings in the netmap code.luigi2012-08-025-8/+8
* Add a newline on an error message;luigi2012-08-021-7/+13
* CPU_NEXT() already handles wrapping around to the beginning. Also, in asbruno2012-08-021-1/+0
* Several fixes to allow firmware/BIOS flash access from user-level:mav2012-08-014-64/+41
* Fix kernel panic on `camcontrol reset` for specific target, caused bymav2012-08-011-0/+1
* Add the chip select glue.imp2012-08-012-0/+6
* Fix a case of "mis-located braces".adrian2012-08-011-2/+2
* Allow 802.11n hardware to support multi-rate retry when RTS/CTS isadrian2012-07-314-7/+24
* Restore the PCI bridge configuration upon resume.adrian2012-07-311-0/+5
* Clean up some unused leftover code from emjfv2012-07-311-74/+30
* Shuffle the call to ath_hal_setuplasttxdesc() to _after_ the rate controladrian2012-07-312-31/+7
* Push the rate control and descriptor chaining into the descriptor "set"adrian2012-07-311-61/+52
* Add several performance optimizations to acpi_cpu_idle().mav2012-07-311-11/+21
* Fix wtap to not panic in wtap_beacon_intrp.monthadar2012-07-311-2/+6
* remove a redundant MALLOC_DECLAREluigi2012-07-311-4/+0
* - Change back "d_ofs" to int8_t to not pessimize padding and size of "struct ...fjoe2012-07-312-6/+15
* Migrate some more TX side setup routines to be methods.adrian2012-07-316-18/+86
* Break out the hardware handoff and TX DMA restart code into methods.adrian2012-07-313-4/+70
* Placeholder ioctl for an upcoming rate control statistics API change.adrian2012-07-311-0/+1
* - move the inclusion of netmap headers to the common part of the code;luigi2012-07-302-9/+15
* Return back double spacing.glebius2012-07-301-1/+1
* Grr.!$()!$$ I missed checking this in even though I *did* runmjacob2012-07-291-1/+1
* Shuffle the rate control call to be consistent with non-aggregate TX.adrian2012-07-291-3/+3
* Fix breakage introduced in r238824 - correctly calculate the descriptoradrian2012-07-291-1/+7
* Add support for 88E1116R.hrs2012-07-281-1/+6
* Add support for Marvell 88F6282.hrs2012-07-283-1/+5
* -----------mjacob2012-07-2811-1016/+1841
* Flesh out the multi-rate retry capability.adrian2012-07-286-1/+7
* Commit missing #define from a previous check-in.adrian2012-07-281-0/+2
* Flesh out the initial TX FIFO storage for each hardware TX queue.adrian2012-07-282-0/+51
* Add a missing call to ath_txdma_teardown().adrian2012-07-281-0/+1
* Make this compile again. Also note that it is AT91RM9200+KB9202Bimp2012-07-271-2/+2
* Tidy up the TX status fields a little and add a couple new flags.adrian2012-07-271-9/+14
* Add STBC TX support for AR5416 HAL chips.adrian2012-07-271-0/+1
OpenPOWER on IntegriCloud