summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* After a timeout, reset the controller using SDHCI_RESET_CMD|SDHCI_RESET_DATAian2014-02-161-3/+3
* Add new PCI ID for hardware which needs port routing for USB 3.0.hselasky2014-02-161-0/+2
* In sys/dev/usb/controller/musb_otg.c, fix a warning about musbotg_odevddim2014-02-161-0/+7
* Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIAbrueffer2014-02-162-1984/+0
* Catch up with last-second name change.ian2014-02-161-1/+1
* Add a helper routine to depth-search the device tree for a node with aian2014-02-162-0/+22
* Add timeout logic to sdhci, separate from the timeouts done by the hardware.ian2014-02-152-14/+36
* If no compatible cards were found after probing the bus, say so.ian2014-02-151-0/+1
* Increase the wait time for acquiring the bus from 10 to 250ms.ian2014-02-151-2/+11
* In sys/dev/xen/console/console.c, #if 0 an unused static function.dim2014-02-151-0/+2
* This new version of netmap brings you the following:luigi2014-02-159-465/+2364
* In cxgbe, conditionalize the t4_pgprot_wc() function, since it is onlydim2014-02-141-0/+2
* Correct the order of arguments to mtx_init().brueffer2014-02-141-1/+1
* Fix minor logical error in the XHCI driver. Set correct SETUP packethselasky2014-02-142-1/+3
* Add urtwn_start_locked() to avoid unlocking during TX.rpaulo2014-02-141-10/+15
* check for defrag only when bus_dmamap_load_mbuf_sg() returns EFBIG. Comment indavidcs2014-02-142-5/+1
* Allow the use of OFW I2C bus together with iicbb(4) on OFW-based systems.loos2014-02-132-0/+26
* Add OFW support to the in tree gpio compatible devices: gpioiic(4) andloos2014-02-132-0/+123
* Add an OFW GPIO compatible bus. This allows the use of the DTS files toloos2014-02-133-14/+361
* - Remove not needed definitions from driver.hselasky2014-02-131-271/+44
* Fix the definition of the SDHCI_STATE_DAT and SDHCI_STATE_CMD fields, andian2014-02-121-2/+3
* Issue doorbell twice before finally freeing the DMA descriptors. Thishselasky2014-02-121-8/+54
* Better nomatch messages: include compat string. Also, flag devices asimp2014-02-121-4/+11
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgejhb2014-02-1213-58/+751
* Remove FreeBSD 6 supportimp2014-02-082-10/+0
* - Use a callout instead of the deprecated timeout_handle.jhb2014-02-071-12/+10
* Implement vd_drawrect and vd_setpixel for vt(9)'s VGA driver.ray2014-02-071-0/+29
* Revert r234666. Clearing TWSI IRQ seems to cause watchdog timeoutyongari2014-02-071-3/+0
* Add a new sysctl, dev.cxgbe.N.rsrv_noflow, and a companion tunable,scottl2014-02-062-1/+36
* Add vt_set_border function to help to change border color.ray2014-02-061-0/+28
* Add two new vt(9) driver methods: vd_drawrect and vd_setpixel.ray2014-02-062-0/+60
* Resolve probe conflict for now.hselasky2014-02-061-0/+3
* Fix kernelbuild when full debugging features are enabled.hselasky2014-02-062-2/+2
* Import USB RNDIS driver to FreeBSD from OpenBSD.hselasky2014-02-063-0/+1312
* cxgbe(4): Use the rx channel map (instead of the tx channel map) as thenp2014-02-063-2/+4
* cxgbe(4): The T5 allows for a different freelist starvation thresholdnp2014-02-062-1/+8
* Add support for MegaRAID Fury cards. The main change needed to boot from amarkj2014-02-063-6/+29
* cxgbe(4): Use the port's tx channel to identify it to t4_clr_port_stats.np2014-02-061-2/+2
* - Implement the RX EARLYOFF and RXDV GATED bits as done by RealTek's Linuxmarius2014-02-051-7/+24
* Add bus space barriers for page switches missed in r260050.marius2014-02-052-0/+54
* Add two tunables to ignore certain firmware-assigned resources. Thesejhb2014-02-052-1/+25
* Simplify pci_reserve_map() by calling resource_list_reserve() to allocatejhb2014-02-051-12/+4
* Properly set the alignment flags when allocating the initial range for ajhb2014-02-051-3/+6
* Fix a typo.jhb2014-02-051-1/+1
* Drop the 3rd clause from all 3 clause BSD licenses where I am the solejhb2014-02-051-3/+0
* Fix I/O freezes in some cases, caused by r257916.mav2014-02-051-2/+6
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-055-217/+111
* Use system macro instead of own hand-rolled one.hselasky2014-02-051-2/+1
* Add more quirks for making builtin audio speakers work with morehselasky2014-02-052-0/+12
* Correct setting R92C_TXAGC_MCS11_MCS08 register.kevlo2014-02-051-1/+1
OpenPOWER on IntegriCloud