aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add TUNABLE_INT to radeonkms driver parameters.Yoshihiro Takahashi2017-04-291-0/+17
* Fix some cases where an index was used before its limits check.Pedro F. Giffuni2017-04-291-2/+2
* Improve sysadmin visibility of physical port error counters in theHans Petter Selasky2017-04-281-3/+32
* Simplify the code a bit. No functional change.Jung-uk Kim2017-04-281-9/+8
* Fix end coordinate of the drawable area of border. Although the name tr_endJung-uk Kim2017-04-281-3/+3
* Various fixes for PCI _OSC handling so HotPlug works again.John Baldwin2017-04-274-16/+44
* Revert r317446 and bring back cy(4).John Baldwin2017-04-275-0/+2695
* Don't free uninitialized sysctl contexts in the mlx4en driver. ThisHans Petter Selasky2017-04-272-8/+8
* Remove the cy(4) driver for Cyclades serial adapters.John Baldwin2017-04-265-2695/+0
* Check if the device is marked as dma-coherent in the FDT, and if so, letOlivier Houchard2017-04-263-1/+7
* Remove the source to digi(4).John Baldwin2017-04-2528-28776/+0
* cxgbe/iw_cxgbe: Pull in some updates to c4iw_wait_for_reply from theNavdeep Parhar2017-04-251-21/+42
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-2435-36276/+0
* Add support for dumping bcma/siba EROM tables to the console via a newLandon J. Fuller2017-04-244-0/+240
* Drop unused/unnecessary return statement.Landon J. Fuller2017-04-241-1/+0
* Call the PSCI reset from cpu_reset on arm64. When rebooting from DDB theAndrew Turner2017-04-242-1/+8
* Switch isp_reset to scratchpad not requiring ISP_MBOXDMASETUP.Alexander Motin2017-04-241-2/+2
* Use proper alignment constant for uma_zcreate().Alexander Motin2017-04-241-1/+1
* hyperv/hn: Use channel0, i.e. TX ring0, for TCP SYN/SYN|ACK.Sepherosa Ziehau2017-04-241-11/+91
* Report NTB link speed to console and interface.Alexander Motin2017-04-235-16/+56
* Change the drawing method for the mouse cursor in planar mode to supportBruce Evans2017-04-231-11/+33
* Optimize setting of the foreground color in the main planar method muchBruce Evans2017-04-211-3/+7
* Merge the main ega drawing method into the main vga planar method andBruce Evans2017-04-211-67/+18
* Oops, the previous commit swapped the main ega method with the mainBruce Evans2017-04-211-5/+3
* Eliminate the ega renderer switch. It did nothing useful except holdBruce Evans2017-04-201-14/+5
* When the character width is 9, remove vertical lines in the mouse cursorBruce Evans2017-04-202-8/+22
* Write-combine framebuffer writes through user-space mappings, if possible.Konstantin Belousov2017-04-201-0/+3
* Update comment ot reflect realilty, we know also take care of CPUs thatOlivier Houchard2017-04-201-1/+2
* ePAPR states that any non-boot CPU will come in "disabled" state. So we shouldOlivier Houchard2017-04-201-2/+4
* Attempt to determine the modes in which 8-bit wide characters are actuallyBruce Evans2017-04-202-0/+27
* Some cosmetic polishing for pre-timeouts.Alexander Motin2017-04-201-4/+3
* Cleanup QLA_LOCK/QLA_UNLOCK macrosDavid C Somayajulu2017-04-204-60/+63
* Fix build without SC_PIXEL_MODE defined.Gleb Smirnoff2017-04-191-1/+2
* Revert r316796. It is not necessary since r317173.Jung-uk Kim2017-04-191-7/+1
* Always clear borders when the terminal is flushed.Jung-uk Kim2017-04-191-29/+29
* Micro-optimize vt_set_border().Jung-uk Kim2017-04-191-30/+19
* Fix missing support for drawing the mouse cursor in depth 24 of directBruce Evans2017-04-191-46/+6
* Stop using a saveunder method for mouse cursor drawing in the vgaBruce Evans2017-04-191-49/+5
* When we don't use the parameter table in the BIOS, also don't use mostBruce Evans2017-04-191-5/+24
* hyperv: Use kmem_malloc for hypercall memory due to NX bit change.Sepherosa Ziehau2017-04-191-12/+19
* Block FPDMA TRIM for ASMedia HBAs.Alexander Motin2017-04-183-11/+15
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-172-0/+2
* Remove unneeded include of vm_phys.h.Gleb Smirnoff2017-04-172-2/+0
* cxgbe: Add tunables to control the number of LRO entries and the numberNavdeep Parhar2017-04-172-10/+58
* Replace the RC4 algorithm for generating in-kernel secure randomMark Murray2017-04-162-4/+11
* Add imx6ul SoC support, and get the PHY number from the FDT data. If thereIan Lepore2017-04-161-2/+8
* Add support for the Micrel KSZ8081 ethernet PHY.Ian Lepore2017-04-162-1/+28
* Add a 10x16 mouse cursor and use it in all graphics (strictly, pixel)Bruce Evans2017-04-151-3/+11
* Structure the mouse cursor data so that it is easier to switch, andBruce Evans2017-04-151-24/+39
* cxgbe: Add a tunable to configure the SGE time scaler, which isNavdeep Parhar2017-04-153-8/+39