summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2011-01-06Move the ACPI_ACTIVATE_DEV block around for clarity.jruoho
2011-01-06bnx(4) SERDES NICs will definitely work better with the PHY initializationjym
2011-01-06Reflect 5709S support in bnx(4) (comment fix)jym
2011-01-05Add a driver for ACPI power meters.jruoho
2011-01-05- the atari et device has been renamed et4kjnemeth
2011-01-05Use aprint_verbose_dev.sketch
2011-01-05Adjust previous slightly.jruoho
2011-01-05Make a two-pass scan for acpinodebus. This should ensure that devices suchjruoho
2011-01-04Stop using aprint_debug(9) in an interrupt handler.jruoho
2011-01-04Revert the changes made in the commit:jruoho
2011-01-04Fix previous.jruoho
2011-01-04withdraw my name from the copyright notice as there is little codenisimura
2011-01-04add support for autostarting watchdogs (wdog was started by firmwarematt
2011-01-04Switch back to malloc since kmem isn't softintr safe.matt
2011-01-04Use LIST_FOREACH when possible.matt
2011-01-04Make this support the DS1553 as well. Add support for the centry reg whichmatt
2011-01-04Add the new mpc85xx/booke device names.matt
2011-01-04Add a generic Motorola/Freescale i2c driver. This was taken from sandpointmatt
2011-01-03Scan for devices that are "hot-pluggable".jruoho
2011-01-02Cap h.loc.count at MAXKEYCODE instead of bailing out. This lets some obscure/mbalmer
2011-01-02Adjust error messages for the previous commit.jruoho
2011-01-02Use "real" device names for the hw.acpi.wake and hw.acpi.power sysctl(8)jruoho
2011-01-02Print a warning if the BIOS thinks that the timer is unreliable. However, dojruoho
2010-12-31Include <dev/acpi/acpi_pci.h>.jruoho
2010-12-31acpi_pcidev_find_dev(): take struct acpi_devnode as a parameter.jruoho
2010-12-31Move the function that finds a device_t for the corresponding ACPI devicejruoho
2010-12-31Move the ACPI sleep-specific sysctl variables to hw.acpi.sleep. The oldjruoho
2010-12-31Use "temperature #" and "fan speed #" rather than "TMP#" and "FAN#" for thejruoho
2010-12-30Regen.jruoho
2010-12-30Add IBM0079.jruoho
2010-12-30HP v125w flash drive doesn't like PREVENT/ALLOW either.jakllsch
2010-12-30Regen.jakllsch
2010-12-30Add HP v125w flash drive.jakllsch
2010-12-30Use "temperature" rather than "TEMP" as the sensor name. No functional change.jruoho
2010-12-30Fill out struct ifnet::if_stop, which is required for network class devicesjruoho
2010-12-30Change the default behavior to enforce the maximum frequency when thejruoho
2010-12-30When the user updates the sensor device's refresh timer, reset thepgoyette
2010-12-29module needs to devsw_attach/devsw_detachjmcneill
2010-12-28Address PR#44279.jakllsch
2010-12-28add "ir" and "cir" modulesjmcneill
2010-12-28Hauppauge HVR-850 analog should be identical to HVR-950Q, so support it toojmcneill
2010-12-28use ioconfjmcneill
2010-12-28don't make module declaration conditional on _MODULEjmcneill
2010-12-27add au8522, xc5k, auvitek config gluejmcneill
2010-12-27Add TI PCI1510.phx
2010-12-27Remove an always true if-clause.hannken
2010-12-27add driver for the Auvitek AU0828 USB video controllers's analog videojmcneill
2010-12-26don't try to set frequencies lower or higher than the tuner's allowedjmcneill
2010-12-25Add missing semicolon.wiz
2010-12-25add USB interface assoc descriptor (IAD) infojmcneill