summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-10-17- remove unused variableschristos
2013-10-17remove unused variablechristos
2013-10-17move notyet variable into notyet sectionchristos
2013-10-17add __USE for debugging variableschristos
2013-10-17- remove unused variableschristos
2013-10-17remove unused variableschristos
2013-10-17remove unused variablechristos
2013-10-17remove unused variables and __USE a debugging variablechristos
2013-10-17- remove unused variableschristos
2013-10-17remove unused variablechristos
2013-10-17- remove unused variableschristos
2013-10-17__USE a debugging varchristos
2013-10-16use __USE()christos
2013-10-16fix incorrect variable use.christos
2013-10-16remove unused variablechristos
2013-10-16remove unused variables.christos
2013-10-16use variables that are only used in debugging.christos
2013-10-16move debugging code inside debugging ifdef.christos
2013-10-16move all the unused stuff to ifdef notyetchristos
2013-10-16add missing ifdefschristos
2013-10-16- use proper types (uint16_t instead of uint32_t)christos
2013-10-16print a warning if we failed.christos
2013-10-16remove unused variablechristos
2013-10-16Apply patch from PR/48310 - kue(4) cannot receive multicast packets.skrll
2013-10-15Add lmenv to the configuration framework.jdc
2013-10-15Add a driver for the LM81, LM87, and compatible iic hardware monitorsjdc
2013-10-15Remove dotg(4) as it's been replaced by dwctwo(4).skrll
2013-10-15Add forgotten register definitions for previous commit.rkujawa
2013-10-15Add sysctl knobs to set temperature limit and hysteresis. Reaching the limitrkujawa
2013-10-15Simplify sysctl handling.rkujawa
2013-10-15Clean up register read and write functions, add functions for 8-bit read andrkujawa
2013-10-14Handle an error from uhidev_get_report in ucycom_get_cfgskrll
2013-10-13Catch up to recent changes in config_pending_{incr,decr}().riz
2013-10-13make the driver able to send scsi commands; now the disks are found.christos
2013-10-12adjust for recent deferred changes.christos
2013-10-12- add 64 bit fifo supportchristos
2013-10-12Pass the device name in, so we can debug what deferred drivers did not work.christos
2013-10-09support WSDISPLAYIO_GET_FBINFOmacallan
2013-10-09some cleanup:macallan
2013-10-09add hardware accelerationmacallan
2013-10-07Drop trailing whitespace.jakllsch
2013-10-07Use the universal pciide_detach() for detach function of all remainingjakllsch
2013-10-07Remove unused structure.jakllsch
2013-10-05regenjnemeth
2013-10-05add Keyspan USA-19H serial adapterjnemeth
2013-10-05Trailing whitespace.skrll
2013-10-04Move an assert to the point where the referenced variable is initialized.joerg
2013-10-04Small KNFskrll
2013-10-03Update a comment. Thanks mrg@skrll
2013-10-03Revirt 'Move the Marvell extension to com_mv.c' at Sun Sep 1 04:51:24 UTC 2013.kiyohara