aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous newline.Matt Jacob2012-08-121-1/+1
* Fix an oops where we wiped out DMA maps. Don't allocate extendedMatt Jacob2012-08-122-18/+33
* Compile fix.Hans Petter Selasky2012-08-121-1/+0
* Add support for the so-called streams feature of BULK endpointsHans Petter Selasky2012-08-1220-103/+325
* Revert the ath_tx_draintxq() method, and instead teach it the minimumAdrian Chadd2012-08-126-30/+26
* Break out ath_draintxq() into a method and un-methodize ath_tx_processq().Adrian Chadd2012-08-126-24/+28
* Extend the beacon code slightly to support AP mode beaconing for theAdrian Chadd2012-08-113-8/+52
* Add the AR9380 HAL to the TX descriptor debugging, in order to dump allAdrian Chadd2012-08-111-1/+2
* Add the AR9300 HAL ID in to the 11n check routine.Adrian Chadd2012-08-111-1/+2
* Begin fleshing out the TX FIFO support.Adrian Chadd2012-08-112-1/+143
* Style.Hans Petter Selasky2012-08-101-6/+0
* Remove unused structure field.Hans Petter Selasky2012-08-105-21/+0
* Take advantage of new UCOM and bus functionality so thatHans Petter Selasky2012-08-1021-42/+520
* Switch unit management in UCOM to unrhdr.Hans Petter Selasky2012-08-102-69/+182
* Style.Hans Petter Selasky2012-08-101-2/+2
* Fix spelling.Hans Petter Selasky2012-08-101-1/+1
* Improve lock and unlock symmetryEd Maste2012-08-091-15/+14
* More rototilling with target mode in an attemp to get multipleMatt Jacob2012-08-082-581/+630
* Fix whitespace (missing newline)Ed Maste2012-08-081-1/+2
* Clarify comments about number of tx / rx ringsEd Maste2012-08-082-3/+4
* Commit device IDs for the (eventually upcoming) AR9380 HAL.Adrian Chadd2012-08-071-0/+9
* Don't try to stop the IPMI watchdog timer if it is not running.John Baldwin2012-08-072-3/+5
* Correct re-initialise the link pointer to be the final descriptor inAdrian Chadd2012-08-071-1/+1
* Remove unnecessary debugging printf()s.Adrian Chadd2012-08-062-8/+0
* Remove a spurious bace which cause build fail in case BCE_DEBUG optionDavide Italiano2012-08-061-1/+1
* Make the polling interface in igb able to handleJack F Vogel2012-08-061-19/+19
* Correct the mq_start routine to avoid out-of-orderJack F Vogel2012-08-061-3/+11
* In sys/dev/aic7xxx/aic79xx_osm.c, function ahd_attach(), initialize theDimitry Andric2012-08-061-0/+1
* Explicitly enable busmastering on PCI-PCI bridges. Transactions initiatedJohn Baldwin2012-08-061-0/+7
* In sys/dev/cxgbe/firmware/t4fw_interface.h, change the enumDimitry Andric2012-08-061-1/+1
* In cxgb(4), in function iwch_reregister_phys_mem(), initialize theDimitry Andric2012-08-061-1/+1
* - Merge from NetBSD:Marius Strobl2012-08-061-20/+40
* Add PCI IDs for various new High Point RocketRAID 43xx and 3xxx devices.Xin LI2012-08-061-3/+9
* Add support for SIIG Cyber Serial Dual PCI 16C850Eitan Adler2012-08-051-0/+6
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonKonstantin Belousov2012-08-053-2/+3
* Update the list of devices supported by the FTDI driver. It might beHans Petter Selasky2012-08-053-6/+1258
* Migrate the 802.11n ath_hal_chaintxdesc() API to use a buffer/segmentAdrian Chadd2012-08-055-10/+25
* Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.Adrian Chadd2012-08-0513-19/+125
* Minor style nit:Hans Petter Selasky2012-08-051-11/+12
* Add additional Perle Speed LE serial cardsEitan Adler2012-08-051-0/+25
* Remove variables which are initialized but never used thereafterEitan Adler2012-08-051-3/+0
* Remove verbose unused commented out debugging printf.Konstantin Belousov2012-08-041-6/+0
* Support multiple interface devices. The driver had previously hardcodedGavin Atkinson2012-08-041-15/+11
* Add detach logic to SBus variant.Matt Jacob2012-08-041-33/+59
* Oops. We only do allocate room for extended commandsMatt Jacob2012-08-031-10/+12
* Correct a typo.Xin LI2012-08-031-1/+1
* Fix an issue that crept in with the previous descriptor tidyup.Adrian Chadd2012-08-021-2/+5
* Disallow sectorsize larger than MAXPHYS and mediasize smaller thanJaakko Heinonen2012-08-021-6/+12
* fix some signed/unsigned warnings in the netmap code.Luigi Rizzo2012-08-025-8/+8
* Add a newline on an error message;Luigi Rizzo2012-08-021-7/+13