aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add kern.msgbufsize default setting to /boot/defaults/loader.conf.Sergey Kandaurov2011-01-211-1/+1
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-2131-82/+69
* Fix some typos.Adrian Chadd2011-01-211-3/+3
* Add missing getCapability call for AR5416.Adrian Chadd2011-01-211-0/+1
* Modify the v14/v4k eeprom diag interface to return the whole eeprom.Adrian Chadd2011-01-212-4/+4
* ANI changes #1 - split out the ANI polling from the RxMonitor hook.Adrian Chadd2011-01-2117-31/+111
* Some correctness and robustness fixes related to CUBIC's mean RTT estimate:Lawrence Stewart2011-01-211-6/+17
* If there is no WQE available for a packet that needs segmentation, drop itJuli Mallett2011-01-201-1/+6
* Remove some compile-time options from the driver, particularly async IOBDMAJuli Mallett2011-01-204-112/+17
* No need to list an obsolete arm compiler here.Warner Losh2011-01-202-2/+0
* Remove unused variables. Spotted by a cppcheckAndreas Tobler2011-01-201-9/+1
* Correct parsing of the grackle and uninorthpci ranges property.Andreas Tobler2011-01-204-4/+10
* Don't need __DYNAMIC here. it is commented out and a.out only -- these are a...Warner Losh2011-01-203-6/+0
* In fact, we don't need any of these __DYNAMIC. it is a.out leftover and comm...Warner Losh2011-01-204-8/+0
* Remove commented out _DYNAMIC sections.Warner Losh2011-01-202-8/+1
* Use simplified ldscripts rather than specific onesWarner Losh2011-01-203-3/+3
* We don't need 2 versions here. One will do since binutils outputs the right ...Warner Losh2011-01-202-324/+0
* Collapse all the octeon ldscripts down into one now that we don't need one ea...Warner Losh2011-01-203-123/+0
* Correct wrong definition of PM timer mask and adjust L1/PM timerPyun YongHyeon2011-01-202-4/+16
* Fix a stack leak in r215345 when skipping over the ACPI menu item forJohn Baldwin2011-01-201-1/+1
* ar9280SetAntennaSwitch() was using the AR5416 chainmasks (3 chains)Adrian Chadd2011-01-201-2/+2
* Correct parsing of the cpcht ranges property.Nathan Whitehorn2011-01-201-2/+3
* Improve comments.Michael Tuexen2011-01-201-5/+5
* Add another ID for the ZTE MF190 Surf StickNick Hibma2011-01-202-0/+2
* Move 'cpu CPU_RMI' to std.xlr, this is common for all XLR cpus.Jayachandran C.2011-01-204-14/+4
* Fix it so we align with new socket API draft forRandall Stewart2011-01-203-25/+21
* Only enable 11n modes if the chipset suports 11n.Adrian Chadd2011-01-201-2/+6
* In tmpfs_readdir(), normalize handling of the directory entries thatKonstantin Belousov2011-01-202-4/+5
* Include the device ids for the AR2427.Adrian Chadd2011-01-202-0/+8
* Push the non-AR5416 related stuff into chipset specific directories.Adrian Chadd2011-01-2016-21/+27
* Re-format XLR configuartion files and remove obsolete options.Jayachandran C.2011-01-203-104/+93
* Add a comment from my local HAL about what is actually going on hereAdrian Chadd2011-01-201-0/+17
* Migrate the sample rate module to the new ath_hal_gettxcompletionrates() API.Adrian Chadd2011-01-202-98/+35
* Add in the public method to access the tx completion rates.Adrian Chadd2011-01-201-0/+2
* ldscript and conf cleanup for MIPSJayachandran C.2011-01-206-619/+7
* Fixes in the XLR platform codeJayachandran C.2011-01-202-3/+3
* Include the initial support for external EEPROMs.Adrian Chadd2011-01-2013-13/+24
* Port over another EEPROM option from ath9k - AR_EEP_DAC_HPWR_5GAdrian Chadd2011-01-203-0/+10
* Add another HAL function which waits for a register for a configurable amount.Adrian Chadd2011-01-202-2/+10
* Add a new HAL method to retrieve the completion schedule. It setsAdrian Chadd2011-01-2013-0/+76
* Fix build by changing format for size_t to %jdOleksandr Tymoshenko2011-01-201-14/+14
* Use the now-exposed diag code, rather than a hard-coded magic number.Adrian Chadd2011-01-201-1/+1
* Break out the diagnostic codes from ah_internal.h and place them in ah_diagco...Adrian Chadd2011-01-203-39/+70
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-199-31/+34
* The output format should be determined by the ABI flags, not the ldscript.Juli Mallett2011-01-191-4/+1
* Cleanup the management of CC functions.Michael Tuexen2011-01-195-256/+68
* Fix format of physical addresses; this fixes the n32 build.Juli Mallett2011-01-191-3/+3
* Use CTLFLAG_RDTUN for read-only sysctl that exports tunable.Konstantin Belousov2011-01-191-2/+2
* Fix style 9 nit that snuck in when IRandall Stewart2011-01-191-1/+1
* Fix build with KDB defined.John Baldwin2011-01-191-0/+2