summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): netmap support for Terminator 5 (T5) based 10G/40G cards.np2014-05-276-258/+1900
* Add PCI ID for AMT based serial interface found on the Lenovo T61.sbruno2014-05-271-0/+1
* - Correct bus space resource type for register access.hselasky2014-05-273-3/+17
* Multiple fixes and improvements:hselasky2014-05-273-360/+520
* - Improve performance by fixing incorrect Rx/Tx handlingkevlo2014-05-273-242/+190
* Remove r264317 by accident.kevlo2014-05-271-0/+1
* e1000: add missing braceseadler2014-05-261-2/+4
* Make SAF1761 driver endian safe.hselasky2014-05-251-11/+19
* Increase taskqueue thread priority from idle to PRIBIO.mav2014-05-242-6/+2
* Move the tcp_fields_to_host() and tcp_fields_to_net() (inline)bz2014-05-231-11/+0
* cxgbe(4): Remove stray if_up from the code that creates the tracing ifnet.np2014-05-231-1/+0
* Make iwn(4) able to get itself back into working condition aftertrasz2014-05-222-2/+52
* Erm, revert r266544; wrong tree.trasz2014-05-221-54/+2
* Make iwn(4) able to get itself back into working condition aftertrasz2014-05-221-2/+54
* - Give firmware loading more time.hselasky2014-05-221-2/+2
* - Fix a bug where the TLBPC value was forced to being odd for INhselasky2014-05-221-11/+5
* Proper fix of VT_LOCKSWITCH ioctl.ray2014-05-221-2/+2
* - Stop transfers when RSU init fails.hselasky2014-05-221-26/+41
* Implement interrupt endpoint methods for host mode transfers.hselasky2014-05-212-1/+194
* - Split transmit queue into one for each type. Apparently there willhselasky2014-05-212-105/+94
* Fix tty locking.ray2014-05-211-5/+7
* - Replace some constants with macros.hselasky2014-05-212-68/+103
* - Configure Rx bulkkevlo2014-05-211-16/+45
* Avoid starting a USB transfer inside the callback function, righthselasky2014-05-211-9/+10
* Add ismt(4) driver.jimharris2014-05-201-0/+778
* - The DELAY() should not be used in USB drivers.hselasky2014-05-201-27/+34
* - The DELAY() should not be used in USB drivers.hselasky2014-05-201-15/+21
* Add IOMMU PCI subclass, found on Tyan S8236 motherboard.mav2014-05-202-0/+2
* Correct some programming details. The layout of the PDTs werehselasky2014-05-202-55/+109
* Make sure detach code is executed in all cases. This fixes a panichselasky2014-05-201-3/+1
* This is the beta release of the driver for the newjfv2014-05-1922-0/+33647
* - Remove no longer used file. FDT is used to attach device drivers.hselasky2014-05-181-200/+0
* - Add softc pointer argument to FIFO functions as an optimisation.hselasky2014-05-187-116/+178
* Add the start of the ARM platform code. This is based on the PowerPCandrew2014-05-171-0/+72
* Clear the data buffer length field when freeing a command structure so thatjhb2014-05-171-0/+1
* Remove some unused variables.brueffer2014-05-168-20/+3
* Enable host controller interrupts.hselasky2014-05-162-4/+25
* Remove old files.hselasky2014-05-164-3327/+0
* Fix a compile warning about unused variable.hselasky2014-05-161-5/+2
* Rename "saf1761_dci_xxx" into "saf1761_otg_xxx" to reflect that thishselasky2014-05-164-0/+3327
* Implement basic support for the USB host controller found in thehselasky2014-05-163-66/+775
* - Allow the SAF1761 driver to attach to the root HUB USB driver.hselasky2014-05-161-0/+1
* - Add flattended device tree probe-, attach- and detach code for thehselasky2014-05-161-0/+183
* - Correct some programming details for the SAF1761 driver.hselasky2014-05-163-29/+107
* Remove some prototypes for undefined functions.markj2014-05-152-4/+0
* Implement USB device side driver code for SAF1761 and compatiblehselasky2014-05-144-8/+2106
* Disable configuration of the host frame interval register untilhselasky2014-05-141-0/+7
* Make sure the USB audio driver is loaded last. This is important whenhselasky2014-05-141-1/+1
* - Isochronous transfers should use the alternate next transferhselasky2014-05-135-25/+35
* Disable TX IP/TCP/UDP checksum offloading for RTL8168C/RTL8168CP.yongari2014-05-131-15/+10
OpenPOWER on IntegriCloud