summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a dependency on ALQ if IEEE80211_ALQ and/or AH_DEBUG_ALQ is included.adrian2012-03-161-0/+6
* Do not unnecessarily clear display memory when switching modes.jkim2012-03-161-1/+1
* Make ofw_bus_get_node() consistently return -1 when there is no associatednwhitehorn2012-03-154-4/+4
* - Remove unncessary type castsgonzo2012-03-141-6/+15
* Add a PCI quirk to ignore PCI map registers from configuration space.jkim2012-03-141-8/+36
* Correctly calculate the callout interval for beacon generation.adrian2012-03-141-1/+5
* Add PCI Id for the AMT SOL UART on G4x series Intel chipsets.kib2012-03-141-0/+1
* Fix white space nits.yongari2012-03-141-7/+7
* fxp(4) does not handle deferred dma map loading. Tellyongari2012-03-141-3/+5
* Remove a stale comment.scottl2012-03-121-1/+0
* Final pass at having devices use their bus parent for dma tags. Thescottl2012-03-127-14/+11
* Remove comments about creating DMA tags as children of the DMA tags of theirjmallett2012-03-129-9/+0
* More conversions of drivers to use the PCI parent DMA tag.scottl2012-03-1216-37/+82
* This header file no longer exists when doing cross builds, so remove it.adrian2012-03-121-1/+0
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-1223-23/+25
* Make if_ierrors updated whenever any of the following counters areyongari2012-03-122-0/+8
* Show PCI bus speed and width as well as running mode of PCI-Xyongari2012-03-122-7/+59
* Add workaround for PCI-X BCM5704 controller that live behindyongari2012-03-122-3/+68
* Implement pmc_save_user_callchain and pmc_save_kernel_callchain for MIPSgonzo2012-03-121-10/+308
* ServerWorks HT1000 HPET reported to have problems with IRQs >= 16.mav2012-03-101-0/+8
* Stick the if_drv_flags access (check and modify) behind the ifq lock.adrian2012-03-101-9/+18
* Fix a panic introduced in a previous commit - non-beaconing modes (eg STA)adrian2012-03-102-14/+3
* Fix wrong asresp frame parsing in iwi_checkforqos().iwasaki2012-03-101-2/+2
* After r232403, DMA transactions does not cross 4GB boundary foryongari2012-03-102-37/+6
* Don't flood the cabq/mcastq with frames.adrian2012-03-105-4/+109
* Enforce that wtap requires VIMAGE to be useful.adrian2012-03-101-0/+7
* Document that we may end up with some suboptimal handling of dataadrian2012-03-091-0/+11
* Should the mcast queue be locked here? In case more multicast trafficadrian2012-03-091-0/+2
OpenPOWER on IntegriCloud