aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* sfxge: limit software Tx queue size.Gleb Smirnoff2014-03-222-8/+9
* Also set the AR5212 HAL power mode tracking in the right spot.Adrian Chadd2014-03-221-1/+3
* cxgbe(4): Recognize the "spider" configuration where a T5 card's 40GNavdeep Parhar2014-03-211-0/+1
* Throw the flush messages behind ATH_DEBUG_RESET as well.Adrian Chadd2014-03-201-6/+6
* Update hwpmc to support core events for Atom Silvermont microarchitecture.Hiren Panchasara2014-03-203-37/+202
* Try to resolve a possible deadlock when detaching USB devices whichHans Petter Selasky2014-03-204-18/+92
* Add some debugging code to print out if registers are touched whilst theAdrian Chadd2014-03-201-0/+24
* Shuffle ah_powerMode to be in a sane spot for the given power operation.Adrian Chadd2014-03-201-1/+3
* Don't call ath_init() inside the lock.Adrian Chadd2014-03-201-2/+4
* cxgbe(4): Use ifi_oqdrops in if_data to count drops in the tx path.Navdeep Parhar2014-03-201-1/+1
* cxgbe(4): if_iqdrops statistic should include tunnel congestion drops.Navdeep Parhar2014-03-201-1/+15
* Add counter for Tx errors returned from if_transmit.Gleb Smirnoff2014-03-192-5/+8
* vm_page_grab() and vm_pager_get_pages() can drop the vm_object lock,Attilio Rao2014-03-191-1/+1
* Switch kern.vt.suspendswitch to 0 by default (disabled).Aleksandr Rybalko2014-03-181-1/+1
* cxgbe(4): significant rx rework.Navdeep Parhar2014-03-184-575/+632
* nvme: Allocate all MSI resources up front so that we can fall back toJim Harris2014-03-183-7/+44
* nvme: Close hole where nvd(4) would not be notified of all nvme(4)Jim Harris2014-03-183-29/+73
* fix mbuf leak if it does not fit in software queueGeorge V. Neville-Neil2014-03-181-0/+1
* Return error when packet is dropped because of link down.Gleb Smirnoff2014-03-181-1/+1
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-1817-119/+0
* nvme: NVMe specification dictates 4-byte alignment for PRPs (not 8).Jim Harris2014-03-171-1/+2
* nvme: Remove the software progress marker SET_FEATURE command duringJim Harris2014-03-171-10/+0
* Base the max number of SG elements on MAXPHYS.Jim Harris2014-03-174-19/+14
* isci: Ensure ATA passthrough commands with RETURN_RESPONSE bit setJim Harris2014-03-171-2/+10
* xen: fix usage of db_active in xen consoleRoger Pau Monné2014-03-171-2/+1
* Fix spelling.Hans Petter Selasky2014-03-171-1/+1
* Add Tx/Rx multiqueue support to vmx(4)Bryan Venteicher2014-03-173-92/+707
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-1611-11/+11
* Use the existence of module metadata to indicate framebuffer presenceEd Maste2014-03-141-1/+1
* Add support for AMD Family 16h (Kabini) sensor devices.Christian Brueffer2014-03-141-0/+4
* Workaround for USB MIDI adapters which use non-supported values ofHans Petter Selasky2014-03-144-0/+45
* Add support for more sample rates to USB audio driver.Hans Petter Selasky2014-03-141-1/+5
* Reset the bit of the R92C_MCUFWDL associated with checksum reportKevin Lo2014-03-141-0/+4
* Similar to r246614, fix panic on removing urtwn(4). It happens becauseKevin Lo2014-03-142-14/+41
* Hide a few messages under bootverbose.Xin LI2014-03-141-7/+11
* Fix pointer type in call to mallocEitan Adler2014-03-131-1/+1
* Fix pointer type in call to mallocEitan Adler2014-03-131-1/+1
* Add MSI support to puc(9)Ryan Stone2014-03-136-3/+62
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-1312-44/+14
* Use correct types for sizeof() in the calculations for the malloc(9) sizes [1].Konstantin Belousov2014-03-122-9/+3
* xen: implement an early timer for Xen PVHRoger Pau Monné2014-03-112-0/+69
* xen: rework xen timer so it can be used early in boot processRoger Pau Monné2014-03-111-9/+28
* xen: add and enable Xen console for PVH guestsRoger Pau Monné2014-03-112-13/+88
* Fixed MSI interrupt allocation and handling.Eric Davis2014-03-111-78/+36
* Pass the actual baudrate to tty_init_console(). This defines the initialMarcel Moolenaar2014-03-111-1/+1
* Ignore USB keyboard driver calls from critical sections.Hans Petter Selasky2014-03-101-0/+6
* Migrate the chip power mode status to public ath_hal, rather than theAdrian Chadd2014-03-1010-19/+14
* Fix panic "_mtx_lock_sleep: recursed on non-recursive mutex ttymtx" caused whenNeel Natu2014-03-091-2/+1
* Back out r262921. I don't know what I was thinking, but it is lame.Warner Losh2014-03-081-1/+1
* Call ieee80211_dump_pkt() based on IFF_DUMPPKTS().Rui Paulo2014-03-081-3/+4