summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/nsclpcsio_isa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke unused variable.kevlo2018-06-041-3/+2
* Second pass of simple timeout_add -> timeout_add_sec conversionsblambert2008-10-151-3/+3
* remove strings from sensor.desc which are now present in sysctl variable names; ok grange@cnst2007-06-011-7/+5
* split userland & kernel struct sensor/sensordev so that the additionderaadt2007-03-221-3/+3
* adapt to new two-level sensor api; Constantine A. Mureninderaadt2006-12-231-4/+6
* Avoid using the rfact member of 'struct sensor' which is on its way out.kettenis2006-06-261-12/+15
* unify temperature sensor names much morederaadt2006-04-101-4/+4
* Replace SENSOR_ADD() macro with a pair of functionsgrange2006-01-191-2/+2
* Don't change pins state on attach.grange2006-01-051-6/+4
* proper autoconf attachments; grange@ testing; markus@ okmickey2004-11-171-32/+20
* Remove NGPIO button.grange2004-06-051-12/+2
* Add support for the GPIO logical device.grange2004-06-031-69/+274
* Move sensors externs to sys/sensors.h and introduce a macrogrange2004-01-121-6/+2
* temp/volt sensor for NS PC87366 LPC Super I/O; based on netbsd version; ok deraadtmarkus2004-01-051-0/+442