| Commit message (Expand) | Author | Age | Files | Lines |
| * | Now that all platforms use genclock, shuffle things around slightly | Poul-Henning Kamp | 2008-04-22 | 1 | -1/+0 |
| * | Convert amd64 and i386 to share the atrtc device driver. | Poul-Henning Kamp | 2008-04-14 | 1 | -235/+19 |
| * | Back in the good old days, PC's had random pieces of rock for | Poul-Henning Kamp | 2008-03-26 | 1 | -112/+0 |
| * | Eliminate unnecessary #includes | Poul-Henning Kamp | 2008-03-26 | 1 | -9/+0 |
| * | The "free-lance" timer in the i8254 is only used for the speaker | Poul-Henning Kamp | 2008-03-26 | 1 | -36/+18 |
| * | Rename timer0_max_count to i8254_max_count. | Poul-Henning Kamp | 2008-03-26 | 1 | -46/+47 |
| * | The RTC related pscnt and psdiv variables have no business being public. | Poul-Henning Kamp | 2008-03-26 | 1 | -2/+2 |
| * | Explicitly use spinlock_enter/exit rather than locking the icu_lock spin | John Baldwin | 2008-03-20 | 1 | -15/+14 |
| * | In keeping with style(9)'s recommendations on macros, use a ';' | Robert Watson | 2008-03-16 | 1 | -1/+1 |
| * | Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY(). | John Baldwin | 2008-01-17 | 1 | -0/+1 |
| * | Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have not | Peter Wemm | 2007-10-26 | 1 | -96/+1 |
| * | Currently the LO_NOPROFILE flag (which is masked on upper level code by | Attilio Rao | 2007-09-14 | 1 | -1/+1 |
| * | If clock_ct_to_ts fails to convert time time from the real time clock, | David Malone | 2007-07-23 | 1 | -2/+1 |
| * | Prototype (but functional) Linux-ish /dev/nvram interface to the extra | Peter Wemm | 2007-06-15 | 1 | -0/+99 |
| * | Despite several examples in the kernel, the third argument of | David Malone | 2007-06-04 | 1 | -1/+1 |
| * | Minor fixes and tweaks to the x86 interrupt code: | John Baldwin | 2007-05-08 | 1 | -3/+11 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 2 | -8/+13 |
| * | Cleaned up declaration and initialization of clock_lock. It is only | Bruce Evans | 2007-01-23 | 1 | -13/+10 |
| * | Evidently neither GENERIC nor kan's config had isa in it :-0. As | Kip Macy | 2006-12-17 | 1 | -1/+1 |
| * | Newer versions of gcc don't support treating structures passed by value | Kip Macy | 2006-12-17 | 2 | -2/+3 |
| * | Optimized RTC accesses by avoiding null writes to the index register | Bruce Evans | 2006-12-03 | 1 | -9/+16 |
| * | Change the x86 interrupt code to suspend/resume interrupt controllers | John Baldwin | 2006-10-10 | 1 | -9/+14 |
| * | Use utc_offset() where applicable, and hide the internals of it | Poul-Henning Kamp | 2006-10-02 | 1 | -2/+2 |
| * | Second part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -3/+0 |
| * | First part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -0/+1 |
| * | Correct 'interrupt interrupt' -> 'interrupt' in the comment. | Wojciech A. Koszek | 2006-09-20 | 1 | -1/+1 |
| * | Rework how we wire up interrupt sources to CPUs: | John Baldwin | 2006-02-28 | 1 | -2/+14 |
| * | Tweak how the MD code calls the fooclock() methods some. Instead of | John Baldwin | 2005-12-22 | 1 | -6/+7 |
| * | For the amd64 platform, we can depend on the TSC being present. This patch | Peter Wemm | 2005-12-12 | 1 | -0/+15 |
| * | MFi386: | John Baldwin | 2005-12-08 | 3 | -28/+8 |
| * | Really slam the door on mixed mode now that we don't depend on it for a | John Baldwin | 2005-12-05 | 1 | -0/+15 |
| * | Reorganize the interrupt handling code a bit to make a few things cleaner | John Baldwin | 2005-10-25 | 1 | -2/+2 |
| * | Fixup some more fallout from the lapic/i8254 changes: | John Baldwin | 2005-07-13 | 1 | -23/+15 |
| * | Remove a || 1 that crept into the i8254 commit and was subsequently | John Baldwin | 2005-07-05 | 1 | -1/+1 |
| * | MFi386: r1.221: use simple timecounter that is aware of irq0 being off. | Peter Wemm | 2005-07-01 | 1 | -7/+34 |
| * | - Move bus dependent defines to {isa,cbus}_dmareg.h. | Yoshihiro Takahashi | 2005-05-14 | 2 | -5/+2 |
| * | - Move timerreg.h to <arch>/include and split i8253 specific defines into | Yoshihiro Takahashi | 2005-05-14 | 3 | -101/+8 |
| * | Remove unused IO_NPX* defines. | Yoshihiro Takahashi | 2005-05-12 | 1 | -2/+0 |
| * | MFi386: sync rtc code - don't setup an interrupt handler for irq0 when | Peter Wemm | 2005-04-15 | 1 | -28/+32 |
| * | Remove comments relevant only to pc98 as there are no amd64 pc98 machines. | Warner Losh | 2005-03-16 | 1 | -11/+1 |
| * | Fix a mismerge of i386 rev 1.209 | Peter Wemm | 2005-03-11 | 1 | -1/+1 |
| * | MFi386: Bring over John's local apic timer code | Peter Wemm | 2005-02-28 | 1 | -12/+11 |
| * | MFi386: read from RTC_INTR after writing to RTC_STATUSB | Peter Wemm | 2005-02-08 | 1 | -0/+2 |
| * | Since we are quite unlikely to ever face another platform which | Poul-Henning Kamp | 2005-02-06 | 1 | -16/+13 |
| * | JumboMFi386: use bitmapped IPI handler. Update elcr and default mptable | Peter Wemm | 2005-01-21 | 2 | -10/+4 |
| * | MFi386: whitespace, copyright header, etc updates | Peter Wemm | 2005-01-21 | 1 | -1/+1 |
| * | There are no PC98 amd64 machines, so gc a few stray ifdefs. | Warner Losh | 2005-01-11 | 1 | -5/+0 |
| * | Get rid of #ifdef for legacy system. Move that into the MD code. | Warner Losh | 2004-12-24 | 1 | -0/+7 |
| * | Add new a function isa_dma_init() which returns an errno when it fails | Poul-Henning Kamp | 2004-09-15 | 1 | -13/+11 |
| * | Remove now unused #include files. | Poul-Henning Kamp | 2004-09-15 | 1 | -52/+0 |