summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Defer the rescheduling of TID -> TXQ frames in some instances.adrian2012-03-293-1/+37
* Move tty_opened_ns() into syscons.c which is currently thehselasky2012-03-291-0/+3
* Fix bug where isci(4) would report only 15 bytes of returned data on ajimharris2012-03-291-0/+4
* Fix for boot issue: Don't disable BARs on AGP devices. In general:hselasky2012-03-291-0/+21
* Fix for NULL-pointer panic during boot, if keys are pressed too early.hselasky2012-03-291-10/+11
* Add software PMC support.fabient2012-03-2815-69/+802
* Ensure consistent target IDs for direct-attached devices.jimharris2012-03-283-9/+32
* Add a PNP ID for Japanese 106-key keyboard.jkim2012-03-281-0/+1
* Stop HDA controller polling callout on suspend and reset it on resume.mav2012-03-281-0/+3
* Remove unnecessary #if as the software workaround for PCI protocolyongari2012-03-281-8/+5
* Load entire EEPROM contents in device attach time and verifyyongari2012-03-283-23/+59
* Partially revert r223608 and selectively allow microcode loadingyongari2012-03-282-5/+18
* - Do not clobber softc when psm(4) is reintialized.jkim2012-03-271-141/+124
* Restore interrupt state after executing AcpiEnterSleepState().jkim2012-03-271-5/+10
* strip (R) to match manpage and pci_vendorsbschmidt2012-03-271-29/+29
* Fix crash on VirtualBox (and probably on some real hardware):gonzo2012-03-272-1/+8
* Add support for 6150 series devices.bschmidt2012-03-271-0/+2
* CFI fixes for big endian archs.jchandra2012-03-274-8/+36
* Fix random deadlock on pmcstat exit:fabient2012-03-271-2/+4
* Driver for OpenCores I2C controller.jchandra2012-03-272-0/+468
* Move driver for DS1374 RTC to sys/dev/iicbusjchandra2012-03-271-0/+143
* Use the assigned sequence number when checking if a retried packet isadrian2012-03-262-5/+40
* Add some more debugging to try and nail down exactly what's going on whenadrian2012-03-251-2/+9
* Follow non-BSD case when GNU/Hurd is detected.rmh2012-03-251-1/+1
* Correct failure to attach the PV block front device on Citrixgibbs2012-03-251-15/+19
* Add the new channel width change field to the ath(4) driver.adrian2012-03-251-0/+27
* Consistently update to the MPI header set version 01.05.20 after r224761.marius2012-03-2414-271/+569
* Initialize the mutexes used for the NVM and the swflag as MTX_DUPOK inmarius2012-03-241-1/+2
* As it turns out, mpi_cnfg.h already is included by mpt.h.marius2012-03-241-2/+0
* - Use the PCI ID macros from mpi_cnfg.h rather than duplicating them here.marius2012-03-242-151/+82
* Use suspend/resume methods provided by net80211. This ensures that thebschmidt2012-03-234-35/+16
* Call xpt_bus_register during attach context, then freeze and do not releasejimharris2012-03-233-12/+43
* Don't cast a bus address to a uint8_t pointer just to add an offset tojhb2012-03-231-1/+1
* Add Octeon PMC hardware backendgonzo2012-03-231-0/+195
* Add list of Octeon's PMC counters obtained from cvmx-core.hgonzo2012-03-231-0/+63
* Add some further debugging to try and aid tracking down what the state ofadrian2012-03-221-0/+19
* Sprinkle some style(9) things around.adrian2012-03-221-6/+12
* Rework MIPS PMC code:gonzo2012-03-223-598/+561
* Add ACPI_LV_REPAIR debug level, available since ACPICA 20091214 (r200553).jkim2012-03-221-0/+1
* Load the firmware during init not attach, as a root filesystem mightbschmidt2012-03-211-8/+8
* - First pass at const'ifying ata(4) as appropriate.marius2012-03-2132-124/+138
* Remove remnants of ATA_LOCKING uses in the ATA_CAM case and wrap itmarius2012-03-216-7/+94
* Merge ACPICA 20120320.jkim2012-03-202-3/+16
* Delay sequence number allocation for A-MPDU until just before the frameadrian2012-03-205-50/+259
* Do not reuse the previous address when restoring linear frame buffer.jkim2012-03-191-4/+6
* Remove this - it's not needed as it's defined in ieee80211_freebsd.h.adrian2012-03-191-4/+0
* Do not change current media when driver is already running. Ifyongari2012-03-191-3/+3
* Save and restore linear frame buffer between suspend and resume.jkim2012-03-171-0/+19
* Remove unnecessary static variable initializations and duplicate codes.jkim2012-03-161-52/+42
* Fix a couple of debugging outputs.adrian2012-03-161-4/+13
OpenPOWER on IntegriCloud