summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud