aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add altera_avgen(4), a generic device driver to be used by hard and softRobert Watson2012-08-253-0/+535
* (g_multipath_rotate): Fix algorithm so that it does rotate over all goodThomas Quinot2012-08-251-3/+10
* This small change takes care of a race conditionRandall Stewart2012-08-251-0/+30
* Add preliminary support for the SRI International / University of CambridgeRobert Watson2012-08-255-1/+180
* Provide basic glue to allow syscons to be used on MIPS, modelledRobert Watson2012-08-257-3/+126
* On MIPS, when printing page fault information for an unexpected exceptionRobert Watson2012-08-251-2/+4
* In the gxemul console, check the RB_SERIAL boot flag, and change theRobert Watson2012-08-251-1/+2
* Rename the gxemul console device to "ttyu0" to match the expectations ofRobert Watson2012-08-251-2/+2
* Set mdp only under #ifdef WII.Rui Paulo2012-08-251-0/+3
* Clear freeze bit before calling xpt_release_devq.Jim Harris2012-08-241-1/+1
* Remove the hard-coded AR5416-series parameters and instead use theAdrian Chadd2012-08-241-38/+13
* Correctly handle the "pe_enabled" flag - both when configuring DFS andAdrian Chadd2012-08-241-1/+7
* Add an accessor macro for getting access to the default DFS parameters.Adrian Chadd2012-08-241-0/+2
* Fix scsi_da's BIO_DELETE->SCSI_UNMAP translation to use correct localJim Harris2012-08-241-3/+3
* Add default values for the NumTxMaps capability.Adrian Chadd2012-08-244-0/+4
* Add the method to fetch the default DFS parameters for the AR5212 PHY.Adrian Chadd2012-08-243-1/+33
* Implement an API to fetch the default DFS parameters for the given chip.Adrian Chadd2012-08-244-0/+50
* Bring over some new EEPROM regulatory domain flags.Adrian Chadd2012-08-241-0/+28
* Add some basic definitions for a future htree implementation.Pedro F. Giffuni2012-08-242-1/+4
* Oops, another copy/paste issue.Adrian Chadd2012-08-241-1/+1
* Add ath_hal_get_curmode() - this is used by the Osprey HAL.Adrian Chadd2012-08-242-0/+50
* Add rfkill HAL accessor methods.Adrian Chadd2012-08-241-0/+7
* Oops, fix copy/paste silliness.Adrian Chadd2012-08-241-5/+5
* Add some more capabilities (unused at the present.)Adrian Chadd2012-08-241-0/+16
* Add the MFP capability to ath_hal_getcapability().Adrian Chadd2012-08-241-1/+3
* Add some more diagnostic codes.Adrian Chadd2012-08-241-0/+4
* Wrap this a little so it's slightly easier on the eyes.Adrian Chadd2012-08-241-1/+2
* Add some new flags:Adrian Chadd2012-08-241-2/+11
* Fetch the chip select in the bridge driver, like all the other spiWarner Losh2012-08-233-9/+9
* Remove duplicated GEOM_PART_* options.Aleksandr Rybalko2012-08-238-16/+0
* Allow nmbjumbop, nmbjumbo9, and nmbjumbo16 to be set directly via loaderNavdeep Parhar2012-08-231-4/+13
* Use proper resource type when freeing.Warner Losh2012-08-231-1/+1
* Merge recent vendor changes:Martin Matuska2012-08-2317-168/+340
* Add tunable for XHCI port routing.Hans Petter Selasky2012-08-233-5/+19
* The check for MAXPHYS doesn't make sense, so remove it.Warner Losh2012-08-231-7/+24
* Add a placeholder and typedefs for MFP (management frame protection.)Adrian Chadd2012-08-231-0/+20
* Add some more interrupt handling bits.Adrian Chadd2012-08-231-1/+7
* Add AR9380 devid HAL definitions and probe/attach strings.Adrian Chadd2012-08-232-0/+93
* Add chipset names.Adrian Chadd2012-08-231-2/+2
* Do not change "cachable" attribute for DMA memory allocated withOleksandr Tymoshenko2012-08-221-4/+0
* Remove unncessary atomic operation when reading process flags inJim Harris2012-08-221-2/+1
* Provide some compat32 shims for sysctl vfs.conflist. It is requiredKonstantin Belousov2012-08-221-16/+49
* Assert that system calls do not leak a pinned thread (via sched_pin()) toJohn Baldwin2012-08-221-0/+3
* Fix a typo.John Baldwin2012-08-221-1/+1
* Mark the idle threads as non-sleepable and also assert that an idleJohn Baldwin2012-08-223-0/+3
* Fix the 'show witness' DDB command to honor db_pager_quit.John Baldwin2012-08-221-0/+12
* Add new USB device ID.Hans Petter Selasky2012-08-222-0/+2
* After r239366, fix the ti_edma3.c driver to use theTim Kientzle2012-08-221-1/+1
* phandle_t is unsigned, and OF_finddevice() returns (phandle_t)(-1) onJustin Hibbits2012-08-212-3/+3
* Get rid of ARM_BIG_ENDIAN for good:Oleksandr Tymoshenko2012-08-212-12/+0