summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Only the USB root HUB thread is allowed to attach and detach drivershselasky2011-07-185-5/+0
* Revert r222135 by allowing controller reinitialization. Due toyongari2011-07-171-0/+2
* Don't ignore negatively decoded address ranges.jhb2011-07-171-7/+0
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.ed2011-07-178-8/+41
* Fix for VirtualBox 4.x and other virtual machines that failhselasky2011-07-161-7/+28
* Respect the BIOS/firmware's notion of acceptable address ranges for PCIjhb2011-07-154-13/+350
* Improve portability #defines for compiling aicasm on other systems.emaste2011-07-158-31/+5
* Add a missing check for the global ath_hal_debug.adrian2011-07-141-1/+3
* Support controllers whose option ROM is disabled in the BIOS by kickingjhb2011-07-142-2/+8
* Use MFI_STAT_* constants for cmd_status field values rather than magicjhb2011-07-141-5/+6
* Restore USB MIDI transmit buffer size to 1Kbyte.hselasky2011-07-141-1/+1
* Add initial support for AX88772B USB Fast Ethernet. AX88772Byongari2011-07-143-25/+125
* Fix for dump after shutdown with USB keyboard plugged in. It appears that thehselasky2011-07-131-2/+32
* - Expand the scope of the lock in the interrupt routine to close races withmarius2011-07-131-22/+25
* - For SAS but neither FC nor SPI controllers default to using MSI (stillmarius2011-07-132-22/+20
* PCIB_ALLOC_MSIX() may already fail on the first pass, f.e. when the PCI-PCImarius2011-07-131-1/+4
* Remove extra empty lines.marius2011-07-131-11/+0
* Update mxge(4) firmware to the latest version available fromgallatin2011-07-124-34013/+34835
* Fix media reporting for dual port CX4 myri10ge NICsgallatin2011-07-121-1/+1
* Properly align the end of a candidate back region based on the window'sjhb2011-07-121-1/+1
* Partially merge r223648, r223648 and r223949 from gem(4):marius2011-07-122-46/+42
* Correct r223648; as gem_init_locked() was calling gem_setladrf(), whichmarius2011-07-121-21/+20
* According to the OpenSolaris source the PCI latency and the cache line sizemarius2011-07-123-16/+29
* Fix typo, lost 0 in SYSCTL_ADD_INT usage.ray2011-07-111-1/+1
* Support of Ralink Ethernet MAC, used in RT3050F/RT3052F and I belive in other...ray2011-07-113-0/+3187
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* Remove reviewed line from copyright header.hselasky2011-07-091-1/+0
* Implement pci_find_class(9), the function to find a pci device by its class.kib2011-07-092-0/+16
* Add device ID for the Davicom 56PDV PCI Modem.jhb2011-07-081-0/+1
* Add new USB 3G driver.hselasky2011-07-083-0/+1844
* A fix to make the LINT-NOINET build happy, if thisjfv2011-07-071-3/+3
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-041-4/+5
* Make the USB keyboard driver more HID compliant.hselasky2011-07-043-151/+475
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-034-0/+7
* Introduce a quirk for broken USB MIDI hardware instead of limiting performancehselasky2011-07-034-11/+18
* Fix for "nomatch" event for ums and ukbd drivers when uhid is loaded.hselasky2011-07-021-0/+12
* Fix problem about USB MIDI TX data format, that some devices only accepthselasky2011-07-021-23/+30
* Add ID for Marvell 88SE9125 SATA controller.mav2011-06-301-0/+1
* Add detection for the Marvel 88E1149R and treat it just like theimp2011-06-302-1/+6
* - Add read-only sysctls for all of the tunables supported by the igb andjhb2011-06-293-5/+53
* Add support for a MosChip PCI express serial port adapter.hselasky2011-06-291-0/+2
* Fix a corner case in STA beacon processing when a CSA is received butadrian2011-06-291-0/+10
* Fix typo in r223648 which was accidentally committedmarius2011-06-281-1/+1
* - In gem_reset_rx() also reset the RX MAC which is necessary in order tomarius2011-06-282-48/+55
* Remove duplicate header includeskevlo2011-06-2813-20/+0
* Make sure the extended regdomain word is initialised.adrian2011-06-282-0/+3
* Enable CPUSaver D102 E-step microcode loading for 82551 revisionyongari2011-06-271-0/+2
* Disable microcode loading for 82550 and 82550C controllers. Loadingyongari2011-06-271-0/+4
* Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.ed2011-06-263-7/+7
* Fix beacon transmission after a channel set.adrian2011-06-261-0/+21
OpenPOWER on IntegriCloud