aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/i386/geode.c
Commit message (Expand)AuthorAgeFilesLines
* set_cputicker: use a boolMitchell Horne2022-06-231-1/+1
* geode: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* i386: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Apply a patch that has been lingering in my inbox for far too long:Poul-Henning Kamp2010-05-151-4/+13
* Add support for PC Engines ALIX boards.Poul-Henning Kamp2008-02-101-43/+74
* Recognize the Soekris NET5501 and configure the error led.Poul-Henning Kamp2007-09-181-3/+84
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set theNick Hibma2007-03-271-2/+5
* Improve the advantech watchdog.Poul-Henning Kamp2006-03-061-2/+6
* CPU time accounting speedup (step 2)Poul-Henning Kamp2006-02-111-0/+15
* Make the facility for recognizing BIOS-signatures more generalPoul-Henning Kamp2005-07-211-9/+58
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Automatically recognize the WRAP.1C and Soekris 4801 platforms and configurePoul-Henning Kamp2004-06-031-14/+35
* Add support for the watchdog in Geode SC1100 which is used in embeddedPoul-Henning Kamp2004-02-281-0/+36
* Add support for /dev/led/error on Soekris Net4801.Poul-Henning Kamp2004-02-281-14/+48
* Detect Geode CPUs and initialize the 27MHz timecounter "Geode".Poul-Henning Kamp2003-08-311-0/+100