summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Correct re-initialise the link pointer to be the final descriptor inadrian2012-08-071-1/+1
* Remove unnecessary debugging printf()s.adrian2012-08-062-8/+0
* Remove a spurious bace which cause build fail in case BCE_DEBUG optiondavide2012-08-061-1/+1
* Make the polling interface in igb able to handlejfv2012-08-061-19/+19
* Correct the mq_start routine to avoid out-of-orderjfv2012-08-061-3/+11
* In sys/dev/aic7xxx/aic79xx_osm.c, function ahd_attach(), initialize thedim2012-08-061-0/+1
* Explicitly enable busmastering on PCI-PCI bridges. Transactions initiatedjhb2012-08-061-0/+7
* In sys/dev/cxgbe/firmware/t4fw_interface.h, change the enumdim2012-08-061-1/+1
* In cxgb(4), in function iwch_reregister_phys_mem(), initialize thedim2012-08-061-1/+1
* - Merge from NetBSD:marius2012-08-061-20/+40
* 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
OpenPOWER on IntegriCloud