| Commit message (Expand) | Author | Age | Files | Lines |
* | After a timeout, reset the controller using SDHCI_RESET_CMD|SDHCI_RESET_DATA | ian | 2014-02-16 | 1 | -3/+3 |
* | Add new PCI ID for hardware which needs port routing for USB 3.0. | hselasky | 2014-02-16 | 1 | -0/+2 |
* | In sys/dev/usb/controller/musb_otg.c, fix a warning about musbotg_odevd | dim | 2014-02-16 | 1 | -0/+7 |
* | Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIA | brueffer | 2014-02-16 | 2 | -1984/+0 |
* | Catch up with last-second name change. | ian | 2014-02-16 | 1 | -1/+1 |
* | Add a helper routine to depth-search the device tree for a node with a | ian | 2014-02-16 | 2 | -0/+22 |
* | Add timeout logic to sdhci, separate from the timeouts done by the hardware. | ian | 2014-02-15 | 2 | -14/+36 |
* | If no compatible cards were found after probing the bus, say so. | ian | 2014-02-15 | 1 | -0/+1 |
* | Increase the wait time for acquiring the bus from 10 to 250ms. | ian | 2014-02-15 | 1 | -2/+11 |
* | In sys/dev/xen/console/console.c, #if 0 an unused static function. | dim | 2014-02-15 | 1 | -0/+2 |
* | This new version of netmap brings you the following: | luigi | 2014-02-15 | 9 | -465/+2364 |
* | In cxgbe, conditionalize the t4_pgprot_wc() function, since it is only | dim | 2014-02-14 | 1 | -0/+2 |
* | Correct the order of arguments to mtx_init(). | brueffer | 2014-02-14 | 1 | -1/+1 |
* | Fix minor logical error in the XHCI driver. Set correct SETUP packet | hselasky | 2014-02-14 | 2 | -1/+3 |
* | Add urtwn_start_locked() to avoid unlocking during TX. | rpaulo | 2014-02-14 | 1 | -10/+15 |
* | check for defrag only when bus_dmamap_load_mbuf_sg() returns EFBIG. Comment in | davidcs | 2014-02-14 | 2 | -5/+1 |
* | Allow the use of OFW I2C bus together with iicbb(4) on OFW-based systems. | loos | 2014-02-13 | 2 | -0/+26 |
* | Add OFW support to the in tree gpio compatible devices: gpioiic(4) and | loos | 2014-02-13 | 2 | -0/+123 |
* | Add an OFW GPIO compatible bus. This allows the use of the DTS files to | loos | 2014-02-13 | 3 | -14/+361 |
* | - Remove not needed definitions from driver. | hselasky | 2014-02-13 | 1 | -271/+44 |
* | Fix the definition of the SDHCI_STATE_DAT and SDHCI_STATE_CMD fields, and | ian | 2014-02-12 | 1 | -2/+3 |
* | Issue doorbell twice before finally freeing the DMA descriptors. This | hselasky | 2014-02-12 | 1 | -8/+54 |
* | Better nomatch messages: include compat string. Also, flag devices as | imp | 2014-02-12 | 1 | -4/+11 |
* | Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge | jhb | 2014-02-12 | 13 | -58/+751 |
* | Remove FreeBSD 6 support | imp | 2014-02-08 | 2 | -10/+0 |
* | - Use a callout instead of the deprecated timeout_handle. | jhb | 2014-02-07 | 1 | -12/+10 |
* | Implement vd_drawrect and vd_setpixel for vt(9)'s VGA driver. | ray | 2014-02-07 | 1 | -0/+29 |
* | Revert r234666. Clearing TWSI IRQ seems to cause watchdog timeout | yongari | 2014-02-07 | 1 | -3/+0 |
* | Add a new sysctl, dev.cxgbe.N.rsrv_noflow, and a companion tunable, | scottl | 2014-02-06 | 2 | -1/+36 |
* | Add vt_set_border function to help to change border color. | ray | 2014-02-06 | 1 | -0/+28 |
* | Add two new vt(9) driver methods: vd_drawrect and vd_setpixel. | ray | 2014-02-06 | 2 | -0/+60 |
* | Resolve probe conflict for now. | hselasky | 2014-02-06 | 1 | -0/+3 |
* | Fix kernelbuild when full debugging features are enabled. | hselasky | 2014-02-06 | 2 | -2/+2 |
* | Import USB RNDIS driver to FreeBSD from OpenBSD. | hselasky | 2014-02-06 | 3 | -0/+1312 |
* | cxgbe(4): Use the rx channel map (instead of the tx channel map) as the | np | 2014-02-06 | 3 | -2/+4 |
* | cxgbe(4): The T5 allows for a different freelist starvation threshold | np | 2014-02-06 | 2 | -1/+8 |
* | Add support for MegaRAID Fury cards. The main change needed to boot from a | markj | 2014-02-06 | 3 | -6/+29 |
* | cxgbe(4): Use the port's tx channel to identify it to t4_clr_port_stats. | np | 2014-02-06 | 1 | -2/+2 |
* | - Implement the RX EARLYOFF and RXDV GATED bits as done by RealTek's Linux | marius | 2014-02-05 | 1 | -7/+24 |
* | Add bus space barriers for page switches missed in r260050. | marius | 2014-02-05 | 2 | -0/+54 |
* | Add two tunables to ignore certain firmware-assigned resources. These | jhb | 2014-02-05 | 2 | -1/+25 |
* | Simplify pci_reserve_map() by calling resource_list_reserve() to allocate | jhb | 2014-02-05 | 1 | -12/+4 |
* | Properly set the alignment flags when allocating the initial range for a | jhb | 2014-02-05 | 1 | -3/+6 |
* | Fix a typo. | jhb | 2014-02-05 | 1 | -1/+1 |
* | Drop the 3rd clause from all 3 clause BSD licenses where I am the sole | jhb | 2014-02-05 | 1 | -3/+0 |
* | Fix I/O freezes in some cases, caused by r257916. | mav | 2014-02-05 | 1 | -2/+6 |
* | Move Open Firmware device root on PowerPC, ARM, and MIPS systems to | nwhitehorn | 2014-02-05 | 5 | -217/+111 |
* | Use system macro instead of own hand-rolled one. | hselasky | 2014-02-05 | 1 | -2/+1 |
* | Add more quirks for making builtin audio speakers work with more | hselasky | 2014-02-05 | 2 | -0/+12 |
* | Correct setting R92C_TXAGC_MCS11_MCS08 register. | kevlo | 2014-02-05 | 1 | -1/+1 |