aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/asmc
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-19/+28
* asmc: Add support for Mac mini 2,1David Bright2019-02-252-0/+27
* asmc: Add support for Mac mini 4,1 (Mid-2010)David Bright2019-01-062-0/+32
* asmc: Patch to add MacBook Pro 9,2 supportDavid Bright2019-01-042-0/+27
* asmc: Add support for MacPro1,1David Bright2018-12-192-5/+77
* asmc: Add support for mid-2011 Macmini 5,2David Bright2018-12-172-0/+44
* asmc: Add Support for Macbook Pro 8,1David Bright2018-12-122-4/+28
* asmc: Add Support for MacBookAir 7,1 and 7,2David Bright2018-12-112-0/+39
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-3/+5
* Yank crufty INTR_FILTER optionConrad Meyer2018-05-241-24/+0
* asmc: update temperature sensor name/descriptionEd Maste2018-03-081-2/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* [asmc] Add support for MacBook Pro 11,2Adrian Chadd2017-02-172-59/+93
* [asmc] Add support for MacBookPro5,1Adrian Chadd2016-05-032-0/+34
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* [asmc] add support for more models and restore keyboard backlight after resume.Adrian Chadd2016-05-022-6/+85
* Fix undefined behavior when using asmc_fan_getstring()Ulrich Spörlein2016-01-051-4/+4
* The SYSCTL data pointers can come from userspace and must not beHans Petter Selasky2014-10-281-14/+14
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-1/+1
* Improvements to asmc(4):Rui Paulo2014-09-222-19/+226
* Add support to asmc(4) for Macmini 3,1.Gavin Atkinson2014-07-052-0/+28
* Give device_printf format string to pacify clang warning.Roman Divacky2012-11-091-1/+1
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-221-0/+2
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-2/+0
* Use %zu for size_t.Rui Paulo2009-09-141-2/+3
* Fix previous commit. I got it backwards.Rui Paulo2009-09-141-1/+1
* Fix printf format string in asmc_key_dump().Rui Paulo2009-09-141-1/+1
* Make the sudden motion sensor work on older models and add a bit ofRui Paulo2009-09-142-3/+122
* Make dev.asmc.N.light.control writable by everyone.Rui Paulo2009-08-231-1/+2
* Add support for MacBook4,1.Rui Paulo2009-06-262-46/+143
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+3
* Check for non-existing model DMI string.Rui Paulo2008-11-291-0/+3
* Add support for MacBook Air. (not tested)Rui Paulo2008-09-072-2/+13
* Match the Mac Pro with 8 cores. This machine reports 35 temperatureRui Paulo2008-04-122-5/+44
* Don't call acpi_disabled() because we are not part of the acpi.koRui Paulo2008-04-111-1/+1
* Style nit. No functional change.Rui Paulo2008-04-111-2/+3
* Actually, I was looking at the wrong Linux .c file. Set INIT2 to itsRui Paulo2008-04-072-2/+2
* * Add missing #else in the #ifdef DEBUG section.Rui Paulo2008-04-072-5/+6
* "Prettyfy" numbers in hexadecimal. No functional change.Rui Paulo2008-04-071-2/+2
* The SMC is represented on the acpi tables, so we can completely removeRui Paulo2008-04-072-56/+84
* Move INTR_FILTER from opt_global.h to its own header.John Baldwin2008-04-051-0/+2
* Move ASMC_FAN_FUNCS in the Macmini structure declaration one line upRui Paulo2007-11-221-1/+1
* Driver for the Apple System Management Console (SMC). This hardware isRui Paulo2007-11-072-0/+1141