summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for the MediaTek/Ralink RT3593 chipset.kevlo2014-01-034-142/+665
* Fill in some more info about the (somewhat old) Samsung parts I haveimp2014-01-031-4/+4
* The HOT-E HL201 has 128MB Samsung SLC NAND, ID it properly.imp2014-01-031-0/+2
* Add an option to enable or disable the small RX packet copying thatadrian2014-01-023-2/+8
* Revert r260165: Proper configuration of unmapped_buf_allowed should be usedzbb2014-01-021-8/+0
* Minor correction for the XHCI reset logic.hselasky2014-01-021-2/+2
* Make the comment match the code. Not sure why we calculate it thisimp2014-01-021-1/+1
* Use only mapped BIOs on ARMzbb2014-01-011-0/+8
* Do not attach to PCI bridges in AHCI driverzbb2014-01-011-0/+7
* Increase vt(9) max glyph data to 1MB for CJK fonts with many glyphsemaste2014-01-011-1/+1
* Add support for Samsung K9F2G08U0A (256MiB SLC) NAND found on some oldimp2013-12-311-0/+2
* For TSO, when the first mbuf contains both the packet header and data, theedavis2013-12-302-18/+17
* In sys/dev/sound/pci/maestro.c, #if 0 two unused static functions.dim2013-12-301-0/+6
* Eliminate unused drbr_stats_update implementation in oce(4) driver.delphij2013-12-301-12/+0
* - Probe with BUS_PROBE_DEFAULT instead of 0.marius2013-12-301-12/+1
* Fix extremely slow operation with data digests enabled. This was causedtrasz2013-12-301-2/+2
* - Probe with BUS_PROBE_DEFAULT instead of 0.marius2013-12-292-25/+17
* - Probe with BUS_PROBE_DEFAULT instead of 0.marius2013-12-292-22/+12
* - Probe with BUS_PROBE_DEFAULT instead of 0.marius2013-12-292-25/+15
* - Add support for using MSI instead of INTx, controllable via the tunablemarius2013-12-291-44/+42
* - Remove a redundant variable in mpt_pci_attach().marius2013-12-294-201/+49
* In sys/dev/scc, remove unused static function scc_setmreg(). Whiledim2013-12-291-15/+2
* In sys/dev/vxge/vxgehal/vxgehal-ring.c, #if 0 an unused static function.dim2013-12-291-0/+2
* In sys/dev/usb/wlan/if_urtw.c, #if 0 a static const variable, which hasdim2013-12-291-0/+2
* In sys/dev/tpm/tpm.c, #if 0 an unused static function.dim2013-12-291-0/+2
* - There's no need to keep track of resource IDs.marius2013-12-292-17/+17
* - Switch to using the common MII bitbang'ing code instead of duplicating it.marius2013-12-297-182/+218
* Clean up license textemaste2013-12-292-8/+1
* - Simplify MSI allocation and release. For a single one, we don't need tomarius2013-12-291-18/+12
* Free the MSI again on detach if allocated. Arguably, this code would bemarius2013-12-291-1/+3
* Remove superfluous old-style rcsid[] from if_my.c. There is already andim2013-12-291-5/+0
* In sys/dev/mcd/mcd.c, mark the static const COPYRIGHT string as __used,dim2013-12-291-1/+1
* In sys/dev/en/midway.c, #if 0 an unused static function.dim2013-12-291-0/+2
* Remove superfluous old-style rcsid[] from if_sk.c. There is already andim2013-12-281-5/+0
* Fix the Intel 6150 support.adrian2013-12-281-2/+1
* Add D-Link DWA-140 rev D1, another RT5372/run(4).kevlo2013-12-272-0/+2
* In sys/dev/bxe/bxe.c, remove static function bxe_has_tx_work_unload(),dim2013-12-261-7/+0
* Fix AltGr, we should not only skip RAlt key release if enable_altgr is set, butray2013-12-261-0/+2
* use the correct netmap <-> nic slot mapping on the transmit ring for 'lem'.luigi2013-12-261-1/+1
* In sys/dev/drm/mach64_dma.c, remove static function mach64_set_dma_eol(),dim2013-12-261-48/+0
* In sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c, remove static functionsdim2013-12-251-47/+0
* In sys/dev/cxgb/common/cxgb_mc5.c, remove static functiondim2013-12-251-7/+0
* Bite the bullet and start removing the first compile time warningsbz2013-12-251-101/+0
* Use statndard (syscons) way to disable bell.ray2013-12-252-0/+12
* In sys/dev/sym/sym_hipd.c, remove static functions sym_que_first(),dim2013-12-251-21/+0
* In sys/dev/mwl/if_mwl.c, put the static RD4() function under #ifdefdim2013-12-251-0/+2
* Harvest one no longer used constant string.mjacob2013-12-252-3/+2
* Add another HP iLO serial (console) port, found on Itanium servers.marcel2013-12-241-0/+1
* Remove another unused static const variable num_chip_names, fromdim2013-12-241-1/+0
* Remove unused static const variable num_chip_names from aic79xx.c.dim2013-12-241-1/+0
OpenPOWER on IntegriCloud