summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* compile with NOINETluigi2014-02-201-0/+8
* Extract out the port VLAN flags/setup code and throw it into two newadrian2014-02-191-43/+70
* Add methods for the VLAN port set/get routines.adrian2014-02-191-0/+6
* Turn the port init function into a HAL method and initialise it to theadrian2014-02-191-4/+14
* Teach the PHY register path about the different MDIO bus addressadrian2014-02-191-5/+17
* Add a new method to set up the individual port in question.adrian2014-02-191-0/+4
* Change arswitch_ports_init() to arswitch_port_init(), and teach it to takeadrian2014-02-191-16/+18
* Add in the AR8327 probe/attach code and switch type.adrian2014-02-192-0/+7
* Store away the chip version and revision; some AR8327 code depends uponadrian2014-02-192-0/+4
* Add in a flag to control whether the low or high data word of a register accessadrian2014-02-192-2/+14
* Remove an unnecessary header.loos2014-02-181-1/+0
* two small changes:luigi2014-02-181-2/+12
* In ue_attach_post_task(), initialize curvnet to vnet0 before calling if_attac...rodrigc2014-02-181-0/+4
* Our quirk table is almost full. Add some room for more quirks.hselasky2014-02-171-1/+1
* Adjust USB quirk.hselasky2014-02-171-2/+2
* In sys/dev/usb/controller/uss820dci.c, similar to r261977, fix a warningdim2014-02-171-0/+7
* pcm(4): Permit non-root users to change default uniteadler2014-02-171-2/+4
* The MDIO control register for the AR8327 has a different address toadrian2014-02-171-0/+2
* Add mmd declaration.adrian2014-02-171-0/+2
* Implement PHY bus MMD writes for arswitch.adrian2014-02-172-0/+12
* 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
OpenPOWER on IntegriCloud