summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Reorder these so they match the capability enum order.adrian2012-07-101-14/+14
* Implement EDMA RX for AR93xx and later chips.adrian2012-07-101-13/+512
* Convert sc_rxpending to a per-EDMA queue, and use that for the legacy code.adrian2012-07-103-19/+31
* Add some AR9300 HAL descriptor definition changes.adrian2012-07-091-10/+16
* Fix a bug in code that calculates the number of the first interruptnp2012-07-091-3/+5
* Revert revision 238172 of agp_i810.c. Correctness is considered moremarcel2012-07-091-1/+2
* Further preparations for the RX EDMA support.adrian2012-07-095-20/+88
* Introduce the EDMA related HAL capabilities.adrian2012-07-093-3/+60
* Make usbusN logging pseudo-interface used by usbdump(8) clonable. One ishrs2012-07-091-26/+156
* Extend the RX HAL API to include the RX queue identifier.adrian2012-07-099-21/+33
* Extend the debugging flags to include some AR9300 HAL related options.adrian2012-07-091-0/+5
* Extend the RX descriptor completion debugging to log the largeradrian2012-07-091-0/+10
* - Add support of the following USB devices to run(4):hrs2012-07-092-1/+6
* Add a debug category for RX EDMA.adrian2012-07-091-0/+2
* acpi_cpu: we are able to handle _CST change notifications...avg2012-07-081-2/+0
* Make it possible to resize md(4) devices.trasz2012-07-071-1/+71
* Change the interface to the Energy Efficient Ethernet (EEE)jfv2012-07-072-8/+57
* Remove variables which are initialized but never used thereaftereadler2012-07-071-4/+0
* Remove variables which are initialized but never used thereaftereadler2012-07-071-3/+0
* Remove variables which are initialized but never used thereaftereadler2012-07-071-3/+1
* acpi_cpu_generic_cx_probe: for consistency set cpu_non_c3 here tooavg2012-07-071-0/+2
* acpi_cpu_cx_list: there is no need to re-evaluate cpu_non_c3 hereavg2012-07-071-8/+4
* acpi_cpu_cx_cst: consistently use cpu_cx_count during state enumerationavg2012-07-071-2/+2
* agp.c:marcel2012-07-062-4/+2
* Add another PS/2 keyboard PNP ID. This ID is listed asjhb2012-07-061-0/+1
* Correct small regressions pointed out by jhb, thanks John.jfv2012-07-051-3/+1
* Update to the ixgbe driver:jfv2012-07-0514-495/+672
* Sync with Intel internal source:jfv2012-07-0520-1080/+2259
* Add new USB device ID.hselasky2012-07-032-0/+2
* Add more quirks for USB mass storage adapters.hselasky2012-07-032-0/+8
* Fix panics triggered by older mfiutil binaries run on the new mfi(4) driver.jhb2012-07-031-4/+8
* Do not include <sys/types.h> in the local headers. The .c files includingobrien2012-07-036-12/+0
* Begin abstracting out the RX path in preparation for RX EDMA support.adrian2012-07-036-34/+321
* Fix inverted test that resulted in incorrect multicast hw programming.np2012-07-031-1/+1
* Add a driver for the Freescale FCM module in the localbus controller.marcel2012-07-032-0/+813
* Simplify simplebus_setup_intr and don't call MD code directly. We canmarcel2012-07-021-25/+20
* Properly implement bus_setup_intr so that it handles the configurationmarcel2012-07-021-40/+35
* Instruct the firmware not to provision resources for TCP offload if thenp2012-07-021-1/+7
* There's no need to make filemon specific to i386 and amd64. Allmarcel2012-07-021-8/+4
* Remove 14 not very useful characters " HDA CODEC PCM" from HDA pcm devicemav2012-07-021-4/+8
* Add IDs for some USB controllers I have around. Just a cosmetics.mav2012-07-024-4/+27
* Restore GPIO config quirks handling, lost during last big refactoring.mav2012-07-021-6/+3
* Revert r238004 as more review has come in and there is now a discussionsbruno2012-07-021-45/+19
* Cosmetic display change of Cx states via cx_supported sysctl entries.sbruno2012-07-021-19/+45
* Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatiblemav2012-07-021-0/+651
* - Call bus_generic_attach() at end of hdspe_attach().glebius2012-07-021-2/+4
* .. And fix another typo. Grr.adrian2012-07-021-1/+1
* Fix another typo.adrian2012-07-021-1/+1
* Fix typo.adrian2012-07-021-1/+1
* Bring over some further HAL capabilities from the Atheros HAL, as welladrian2012-07-022-2/+26
OpenPOWER on IntegriCloud