aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* MFCAttilio Rao2011-07-0413-173/+531
|\
| * Make the USB keyboard driver more HID compliant.Hans Petter Selasky2011-07-043-151/+475
| * Tag mbufs of all incoming frames or packets with the interface's FIBBjoern A. Zeeb2011-07-034-0/+7
| * Introduce a quirk for broken USB MIDI hardware instead of limiting performanceHans Petter Selasky2011-07-034-11/+18
| * Fix for "nomatch" event for ums and ukbd drivers when uhid is loaded.Hans Petter Selasky2011-07-021-0/+12
| * Fix problem about USB MIDI TX data format, that some devices only acceptHans Petter Selasky2011-07-021-23/+30
| * Add ID for Marvell 88SE9125 SATA controller.Alexander Motin2011-06-301-0/+1
* | MFCAttilio Rao2011-06-307-6/+71
|\|
| * Add detection for the Marvel 88E1149R and treat it just like theWarner Losh2011-06-302-1/+6
| * - Add read-only sysctls for all of the tunables supported by the igb andJohn Baldwin2011-06-293-5/+53
| * Add support for a MosChip PCI express serial port adapter.Hans Petter Selasky2011-06-291-0/+2
| * Fix a corner case in STA beacon processing when a CSA is received butAdrian Chadd2011-06-291-0/+10
* | MFCAttilio Rao2011-06-292-48/+55
|\|
| * Fix typo in r223648 which was accidentally committedMarius Strobl2011-06-281-1/+1
| * - In gem_reset_rx() also reset the RX MAC which is necessary in order toMarius Strobl2011-06-282-48/+55
* | MFCAttilio Rao2011-06-2819-27/+16
|\|
| * Remove duplicate header includesKevin Lo2011-06-2813-20/+0
| * Make sure the extended regdomain word is initialised.Adrian Chadd2011-06-282-0/+3
| * Enable CPUSaver D102 E-step microcode loading for 82551 revisionPyun YongHyeon2011-06-271-0/+2
| * Disable microcode loading for 82550 and 82550C controllers. LoadingPyun YongHyeon2011-06-271-0/+4
| * Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.Ed Schouten2011-06-263-7/+7
* | MFCAttilio Rao2011-06-2620-185/+420
|\|
| * Fix beacon transmission after a channel set.Adrian Chadd2011-06-261-0/+21
| * Add ATH_ENABLE_DFS which enables the DFS flag so the DFS codeAdrian Chadd2011-06-261-0/+3
| * The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from theGavin Atkinson2011-06-262-1/+1
| * Do not attach to the sound device on G5 Xserves, which is actually anNathan Whitehorn2011-06-261-0/+12
| * - Export the USB device ID format to userspace tools.Hans Petter Selasky2011-06-252-1/+114
| * - Remove duplicate USB ID.Hans Petter Selasky2011-06-251-1/+0
| * Now that ia64 has been switched to the event timers, remove theMarcel Moolenaar2011-06-251-4/+0
| * Commit missing piece from a couple days ago - re-add ath_hal_debug.Adrian Chadd2011-06-251-2/+8
| * Small fix to bring the non-debug definitions of HALDEBUG/HALDEBUG_G in lineAdrian Chadd2011-06-241-2/+2
| * - Export more USB device ID's.Hans Petter Selasky2011-06-243-10/+25
| * Split out host_pcib_get_busno() from the generic PCI-PCI bridge driver toJohn Baldwin2011-06-242-92/+130
| * - Export more USB device ID's.Hans Petter Selasky2011-06-244-49/+49
| * - Ensure that we get all the required nomatch devd events.Hans Petter Selasky2011-06-241-9/+10
| * - Move execution of event handlers into the probe and attach function so thatHans Petter Selasky2011-06-242-6/+34
| * - Export the URIO USB device ID's.Hans Petter Selasky2011-06-241-9/+12
* | MFCAttilio Rao2011-06-2481-158/+1421
|\|
| * Typo.John Baldwin2011-06-241-1/+1
| * - Add additional information to the PnP info of USB HUBs children whichHans Petter Selasky2011-06-242-8/+5
| * - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-2439-58/+109
| * Put back the global for rx processing due to popular demand.Jack F Vogel2011-06-231-1/+5
| * add missing #define for the non-debug case.Adrian Chadd2011-06-231-0/+1
| * - Add some comments about the origin of some USB descriptors.Hans Petter Selasky2011-06-233-1/+10
| * - Add more USB templates for various USB device classesHans Petter Selasky2011-06-2310-11/+1169
| * Re-introduce a global ath_hal_debug again for now, whilst I figure out whatAdrian Chadd2011-06-2313-24/+43
| * Fix indenting issues introduced by the previous commit.Adrian Chadd2011-06-232-4/+4
| * Break out most of the HAL related tweaks into a per-HAL instance,Adrian Chadd2011-06-2315-55/+77
| * Fix build on ia64 after r223426.Jung-uk Kim2011-06-221-0/+2
| * Use USB_VENDOR_OVISLINK define rather than the vendor ID.Gavin Atkinson2011-06-221-1/+1