summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Merging of projects/armv6, part 8gonzo2012-08-154-5/+903
* Merging of projects/armv6, part 6gonzo2012-08-152-25/+85
* Merging of projects/armv6, part 5gonzo2012-08-156-1/+2277
* Merging of projects/armv6, part 4gonzo2012-08-155-49/+70
* Merging of projects/armv6, part 4gonzo2012-08-151-2/+5
* The size of the buffers in an Ethernet freelist has to be higher than thenp2012-08-151-5/+15
* Dump out the TX FIFO depth.adrian2012-08-141-2/+3
* Break out the TX completion code into a separate function, so it can beadrian2012-08-142-35/+67
* Add an assertion to check that the given TXQ is _not_ locked.adrian2012-08-141-1/+4
* Rename command defines to match names used in the datasheet, in order togavin2012-08-141-54/+57
* if_iqdrops should include frames truncated within the chip.np2012-08-141-1/+2
* Convert some fixed parameters to tunables (with reasonable defaultnp2012-08-142-15/+94
* Fix multichannel input signals tracing on some CODECs like ALC260.mav2012-08-141-5/+4
* Fix typo in comment.andreast2012-08-141-1/+1
* Add locking to the twe(4) driver and make it MPSAFE:jhb2012-08-134-180/+196
* Reword comment to try to improve clarity, and fix a typo.emaste2012-08-131-5/+8
* Fix for missing locks due to recent change.hselasky2012-08-131-1/+11
* Rename new IOCTL to singular form of the noun "streams".hselasky2012-08-132-6/+6
* Improve auto-quirks detection for certain Kingston memory sticks.hselasky2012-08-131-1/+41
* Use array notation for consistency.emaste2012-08-131-2/+2
* Remove extraneous newline.mjacob2012-08-121-1/+1
* Fix an oops where we wiped out DMA maps. Don't allocate extendedmjacob2012-08-122-18/+33
* Compile fix.hselasky2012-08-121-1/+0
* Add support for the so-called streams feature of BULK endpointshselasky2012-08-1220-103/+325
* Revert the ath_tx_draintxq() method, and instead teach it the minimumadrian2012-08-126-30/+26
* Break out ath_draintxq() into a method and un-methodize ath_tx_processq().adrian2012-08-126-24/+28
* Extend the beacon code slightly to support AP mode beaconing for theadrian2012-08-113-8/+52
* Add the AR9380 HAL to the TX descriptor debugging, in order to dump alladrian2012-08-111-1/+2
* Add the AR9300 HAL ID in to the 11n check routine.adrian2012-08-111-1/+2
* Begin fleshing out the TX FIFO support.adrian2012-08-112-1/+143
* Style.hselasky2012-08-101-6/+0
* Remove unused structure field.hselasky2012-08-105-21/+0
* Take advantage of new UCOM and bus functionality so thathselasky2012-08-1021-42/+520
* Switch unit management in UCOM to unrhdr.hselasky2012-08-102-69/+182
* Style.hselasky2012-08-101-2/+2
* Fix spelling.hselasky2012-08-101-1/+1
* Improve lock and unlock symmetryemaste2012-08-091-15/+14
* More rototilling with target mode in an attemp to get multiplemjacob2012-08-082-581/+630
* Fix whitespace (missing newline)emaste2012-08-081-1/+2
* Clarify comments about number of tx / rx ringsemaste2012-08-082-3/+4
* Commit device IDs for the (eventually upcoming) AR9380 HAL.adrian2012-08-071-0/+9
* Don't try to stop the IPMI watchdog timer if it is not running.jhb2012-08-072-3/+5
* 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
OpenPOWER on IntegriCloud