summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2019-05-09add free sizesSebastien Marie
2019-02-20Reject negative input from userland in spkrioctl(). One of the argumentsanton
2018-07-30Use the MI interrupt enable/distable API instead of the MD one on i386 andMark Kettenis
2018-06-04Nuke unused variable.Kevin Lo
2018-02-14prune files.* entries that refer to files not in treeJonathan Gray
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hPhilip Guenther
2017-12-30Delete unnecessary <sys/file.h> includesPhilip Guenther
2017-11-04Interface counters should only increment.Florian Obser
2017-09-08fdc: Print warning if kthread_create failsStefan Fritsch
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-09-03fdc: defer probing of floppy drivesStefan Fritsch
2017-08-22Move array bounds tests before access to avoid reading past the end ofJonathan Gray
2017-07-26we_readmem() and ec_readmem() are inlined, but they can also be static.Theo de Raadt
2017-06-04fix a bungled logical/bitwise expression pointed out by clang; ok deraadt@Christian Weisgerber
2017-06-04Remove unused function, as pointed out by clang. ok deraadt@ kettenis@Christian Weisgerber
2017-05-04Also pass the blk offset to disk_unbusy(), so that it can pass it toTheo de Raadt
2017-05-04Remove side effects from assignment. Fixes warning with cppcheck.Alexander Bluhm
2017-04-30Unifdef KGDB.Martin Pieuchot
2017-03-02Add a new sysctl machdep.lidaction. The sysctl works as follows:Martin Natano
2017-02-14asmc: on system resume, restore the keyboard backlight valueJoshua Stein
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()Alexandre Ratchov
2016-09-04naddy discovered that bha no longer builds because it includes the nowTed Unangst
2016-09-03aha remnants lurking in hereTed Unangst
2016-09-03the src tree is growing too large. delete the aha and ahb drivers inTed Unangst
2016-08-31Remove rt leftovers in isapnp, unbreak kernel config.Alexander Bluhm
2016-08-31Support A Radio Free Europe!Ted Unangst
2016-08-31remove some ISA drivers for devices not recently seen in the wild.Ted Unangst
2016-08-30Make the init code match the comment and disable watchdogJonathan Gray
2016-04-22do not try to probe light sensors for machines with none available, this wasJoerg Jung
2016-04-19lower case temperature descriptions and separate fan description from fanJoerg Jung
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-03-29make the ie(4)s bpf_mtap_ether outgoing packets like all the other driversDavid Gwynne
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2015-12-27set sensor type later on initJoerg Jung
2015-12-27fold for loops back into a wait function in a similar manner as acpiec doesJoerg Jung
2015-12-27rename kbdled to backlight and mention chip model in commentJoerg Jung
2015-12-27extra taskq is gone, so also remove the no longer needed init variableJoerg Jung
2015-12-27simplify and unify keyboard backlight hooks, doing the same kassert instead ofJoerg Jung
2015-12-27with Mark's fix in previous commit the extra taskq for delayed initializationJoerg Jung
2015-12-22The Apple SMC is implemented on a H8S/2117 chip. Communication with the chipMark Kettenis
2015-12-15ignore unlikely temperature values like -127 degCJoerg Jung
2015-12-15add 2 more temperature keys found in macbook pro (10,2)Joerg Jung
2015-12-15add more temperature keys found in newer macbook airs (6,1 and 7,2)Joerg Jung
2015-12-15make sure the read fan description is always nul terminatedJoerg Jung
2015-12-12enable keyboard backlight support via wskbd(4) hooksJoerg Jung
2015-12-11remove wrapper function and call LKSB key write directlyJoerg Jung