summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* AR5416 has 14 GPIO pins, from 0->13.adrian2011-12-261-1/+1
* Since the only thing with a mux is the AR5416 and later, and we're nowadrian2011-12-261-1/+1
* Flesh out configurable hardware based LED blinking.adrian2011-12-264-3/+79
* Setup the initial LED state on attach and resume.adrian2011-12-261-1/+6
* Update the hardware LED blinking code to do something useful rather thanadrian2011-12-261-19/+14
* Refactor out the software LED config code into a common function, calledadrian2011-12-264-18/+26
* First pass of LED related code changes.adrian2011-12-263-44/+191
* Do a quick style(9) pass of some of the code introduced with 802.11nadrian2011-12-261-12/+17
* remove a variable definition which shadows the correct one.luigi2011-12-251-1/+0
* 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
OpenPOWER on IntegriCloud