aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Various cleanups and fixes:John Baldwin2014-05-271-172/+102
* Add support for the Intel Centrino Wireless-N 105 chipset.Gavin Atkinson2014-05-272-1/+41
* cxgbe(4): netmap support for Terminator 5 (T5) based 10G/40G cards.Navdeep Parhar2014-05-276-258/+1900
* Add PCI ID for AMT based serial interface found on the Lenovo T61.Sean Bruno2014-05-271-0/+1
* - Correct bus space resource type for register access.Hans Petter Selasky2014-05-273-3/+17
* Multiple fixes and improvements:Hans Petter Selasky2014-05-273-360/+520
* - Improve performance by fixing incorrect Rx/Tx handlingKevin Lo2014-05-273-242/+190
* Remove r264317 by accident.Kevin Lo2014-05-271-0/+1
* e1000: add missing bracesEitan Adler2014-05-261-2/+4
* Make SAF1761 driver endian safe.Hans Petter Selasky2014-05-251-11/+19
* Increase taskqueue thread priority from idle to PRIBIO.Alexander Motin2014-05-242-6/+2
* Move the tcp_fields_to_host() and tcp_fields_to_net() (inline)Bjoern A. Zeeb2014-05-231-11/+0
* cxgbe(4): Remove stray if_up from the code that creates the tracing ifnet.Navdeep Parhar2014-05-231-1/+0
* Make iwn(4) able to get itself back into working condition afterEdward Tomasz Napierala2014-05-222-2/+52
* Erm, revert r266544; wrong tree.Edward Tomasz Napierala2014-05-221-54/+2
* Make iwn(4) able to get itself back into working condition afterEdward Tomasz Napierala2014-05-221-2/+54
* - Give firmware loading more time.Hans Petter Selasky2014-05-221-2/+2
* - Fix a bug where the TLBPC value was forced to being odd for INHans Petter Selasky2014-05-221-11/+5
* Proper fix of VT_LOCKSWITCH ioctl.Aleksandr Rybalko2014-05-221-2/+2
* - Stop transfers when RSU init fails.Hans Petter Selasky2014-05-221-26/+41
* Implement interrupt endpoint methods for host mode transfers.Hans Petter Selasky2014-05-212-1/+194
* - Split transmit queue into one for each type. Apparently there willHans Petter Selasky2014-05-212-105/+94
* Fix tty locking.Aleksandr Rybalko2014-05-211-5/+7
* - Replace some constants with macros.Hans Petter Selasky2014-05-212-68/+103
* - Configure Rx bulkKevin Lo2014-05-211-16/+45
* Avoid starting a USB transfer inside the callback function, rightHans Petter Selasky2014-05-211-9/+10
* Add ismt(4) driver.Jim Harris2014-05-201-0/+778
* - The DELAY() should not be used in USB drivers.Hans Petter Selasky2014-05-201-27/+34
* - The DELAY() should not be used in USB drivers.Hans Petter Selasky2014-05-201-15/+21
* Add IOMMU PCI subclass, found on Tyan S8236 motherboard.Alexander Motin2014-05-202-0/+2
* Correct some programming details. The layout of the PDTs wereHans Petter Selasky2014-05-202-55/+109
* Make sure detach code is executed in all cases. This fixes a panicHans Petter Selasky2014-05-201-3/+1
* This is the beta release of the driver for the newJack F Vogel2014-05-1922-0/+33647
* - Remove no longer used file. FDT is used to attach device drivers.Hans Petter Selasky2014-05-181-200/+0
* - Add softc pointer argument to FIFO functions as an optimisation.Hans Petter Selasky2014-05-187-116/+178
* Add the start of the ARM platform code. This is based on the PowerPCAndrew Turner2014-05-171-0/+72
* Clear the data buffer length field when freeing a command structure so thatJohn Baldwin2014-05-171-0/+1
* Remove some unused variables.Christian Brueffer2014-05-168-20/+3
* Enable host controller interrupts.Hans Petter Selasky2014-05-162-4/+25
* Remove old files.Hans Petter Selasky2014-05-164-3327/+0
* Fix a compile warning about unused variable.Hans Petter Selasky2014-05-161-5/+2
* Rename "saf1761_dci_xxx" into "saf1761_otg_xxx" to reflect that thisHans Petter Selasky2014-05-164-0/+3327
* Implement basic support for the USB host controller found in theHans Petter Selasky2014-05-163-66/+775
* - Allow the SAF1761 driver to attach to the root HUB USB driver.Hans Petter Selasky2014-05-161-0/+1
* - Add flattended device tree probe-, attach- and detach code for theHans Petter Selasky2014-05-161-0/+183
* - Correct some programming details for the SAF1761 driver.Hans Petter Selasky2014-05-163-29/+107
* Remove some prototypes for undefined functions.Mark Johnston2014-05-152-4/+0
* Implement USB device side driver code for SAF1761 and compatibleHans Petter Selasky2014-05-144-8/+2106
* Disable configuration of the host frame interval register untilHans Petter Selasky2014-05-141-0/+7
* Make sure the USB audio driver is loaded last. This is important whenHans Petter Selasky2014-05-141-1/+1