summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Copy code from scsi_read_write() as mfi_build_syspd_cdb() to build SCSIdelphij2012-11-021-26/+82
* Don't allow for more than one segment for the control space sincemjacob2012-11-021-3/+2
* Don't allow for more than one segment for the control space sincemjacob2012-11-021-3/+2
* - If DRM_DEBUG_DEFAULT_ON is defined, then initialize drm_debug_flagi toglebius2012-11-021-2/+3
* Correct buffer size printout.hselasky2012-11-011-10/+4
* Increase default volume for FastTracker playback channels.hselasky2012-11-011-1/+4
* Fix sysctl free bug in last commit, which eventually leads to a panic.hselasky2012-11-011-14/+188
* Provide a device name in the sysctl tree for programs to query thealfred2012-11-011-1/+1
* Export all mixer nodes into dev.pcm.X.mixer.Y sysctl nodes, hence thehselasky2012-11-011-32/+264
* Add missing inclusion guard.hselasky2012-11-011-0/+5
* TCP/UDP checksum offloading feature for IP fragmented datagram wasyongari2012-11-011-27/+0
* Remove TCP/UDP checksum offloading feature for IP fragmentedyongari2012-11-011-11/+5
* Only four specific ATA PIO commands transfer several sectors per DRQ blockmav2012-11-011-2/+10
* A few important fixes:jfv2012-10-311-11/+72
* Use callout_reset_curcpu to allow the callout to be handled by thejimharris2012-10-311-0/+5
* ASUS EeePC 1001px has strange variant of ALC269 CODEC, that mutes speakermav2012-10-311-0/+15
* Since the PLL changes aren't in here yet for the AR9130 half/quarteradrian2012-10-312-0/+10
* Oops - this was incorrectly removed in a previous commit.adrian2012-10-311-0/+1
* Oops - missing from the last commit - add ANI immunity levels for AR9160.adrian2012-10-311-2/+2
* HAL updates!adrian2012-10-315-10/+31
* Add in the last random assortment of missing bits for the AR9380 HAL.adrian2012-10-312-6/+249
* Add the emulation PCI device id - these days, 0xabcd shows up all overadrian2012-10-311-0/+1
* Correct code that was lost somewhere in the past,jfv2012-10-311-1/+1
* I've had some feedback that CCK rates are more reliable than MCS 0adrian2012-10-311-0/+17
* I give up - introduce a TX lock to serialise TX operations.adrian2012-10-316-3/+51
* If a USB mass storage device doesn't respond properlyhselasky2012-10-301-2/+5
* Fixup r240246: hwpmc needs to retain the pinning until ASTs are notattilio2012-10-301-1/+1
* - Remove BCE_JUMBO_HDRSPLIT kernel option which was forgotten in r218423.zont2012-10-301-1/+0
* Set all pins initial connection status to unknown (2) and then update itmav2012-10-301-10/+10
* Print card and subsystem IDs in verbose logs to help to identify system.mav2012-10-306-5/+16
* TSO engine of L1 requires a separate DMA descriptor for TCPyongari2012-10-301-32/+49
* Separate interrupts enable/disable logic from setting port parameters.gonzo2012-10-301-6/+13
* Add BCM2835 SDHCI driver and enable it in Raspberry Pi configgonzo2012-10-291-0/+1
* Add new quirks:gonzo2012-10-292-16/+61
* add support for newer Lenovo ThinkPads to acpi_ibmbapt2012-10-291-1/+1
* Recognize the Marvell 88E1145 Quad Gigabit PHY.jmallett2012-10-291-0/+1
* Begin fleshing out some software queue awareness for TIM handling withadrian2012-10-285-3/+259
* Add a temporary (for values of "temporary") work around for hotplugadrian2012-10-281-1/+9
* Implement support for the so-called USB feedback endpoint for USBhselasky2012-10-281-19/+163
* A little bit easier to read.obrien2012-10-261-6/+7
* Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) formav2012-10-265-6/+21
* Since it's not immediately obvious whether the current TX path handlesadrian2012-10-261-0/+4
* Iterate rather than use recursion. We can blow out the kernel stack if thereobrien2012-10-261-8/+7
* Make sure to define __BIG_ENDIAN and __LITTLE_ENDIAN with the appropriatenwhitehorn2012-10-261-0/+5
* Make sure the vendor class quirk only matches the vendor specifichselasky2012-10-261-1/+2
* Add support for Fast Track Ultra 8R from M-audio.hselasky2012-10-262-2/+8
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.hselasky2012-10-2618-58/+47
* Increase the driver-side limit on the number of logical volumes thatpeter2012-10-251-1/+1
* Desupport pre-FreeBSD 7.1.obrien2012-10-251-75/+0
* Initialize the response queue mutex a bit earlier to avoid a panic thatnp2012-10-251-5/+5
OpenPOWER on IntegriCloud