summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
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
2015-12-11remove no longer needed prototypeJoerg Jung
2015-12-11instead of checking the status everywhere do it directly after (trying) theJoerg Jung
2015-12-08No trailers has been the default and only option for 20 years, yet someTed Unangst
2015-11-25Network drivers should not include <net/route.h> or <net/netisr.h>Martin Pieuchot
2015-11-25add size to freeTed Unangst
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-10-29enable keyboard backlight led earlier to avoid raceJoerg Jung
2015-10-25refactor to use a taskq and postpone the long running initial sensor probing,Joerg Jung
2015-10-25arp_ifinit() is no longer needed and almost dead.Martin Pieuchot
2015-10-15avoid using a var uninitialisedJonathan Gray
2015-10-10add location to the fan descriptionJoerg Jung
2015-10-10fix wrong brackets in if statementJoerg Jung
2015-10-04tweak initial output a bit: do not show number of light sensors, just show ifJoerg Jung
2015-10-04a macmini has no light sensor, but reading from light sensor keys isJoerg Jung
2015-10-04remove duplicate key, found by kettenisJoerg Jung
2015-10-01relax vendor comparison to match variations found in olderJoerg Jung
2015-10-01add const, prodded by mpiJoerg Jung
2015-10-01remove superfluous sensor_attach() added for debug reasonsJoerg Jung
2015-10-01fix semicolon after if statementJonathan Gray
2015-09-30add a (disabled) driver for the Apple System Management Controller (SMC) asJoerg Jung
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.Stefan Sperling
2015-08-18Add missing trailing to error message:Stefan Sperling
2015-07-18Shuffle include file ordering in preparation for future changes in vgavar.h,Miod Vallat
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-06-25Cards with revision < 10 (qemu rev is 0), have no ad1848 chip andAlexandre Ratchov
2015-06-25Reimplement the audio driver in a simpler way, removing unused/unusableAlexandre Ratchov
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot