aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Introduce the new kernel sub-tree x86 which should contain all the codeAttilio Rao2010-02-259-2735/+0
* - Allow clock subsystem to be compiled without the apic support [0]Attilio Rao2010-01-171-2/+0
* Handling all the three clocks (hardclock, softclock, profclock) with theAttilio Rao2010-01-151-7/+8
* Make isa_dma functions MPSAFE by introducing its own private lock. TheseRoman Divacky2009-11-091-27/+83
* - Teach vesa(4) and dpms(4) about x86emu. [1]Xin LI2009-09-092-1926/+0
* Partially revert 196524: this part of change should not be committed asXin LI2009-08-311-20/+25
* Fix build broken in r196524.Gleb Smirnoff2009-08-251-8/+0
* Fix VESA modes and allow 8bit depth modes.Xin LI2009-08-241-21/+24
* Improve the handling of cpuset with interrupts.John Baldwin2009-07-011-2/+2
* Make algorithm a bit more bulletproof.Alexander Motin2009-06-231-2/+2
* Rework r193814:Alexander Motin2009-06-231-36/+32
* When using i8254 as the only kernel timer source:Ariff Abdullah2009-06-091-7/+31
* Add line width calculations for 15/16 and 24/32 bit modes in caseXin LI2009-06-091-0/+8
* Rename statclock_disable variable to atrtcclock_disable that it actually is,Alexander Motin2009-05-031-21/+15
* Add support for using i8254 and rtc timers as event sources for i386 SMPAlexander Motin2009-05-021-2/+49
* Fix a few nits in the earlier changes to prevent local information leakageJohn Baldwin2009-03-251-4/+8
* Rename (fpu|npx)_cleanstate to (fpu|npx)_initialstate to better reflectJohn Baldwin2009-03-251-13/+13
* A better fix for handling different FPU initial control words for differentJohn Baldwin2009-03-051-0/+11
* Some cleanups to the i386 FPU support:John Baldwin2009-03-051-51/+34
* Change the functions to ANSI in those cases where it breaks promotionRoman Divacky2009-02-241-2/+1
* Some whitespace and style fixes.John Baldwin2009-02-231-5/+4
* merge 186535, 186537, and 186538 from releng_7_xenKip Macy2008-12-291-1/+1
* style(9) nit: remove unnecessary {} pair.Warner Losh2008-10-281-2/+1
* Turn off CPU frequency change notifiers when the TSC is P-state invariantJung-uk Kim2008-10-211-2/+5
* - Add the i386_memio_map_load() function to load I/O address table.Yoshihiro Takahashi2008-09-071-21/+2
* Add a very simple dpms(4) driver that uses the VESA BIOS DPMS calls toJohn Baldwin2008-08-231-0/+230
* Call in to xen for fpu handling when XEN is setKip Macy2008-08-151-1/+10
* Add a cyclic hook for DTrace.John Birrell2008-05-241-0/+17
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-222-2/+0
* Convert amd64 and i386 to share the atrtc device driver.Poul-Henning Kamp2008-04-141-252/+10
* Move i386 to generic RTC handling code.Poul-Henning Kamp2008-04-121-103/+168
* Back in the good old days, PC's had random pieces of rock forPoul-Henning Kamp2008-03-261-122/+0
* The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp2008-03-261-36/+19
* Rename timer0_max_count to i8254_max_count.Poul-Henning Kamp2008-03-262-51/+52
* The RTC related pscnt and psdiv variables have no business being public.Poul-Henning Kamp2008-03-261-2/+2
* Fix some "in in" typos in comments.Christian Brueffer2008-03-261-1/+1
* Explicitly use spinlock_enter/exit rather than locking the icu_lock spinJohn Baldwin2008-03-201-15/+14
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY().John Baldwin2008-01-171-0/+1
* Don't use plain "ret" instructions at targets of jump instructions,Bruce Evans2007-11-291-2/+2
* Remove entry points for -finstrument functions since they are currentlyBruce Evans2007-11-291-4/+0
* Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notPeter Wemm2007-10-261-96/+1
* Fix a kernel panic due to a NULL pointer access on pc98.Yoshihiro Takahashi2007-09-011-5/+7
* It seems that some i386 mothermoards either do not implement theDavid Malone2007-07-271-1/+2
* If clock_ct_to_ts fails to convert time time from the real time clock,David Malone2007-07-231-3/+6
* Prototype (but functional) Linux-ish /dev/nvram interface to the extraPeter Wemm2007-06-151-0/+99
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-2/+2
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-1/+1
* Minor fixes and tweaks to the x86 interrupt code:John Baldwin2007-05-081-3/+11
* Add an interface for drivers to be notified of changes to CPU frequency.Nate Lawson2007-03-261-13/+43