summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix the build.kevlo2012-11-101-1/+1
* Fix LOW and FULL speed USB INTERRUPT endpoint support for thehselasky2012-11-093-41/+159
* Give tw_osl_dbg_printf format string to pacify clang warning.rdivacky2012-11-091-1/+1
* Give device_printf format string to pacify clang warning.rdivacky2012-11-091-1/+1
* Cast VIA_READ to (void) where the result is unused.rdivacky2012-11-092-3/+3
* Remove unused static mn_timeout.rdivacky2012-11-091-18/+0
* Give panic format string to pacify clang warning.rdivacky2012-11-091-1/+1
* Add support for Advantech PCI-1602 RS-485/RS-422 serial cardeadler2012-11-091-0/+6
* Fix a very incorrect description.adrian2012-11-091-1/+1
* Fix the build - fix up the ath_alq code to not compile by default.adrian2012-11-081-4/+8
* Add some hooks into the driver to attach, detach and record EDMA descriptoradrian2012-11-086-8/+133
* Add my initial cut at driver-layer ALQ support.adrian2012-11-082-0/+254
* Oops, fix bogus spacing.adrian2012-11-081-8/+8
* Implement the ATH_RESET_NOLOSS path for TX stop and start; this is neededadrian2012-11-081-15/+30
* Convert this to a debug printf; it's working fine now.adrian2012-11-081-1/+1
* Make the USB ethernet methods constant again in if_udav.c,hselasky2012-11-081-5/+13
* Add new USB device ID.kevlo2012-11-081-0/+1
* Zero the newly allocated md(4) swap-backed page to prevent randomkib2012-11-081-0/+9
* Add support for SCSI pass through devices to be attached andambrisko2012-11-083-0/+78
* Announce diagnostic page 7 (Element Descriptor) support.mav2012-11-071-1/+2
* Disable automatic attachment of arswitch. It can't be auto-detected (like PHYsray2012-11-071-11/+0
* Add lock asserts instead of "auto-locking".hselasky2012-11-071-9/+2
* The tty_inwakeup callback appears to be called both locked and unlocked.hselasky2012-11-071-3/+9
* Don't compile in my (not yet committed) ath_alq code unless ATH_DEBUG_ALQadrian2012-11-071-3/+3
* Patch to improve USB serial console.hselasky2012-11-071-10/+12
* Fix typo; s/ouput/outputkevlo2012-11-073-3/+3
* Disable my software queue TIM and PS handling for now.adrian2012-11-071-0/+37
* Add new HAL configuration features for the updated AR9300 HAL.adrian2012-11-073-1/+7
* - Extend the prior commit to use the generic SCSI command buildingambrisko2012-11-066-198/+231
* Make sure the inp hasn't been dropped before trying to access its socketnp2012-11-061-6/+10
* Remove the tid from the software table (and bump down the in-usenp2012-11-061-0/+1
* Convert the aggregate descriptor path over to use the same API asadrian2012-11-061-108/+90
* Add the UQ_MSC_NO_PREVENT_ALLOW quirk to handle devices that do not supportmarcel2012-11-054-0/+15
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-0538-47/+47
* Add a jitter buffer in the common USB serial driver code whichhselasky2012-11-052-2/+81
* Clear IFF_DRV_OACTIVE if any slots were completed.adrian2012-11-051-0/+6
* TX EDMA debugging fixes:adrian2012-11-051-6/+7
* Add support for a few more devices:eadler2012-11-041-0/+4
* cpuctl_do_cpuid: explicitly use ecx=0 for cpuid callavg2012-11-041-1/+1
* Oops - conditionalise that.adrian2012-11-041-0/+2
* EDMA TX tweaks:adrian2012-11-031-7/+28
* Add tty_set_winsize().ed2012-11-031-33/+12
* For AR9380 NICs - the non-enterprise versions don't support RTS protectionadrian2012-11-031-2/+10
* Add a new HAL call to extract out the HAL enterprise bits from theadrian2012-11-032-1/+23
* Add a MD_ROOT_FSTYPE kernel option. The option specifies themarcel2012-11-031-1/+5
* Allow using the embedded EHCI host controller in Freescale SoCsmarcel2012-11-032-6/+12
* HAL API updates, from the previous couple of HAL commits.adrian2012-11-031-2/+4
* HAL API changes!adrian2012-11-033-3/+15
* Add a debug method to dump the EDMA TX status descriptor contents out.adrian2012-11-032-0/+14
* Copy code from scsi_read_write() as mfi_build_syspd_cdb() to build SCSIdelphij2012-11-021-26/+82
OpenPOWER on IntegriCloud