summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
...
* A better fix for handling different FPU initial control words for differentjhb2009-03-051-0/+11
* Some cleanups to the i386 FPU support:jhb2009-03-051-51/+34
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-2/+1
* Some whitespace and style fixes.jhb2009-02-231-5/+4
* merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-291-1/+1
* style(9) nit: remove unnecessary {} pair.imp2008-10-281-2/+1
* Turn off CPU frequency change notifiers when the TSC is P-state invariantjkim2008-10-211-2/+5
* - Add the i386_memio_map_load() function to load I/O address table.nyan2008-09-071-21/+2
* Add a very simple dpms(4) driver that uses the VESA BIOS DPMS calls tojhb2008-08-231-0/+230
* Call in to xen for fpu handling when XEN is setkmacy2008-08-151-1/+10
* Add a cyclic hook for DTrace.jb2008-05-241-0/+17
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-222-2/+0
* Convert amd64 and i386 to share the atrtc device driver.phk2008-04-141-252/+10
* Move i386 to generic RTC handling code.phk2008-04-121-103/+168
* Back in the good old days, PC's had random pieces of rock forphk2008-03-261-122/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-36/+19
* Rename timer0_max_count to i8254_max_count.phk2008-03-262-51/+52
* The RTC related pscnt and psdiv variables have no business being public.phk2008-03-261-2/+2
* Fix some "in in" typos in comments.brueffer2008-03-261-1/+1
* Explicitly use spinlock_enter/exit rather than locking the icu_lock spinjhb2008-03-201-15/+14
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY().jhb2008-01-171-0/+1
* Don't use plain "ret" instructions at targets of jump instructions,bde2007-11-291-2/+2
* Remove entry points for -finstrument functions since they are currentlybde2007-11-291-4/+0
* Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notpeter2007-10-261-96/+1
* Fix a kernel panic due to a NULL pointer access on pc98.nyan2007-09-011-5/+7
* It seems that some i386 mothermoards either do not implement thedwmalone2007-07-271-1/+2
* If clock_ct_to_ts fails to convert time time from the real time clock,dwmalone2007-07-231-3/+6
* Prototype (but functional) Linux-ish /dev/nvram interface to the extrapeter2007-06-151-0/+99
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-2/+2
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-1/+1
* Minor fixes and tweaks to the x86 interrupt code:jhb2007-05-081-3/+11
* Add an interface for drivers to be notified of changes to CPU frequency.njl2007-03-261-13/+43
* Partial fix for a bug in rev.1.231. If suspend/resume clobbers thebde2007-03-051-0/+1
* style(9).nyan2007-03-041-2/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-233-12/+16
* Cleaned up declaration and initialization of clock_lock. It is onlybde2007-01-231-13/+10
* Evidently FreeBSD has long relied on the compiler to treat structureskmacy2006-12-173-4/+5
* Optimized RTC accesses by avoiding null writes to the index registerbde2006-12-031-9/+16
* Removed some SMP ifdefs so that using the TSC as a cputime clock isbde2006-10-291-9/+10
* Cleaned up includes. <machine/profile.h> was unused. <machine/timerreg.h>bde2006-10-281-7/+4
* Removed all traces of HIDENAME() in amd64 and i386 kernel code. Usingbde2006-10-281-18/+9
* Don't call mexitcount or provide a stub mexitcount to call whenbde2006-10-271-11/+0
* Change the x86 interrupt code to suspend/resume interrupt controllersjhb2006-10-101-9/+14
* Use calendaric calculation support from subr_clock.c instead of home-rolled.phk2006-10-021-88/+33
* Second part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-3/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-022-0/+2
* Fix 'interrupt interrupt' -> 'interrupt' in the comment.wkoszek2006-09-201-1/+1
* Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set aimp2006-08-091-9/+0
* Use the method described in IA-32 Intel Architecture Software Developer'sdavidxu2006-05-301-0/+9
OpenPOWER on IntegriCloud