aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Announce diagnostic page 7 (Element Descriptor) support.Alexander Motin2012-11-071-1/+2
* Disable automatic attachment of arswitch. It can't be auto-detected (like PHYsAleksandr Rybalko2012-11-071-11/+0
* Add lock asserts instead of "auto-locking".Hans Petter Selasky2012-11-071-9/+2
* The tty_inwakeup callback appears to be called both locked and unlocked.Hans Petter Selasky2012-11-071-3/+9
* Don't compile in my (not yet committed) ath_alq code unless ATH_DEBUG_ALQAdrian Chadd2012-11-071-3/+3
* Patch to improve USB serial console.Hans Petter Selasky2012-11-071-10/+12
* Fix typo; s/ouput/outputKevin Lo2012-11-073-3/+3
* Disable my software queue TIM and PS handling for now.Adrian Chadd2012-11-071-0/+37
* Add new HAL configuration features for the updated AR9300 HAL.Adrian Chadd2012-11-073-1/+7
* - Extend the prior commit to use the generic SCSI command buildingDoug Ambrisko2012-11-066-198/+231
* Make sure the inp hasn't been dropped before trying to access its socketNavdeep Parhar2012-11-061-6/+10
* Remove the tid from the software table (and bump down the in-useNavdeep Parhar2012-11-061-0/+1
* Convert the aggregate descriptor path over to use the same API asAdrian Chadd2012-11-061-108/+90
* Add the UQ_MSC_NO_PREVENT_ALLOW quirk to handle devices that do not supportMarcel Moolenaar2012-11-054-0/+15
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-0538-47/+47
* Add a jitter buffer in the common USB serial driver code whichHans Petter Selasky2012-11-052-2/+81
* Clear IFF_DRV_OACTIVE if any slots were completed.Adrian Chadd2012-11-051-0/+6
* TX EDMA debugging fixes:Adrian Chadd2012-11-051-6/+7
* Add support for a few more devices:Eitan Adler2012-11-041-0/+4
* cpuctl_do_cpuid: explicitly use ecx=0 for cpuid callAndriy Gapon2012-11-041-1/+1
* Oops - conditionalise that.Adrian Chadd2012-11-041-0/+2
* EDMA TX tweaks:Adrian Chadd2012-11-031-7/+28
* Add tty_set_winsize().Ed Schouten2012-11-031-33/+12
* For AR9380 NICs - the non-enterprise versions don't support RTS protectionAdrian Chadd2012-11-031-2/+10
* Add a new HAL call to extract out the HAL enterprise bits from theAdrian Chadd2012-11-032-1/+23
* Add a MD_ROOT_FSTYPE kernel option. The option specifies theMarcel Moolenaar2012-11-031-1/+5
* Allow using the embedded EHCI host controller in Freescale SoCsMarcel Moolenaar2012-11-032-6/+12
* HAL API updates, from the previous couple of HAL commits.Adrian Chadd2012-11-031-2/+4
* HAL API changes!Adrian Chadd2012-11-033-3/+15
* Add a debug method to dump the EDMA TX status descriptor contents out.Adrian Chadd2012-11-032-0/+14
* Copy code from scsi_read_write() as mfi_build_syspd_cdb() to build SCSIXin LI2012-11-021-26/+82
* Don't allow for more than one segment for the control space sinceMatt Jacob2012-11-021-3/+2
* Don't allow for more than one segment for the control space sinceMatt Jacob2012-11-021-3/+2
* - If DRM_DEBUG_DEFAULT_ON is defined, then initialize drm_debug_flagi toGleb Smirnoff2012-11-021-2/+3
* Correct buffer size printout.Hans Petter Selasky2012-11-011-10/+4
* Increase default volume for FastTracker playback channels.Hans Petter Selasky2012-11-011-1/+4
* Fix sysctl free bug in last commit, which eventually leads to a panic.Hans Petter Selasky2012-11-011-14/+188
* Provide a device name in the sysctl tree for programs to query theAlfred Perlstein2012-11-011-1/+1
* Export all mixer nodes into dev.pcm.X.mixer.Y sysctl nodes, hence theHans Petter Selasky2012-11-011-32/+264
* Add missing inclusion guard.Hans Petter Selasky2012-11-011-0/+5
* TCP/UDP checksum offloading feature for IP fragmented datagram wasPyun YongHyeon2012-11-011-27/+0
* Remove TCP/UDP checksum offloading feature for IP fragmentedPyun YongHyeon2012-11-011-11/+5
* Only four specific ATA PIO commands transfer several sectors per DRQ blockAlexander Motin2012-11-011-2/+10
* A few important fixes:Jack F Vogel2012-10-311-11/+72
* Use callout_reset_curcpu to allow the callout to be handled by theJim Harris2012-10-311-0/+5
* ASUS EeePC 1001px has strange variant of ALC269 CODEC, that mutes speakerAlexander Motin2012-10-311-0/+15
* Since the PLL changes aren't in here yet for the AR9130 half/quarterAdrian Chadd2012-10-312-0/+10
* Oops - this was incorrectly removed in a previous commit.Adrian Chadd2012-10-311-0/+1
* Oops - missing from the last commit - add ANI immunity levels for AR9160.Adrian Chadd2012-10-311-2/+2
* HAL updates!Adrian Chadd2012-10-315-10/+31