summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/clock.c
Commit message (Expand)AuthorAgeFilesLines
* Unify pc98 event timer code with the rest of x86.mav2010-07-131-563/+0
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-201-39/+22
* - Implement MI helper functions, dividing one or two timer interrupts withmav2010-05-241-11/+10
* Comply with the new cyclic dtrace module variable namerpaulo2010-04-211-2/+2
* Default the machdep.lapic_allclocks to be enabled in order to cope withattilio2010-04-091-1/+1
* MFx86: the part of r204641nyan2010-03-051-2/+7
* - Allow clock subsystem to be compiled without the apic support [0]attilio2010-01-171-2/+0
* Handling all the three clocks (hardclock, softclock, profclock) with theattilio2010-01-151-4/+5
* Reduce diffs against i386.nyan2009-05-061-4/+1
* Rename statclock_disable variable to atrtcclock_disable that it actually is,mav2009-05-031-1/+0
* MFi386: revision 191745nyan2009-05-031-1/+35
* MFi386: revision 1.249nyan2008-05-241-0/+17
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-1/+0
* MFi386: Merge yet another the RTC related work.nyan2008-04-191-222/+1
* MFi386: RTC related cleanups.nyan2008-04-131-141/+214
* Back in the good old days, PC's had random pieces of rock forphk2008-03-261-98/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-63/+14
* Rename timer0_max_count to i8254_max_count.phk2008-03-261-49/+50
* The RTC related pscnt and psdiv variables have no business being public.phk2008-03-261-2/+0
* Mfi386 revision 1.239 of src/sys/i386/isa/clock.c. Seemingly somedwmalone2007-07-291-1/+2
* If clock_ct_to_ts fails to convert time time from the real time clock,dwmalone2007-07-231-1/+5
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-1/+1
* - Use mtx_{lock,unlock}_spin rather than {disable,enable}_intr.nyan2007-03-041-29/+15
* Reduce diffs with i386.nyan2007-03-041-6/+10
* Garbage collect a reference to INTR_FAST.piso2007-02-251-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-3/+4
* Oops, pc98 is independent of i386 for clock.c and machdep.c but notbde2007-01-231-12/+9
* Use Calendrical Calculations from subr_clock.c instead of home copy&pasted.phk2006-10-021-92/+23
* 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
* Fix build error.nyan2005-12-231-0/+1
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-3/+3
* Fixup some more fallout from the lapic/i8254 changes:jhb2005-07-131-24/+20
* Remove a || 1 that crept into the i8254 commit and was subsequentlyjhb2005-07-051-1/+1
* MFi386: r1.221 (Use a simpler implementation for the i8254 timecounter).nyan2005-07-031-12/+35
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-141-7/+7
* Change a directory layout for pc98.nyan2005-05-101-1/+1
* Merge from i386:jhb2005-03-241-7/+16
* MFi386: revision 1.217.nyan2005-03-121-3/+0
* - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0jhb2005-03-091-144/+2
* Fix pc98 compile: merge in changes to use the local APIC timer. Also, addjhb2005-02-091-14/+14
* MFi386: revision 1.213.nyan2004-07-131-16/+20
* MFi386: revision 1.212.nyan2004-07-111-13/+11
* Add missing <sys/module.h> includes.phk2004-06-071-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Add a comment about time stamper.nyan2004-03-291-1/+1
* including isa_device.h was historical in this file, remove itimp2004-03-151-1/+0
* MFi386: revision 1.206nyan2003-11-041-166/+13
* MFi386: revision 1.205nyan2003-10-051-1/+146
* MFi386: revision 1.204.nyan2003-09-111-2/+18
OpenPOWER on IntegriCloud