summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Quite the tinderbox for the holidays. Remove the assert[1].bz2011-12-251-5/+0
* Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x).jhibbits2011-12-242-10/+1029
* - Enable usbus on octusbgonzo2011-12-241-0/+1
* 1. don't use if_pspare directly, but through a macro WMA()luigi2011-12-232-7/+10
* whitespace fixes (one missing newline, one extra tab)luigi2011-12-232-2/+3
* Disable the code which hard-sets the LEDs on. This prevents the LEDadrian2011-12-231-0/+13
* Port over some more GPIO fixes from the atheros reference HAL.adrian2011-12-231-7/+28
* Port over some GPIO and LED fixes.adrian2011-12-231-3/+5
* Remove unused #define's.adrian2011-12-231-2/+0
* Rework this ugly mess that tries to handle reset serialisation.adrian2011-12-231-9/+70
* Make some more of the 11n specific code conditional.adrian2011-12-231-0/+4
* Add a temporary debugging statement in order to try and identify what'sadrian2011-12-231-0/+29
* Fix return value of function.np2011-12-231-1/+1
* Use the correct types when calling the decompression mask function.adrian2011-12-222-2/+2
* put back netmap support, deleted by mistake in a previous commitluigi2011-12-221-0/+96
* Correctly spell my email address.fabient2011-12-222-2/+2
* Revert r228786. We'll need to work around the warnings in another way.dim2011-12-222-2/+2
* Revert r228785. We'll need to work around the warnings in another way.dim2011-12-222-6/+6
* Restore the sysctl changes from 223676 and 227309 lost in the previousjhb2011-12-212-6/+29
* - Remove extra spaceeadler2011-12-211-1/+1
* Fix enum conversion problems in sys/dev/ath/ath_hal/ar5212/ar5212_misc.cdim2011-12-212-2/+2
* Fix shift overflow problem in sys/dev/ath/ath_hal/ar5210/ar5210_power.cdim2011-12-212-6/+6
* sc_cngrab: switch to console vty when possibleavg2011-12-211-0/+7
* ukbd: adjust for SCHEDULER_STOPPED() and overhaul locking codeavg2011-12-211-227/+153
* adapt usb transfer code for SCHEDULER_STOPPEDavg2011-12-211-3/+3
* Fix for race against user-space applications trying to change thehselasky2011-12-211-0/+9
* Fix broken locking that I introduced in the previous commit.adrian2011-12-201-0/+2
* IIC bitbang changes - prepare to make the bit delay configurable; debug print...adrian2011-12-201-31/+42
* Oops, list of IDs is not sequential. Have to list all of them expoicitly.mav2011-12-201-2/+10
* Cast some vendor-specific spell on VIA VT1708S codecs to:mav2011-12-201-5/+39
* Remove these locks - they aren't strictly needed and cause measurableadrian2011-12-201-11/+0
* Make the recently added "no_shutdown_wait" sysctl writeable.hselasky2011-12-191-1/+1
* Increase wait time for OP_TCPSTART command processing. It seemsyongari2011-12-191-2/+2
* TCP header size is represented by number of 32bits words.yongari2011-12-191-1/+1
* Add code to wait for USB shutdown to be executed at system shutdown.hselasky2011-12-191-1/+15
* Add missing unlock of USB controller's lock, whenhselasky2011-12-191-0/+12
* Fix compilation on sparc64 by actually supplying the bus_dma_tag_t membermarius2011-12-181-1/+1
* syscons: provide a first iteration of cngrab/cnungrab implementationavg2011-12-172-19/+37
* Another axe(4), found in ASUS zenbook.kevlo2011-12-172-0/+2
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-178-0/+98
* Fix some net80211 enum nits:bschmidt2011-12-1721-146/+147
* Fix format string Z --> z, since the former is a deprecated and (in FreeBSD)se2011-12-161-2/+2
* Many updates to cxgbe(4)np2011-12-1614-1831/+6153
* Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so nodim2011-12-162-0/+4
* s/timout/timeoutkevlo2011-12-153-3/+3
* Eliminate vestiges of page coloring.alc2011-12-151-2/+1
* Add the 11n chipset RF frontends to the linker set, even though they're notadrian2011-12-154-0/+32
* Print out the radio RF version at startup, so I can better see whichadrian2011-12-151-0/+2
* Use the correct RF version probe routine.adrian2011-12-151-1/+1
* Improve fix for random USB transfer time out.hselasky2011-12-141-12/+13
OpenPOWER on IntegriCloud