summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-1/+0
* Convert amd64 and i386 to share the atrtc device driver.phk2008-04-141-235/+19
* Back in the good old days, PC's had random pieces of rock forphk2008-03-261-112/+0
* Eliminate unnecessary #includesphk2008-03-261-9/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-36/+18
* Rename timer0_max_count to i8254_max_count.phk2008-03-261-46/+47
* The RTC related pscnt and psdiv variables have no business being public.phk2008-03-261-2/+2
* 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
* Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notpeter2007-10-261-96/+1
* Currently the LO_NOPROFILE flag (which is masked on upper level code byattilio2007-09-141-1/+1
* If clock_ct_to_ts fails to convert time time from the real time clock,dwmalone2007-07-231-2/+1
* Prototype (but functional) Linux-ish /dev/nvram interface to the extrapeter2007-06-151-0/+99
* 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
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-8/+13
* Cleaned up declaration and initialization of clock_lock. It is onlybde2007-01-231-13/+10
* Evidently neither GENERIC nor kan's config had isa in it :-0. Askmacy2006-12-171-1/+1
* Newer versions of gcc don't support treating structures passed by valuekmacy2006-12-172-2/+3
* Optimized RTC accesses by avoiding null writes to the index registerbde2006-12-031-9/+16
* Change the x86 interrupt code to suspend/resume interrupt controllersjhb2006-10-101-9/+14
* Use utc_offset() where applicable, and hide the internals of itphk2006-10-021-2/+2
* 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-021-0/+1
* Correct 'interrupt interrupt' -> 'interrupt' in the comment.wkoszek2006-09-201-1/+1
* Rework how we wire up interrupt sources to CPUs:jhb2006-02-281-2/+14
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-6/+7
* For the amd64 platform, we can depend on the TSC being present. This patchpeter2005-12-121-0/+15
* MFi386:jhb2005-12-083-28/+8
* Really slam the door on mixed mode now that we don't depend on it for ajhb2005-12-051-0/+15
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-2/+2
* Fixup some more fallout from the lapic/i8254 changes:jhb2005-07-131-23/+15
* Remove a || 1 that crept into the i8254 commit and was subsequentlyjhb2005-07-051-1/+1
* MFi386: r1.221: use simple timecounter that is aware of irq0 being off.peter2005-07-011-7/+34
* - Move bus dependent defines to {isa,cbus}_dmareg.h.nyan2005-05-142-5/+2
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-143-101/+8
* Remove unused IO_NPX* defines.nyan2005-05-121-2/+0
* MFi386: sync rtc code - don't setup an interrupt handler for irq0 whenpeter2005-04-151-28/+32
* Remove comments relevant only to pc98 as there are no amd64 pc98 machines.imp2005-03-161-11/+1
* Fix a mismerge of i386 rev 1.209peter2005-03-111-1/+1
* MFi386: Bring over John's local apic timer codepeter2005-02-281-12/+11
* MFi386: read from RTC_INTR after writing to RTC_STATUSBpeter2005-02-081-0/+2
* Since we are quite unlikely to ever face another platform whichphk2005-02-061-16/+13
* JumboMFi386: use bitmapped IPI handler. Update elcr and default mptablepeter2005-01-212-10/+4
* MFi386: whitespace, copyright header, etc updatespeter2005-01-211-1/+1
* There are no PC98 amd64 machines, so gc a few stray ifdefs.imp2005-01-111-5/+0
* Get rid of #ifdef for legacy system. Move that into the MD code.imp2004-12-241-0/+7
* Add new a function isa_dma_init() which returns an errno when it failsphk2004-09-151-13/+11
* Remove now unused #include files.phk2004-09-151-52/+0
OpenPOWER on IntegriCloud