summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove PAE special-case 2GB DMA boundary and always use a 4GB boundaryjhb2012-03-091-4/+0
* Insert extra paranoia into the ath(4) driver.adrian2012-03-091-0/+4
* Correctly initialise the TXQ link pointer to the last descriptor inadrian2012-03-081-2/+5
* Save more of config space for PCI Express and PCI-X devices.kan2012-03-083-0/+127
* Add new USB device IDs.hselasky2012-03-082-0/+2
* Make the mps(4) module depend on the cam module.ken2012-03-071-0/+1
* Remove the PAE-specific 2GB DMA boundary since HEAD now supports a proper 4Gjhb2012-03-071-11/+0
* Use bus_get_dma_tag() to inherit the 4G boundary restriction from thejhb2012-03-072-8/+2
* Use bus_get_dma_tag() to inherit the PCI bus' 4G boundary constraint.jhb2012-03-071-1/+1
* Simplify the PCI bus dma tag code a bit. First, don't create a tag atjhb2012-03-072-8/+15
* Add support for the MosChip MCS9904 four serial portsremko2012-03-071-0/+2
* Provide wbwd(4), a driver for the watchdog timer found on variousbz2012-03-061-0/+721
* Properly mask off bits that are not supported in the IAP counters.gnn2012-03-061-1/+1
* Fix for DWC OTG interrupt register programming.hselasky2012-03-053-22/+44
* Respect phy-handle property in Ethernet nodes of the device tree.raj2012-03-047-37/+71
* Expand the set of APIs available for locating PCI capabilities:jhb2012-03-037-7/+181
* Use pci_find_cap() instead of pci_find_extcap() to locate PCIjhb2012-03-032-6/+6
* Update the pci_get_vpd_readonly() wrapper to use 'vptr' instead ofjhb2012-03-031-2/+2
* Fix a typo.jhb2012-03-031-1/+1
* Make sure that the USB system suspend event is executed synchronouslyhselasky2012-03-031-2/+21
* Fix a problem that was causing the mpt(4) driver to attach to MegaRAIDken2012-03-021-6/+56
* - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.jhb2012-03-024-10/+72
OpenPOWER on IntegriCloud