summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* In the gxemul console, check the RB_SERIAL boot flag, and change therwatson2012-08-251-1/+2
* Rename the gxemul console device to "ttyu0" to match the expectations ofrwatson2012-08-251-2/+2
* Clear freeze bit before calling xpt_release_devq.jimharris2012-08-241-1/+1
* Remove the hard-coded AR5416-series parameters and instead use theadrian2012-08-241-38/+13
* Correctly handle the "pe_enabled" flag - both when configuring DFS andadrian2012-08-241-1/+7
* Add an accessor macro for getting access to the default DFS parameters.adrian2012-08-241-0/+2
* Add default values for the NumTxMaps capability.adrian2012-08-244-0/+4
* Add the method to fetch the default DFS parameters for the AR5212 PHY.adrian2012-08-243-1/+33
* Implement an API to fetch the default DFS parameters for the given chip.adrian2012-08-244-0/+50
* Bring over some new EEPROM regulatory domain flags.adrian2012-08-241-0/+28
* Oops, another copy/paste issue.adrian2012-08-241-1/+1
* Add ath_hal_get_curmode() - this is used by the Osprey HAL.adrian2012-08-242-0/+50
* Add rfkill HAL accessor methods.adrian2012-08-241-0/+7
* Oops, fix copy/paste silliness.adrian2012-08-241-5/+5
* Add some more capabilities (unused at the present.)adrian2012-08-241-0/+16
* Add the MFP capability to ath_hal_getcapability().adrian2012-08-241-1/+3
* Add some more diagnostic codes.adrian2012-08-241-0/+4
* Wrap this a little so it's slightly easier on the eyes.adrian2012-08-241-1/+2
* Add some new flags:adrian2012-08-241-2/+11
* Fetch the chip select in the bridge driver, like all the other spiimp2012-08-232-4/+0
* Add tunable for XHCI port routing.hselasky2012-08-233-5/+19
* The check for MAXPHYS doesn't make sense, so remove it.imp2012-08-231-7/+24
* Add a placeholder and typedefs for MFP (management frame protection.)adrian2012-08-231-0/+20
* Add some more interrupt handling bits.adrian2012-08-231-1/+7
* Add AR9380 devid HAL definitions and probe/attach strings.adrian2012-08-232-0/+93
* Add chipset names.adrian2012-08-231-2/+2
* Add new USB device ID.hselasky2012-08-222-0/+2
* Fix/add support for SCSI UNMAP to ATA DSM translation.jimharris2012-08-216-11/+56
* Deal with the case where a syncache entry added by the TOE driver isnp2012-08-214-0/+33
* Style.hselasky2012-08-211-1/+1
* Fix USB drivers for KB920X target.hselasky2012-08-212-6/+26
* Avoid a NULL pointer dereference.np2012-08-211-2/+2
* Cannot hold a mutex around vm_fault_quick_hold_pages, so don't. Tweaknp2012-08-211-12/+22
* Minor cleanup: use bitwise ops instead of pointless wrappers aroundnp2012-08-216-125/+81
* Correctly handle the case where an inp has already been dropped by the timenp2012-08-212-25/+18
* Add s35390a_rtc(4) driver for Seiko Instruments S-35390A RTC.hrs2012-08-211-0/+333
* Initialise an uninitialised variable.adrian2012-08-211-1/+1
* Remove dependence on MAXPHYS.mjacob2012-08-213-6/+8
* Fix a build issue when ATH_DEBUG isn't defined - just initialise and useadrian2012-08-201-2/+4
* Wrap debugging in #ifdef ATH_DEBUGadrian2012-08-201-0/+2
* Flesh out some initial EDMA TX FIFO fill, complete and refill routines.adrian2012-08-201-6/+195
* Advance the descriptor pointer by sc->sc_tx_desclen bytes, rather thanadrian2012-08-201-12/+11
* Make sure all of the buffers are printed, rather than (n-1).adrian2012-08-201-4/+2
* Add a new sound driver for PowerMacs, found here on my Quad G5.andreast2012-08-191-0/+315
* Add a new temperature driver for certain PowerMacs. Found here on my Quad G5.andreast2012-08-191-0/+413
* Unify the sysctl description with the other PowerMac temperature drivers.andreast2012-08-191-7/+9
* Avoid using the degree symbol. Looks ugly on the console.andreast2012-08-191-3/+4
* Do the ADC init only at startup and not during every sensor read call.andreast2012-08-191-5/+12
* Extend the TX descriptor debug printing to be properly aware ofadrian2012-08-192-4/+83
* When assembling the descriptor list, make sure that the "first" descriptoradrian2012-08-191-1/+3
OpenPOWER on IntegriCloud