summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add Planex MZK-UE150N.hrs2013-07-022-0/+2
* Add RealTek 8192SU product IDs.rpaulo2013-07-021-1/+38
* Remove forced timeout of in-flight commands from mfi_timeout.smh2013-07-011-5/+8
* Add a sysctl to get the number of filters available.np2013-07-011-0/+3
* Fix a typo.rpaulo2013-06-301-1/+1
* Fix the RSSI calculation.rpaulo2013-06-301-0/+6
* Fix triggering false watchdog timeout as done in bce(4) whenyongari2013-06-302-1/+30
* Fix the ni_txrate calculation.rpaulo2013-06-301-1/+1
* Fix triggering false watchdog timeout when controller is in PAUSEyongari2013-06-302-3/+31
* Fix a reference count bug in urtwn_ra_init().rpaulo2013-06-301-0/+4
* Fixing incorrect id for Intel Centrino Wireless-N 130.hiren2013-06-301-1/+1
* Teach UART to attach Exynos/s3/s5 class driver.ray2013-06-294-0/+6
* Don't log anything if npkts == 0.adrian2013-06-291-3/+4
* Correct comment typos.pluknet2013-06-281-5/+5
* Make detaching drivers from PCI devices more robust. While here, fix ajhb2013-06-272-1/+31
* Update T5 register ranges. This is so that regdump skips over registersnp2013-06-271-38/+38
* Add support for the NTT Docomo L-02C card.remko2013-06-271-0/+2
* Add support for the NTT Docomo L-02C card.remko2013-06-271-0/+1
* Add firmware replacement and activation support to nvmecontrol(8) throughjimharris2013-06-271-0/+6
* Consistently cast ACPICA 64-bit integer types when we print them.jkim2013-06-262-3/+3
* Remove remaining uio-related code.jimharris2013-06-262-32/+0
* Fail any passthrough command whose transfer size exceeds the controller'sjimharris2013-06-262-2/+15
* Use MAXPHYS to specify the maximum I/O size for nvme(4).jimharris2013-06-264-22/+10
* For ATA_PASSTHROUGH commands, pretend isci(4) supports multiword DMAjimharris2013-06-261-4/+45
* In the Xen block front driver, take advantage of backends thatgibbs2013-06-262-27/+175
* Extend the AHB code to work on chips besides the AR9130.adrian2013-06-261-11/+56
* Add a HAL local routine to map the 2GHz channel frequency to an IEEEadrian2013-06-262-0/+22
* Don't blidly clear GPIOs configuration. Just use firmware configuredyongari2013-06-261-1/+1
* Add Qlogic 10Gb Ethernet Driver for Qlogic 8100 Series CNA Adapterdavidcs2013-06-2516-0/+9208
* Add test for SATA registers writability and skip using them if it failed.mav2013-06-251-5/+30
* Add support for D-Link DWA-131.kevlo2013-06-252-0/+2
* Add Lenovo USB 2.0 Ethernet adapter.yongari2013-06-252-0/+5
* Flag mpt(4) as supporting unmapped I/O; all necessary conversion actuallymarius2013-06-241-5/+5
* Disable hw.pci.realloc_bars by default. It wasn't needed for the originaljhb2013-06-241-1/+1
* When RX checksum offloading is active, AX88772B will prepend ayongari2013-06-241-6/+5
* Revert previous change to uark.c (restore previous rev), which wasthomas2013-06-231-20/+1
* Fix minor typo in commentthomas2013-06-232-2/+21
* Add quad port probe support, this gives the admin proper information about th...jfv2013-06-1822-454/+3135
* On some generations of the Intel GPU, disabling of the VGA Displaykib2013-06-182-1/+8
* Since the gem pagefault handler relocks the vm object lock, otherkib2013-06-181-1/+19
* Remove stray empty line.kib2013-06-181-1/+0
* Pass proper memory type to free() in ata_ali_chipinit().mav2013-06-181-1/+1
* Be sure to actually decrement the "count" parameter for each processedmarkj2013-06-171-1/+1
* Clean up -Wheader-guard warnings.pluknet2013-06-173-3/+3
* sys/dev/xen/blkfront/blkfront.c:gibbs2013-06-161-1/+1
* Properly track the different reasons new I/O is temporarily disabled, andgibbs2013-06-152-16/+58
* Merge r250802 from bryanv/vtnetmq - Fix setting of the Rx filtersbryanv2013-06-151-2/+2
* Improve debugger visibility into queuing functions by removing the macrogibbs2013-06-142-178/+197
* Add in an initial WB225 (AR9485 + AR3012 BT) combo profile.adrian2013-06-141-0/+60
* - Use the consistenly PHY-specific reset routine PHY_RESET() rather thankevlo2013-06-146-30/+22
OpenPOWER on IntegriCloud