summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/pcrtc.c
Commit message (Expand)AuthorAgeFilesLines
* MFi386: Merge yet another the RTC related work.nyan2008-04-191-517/+14
* 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
* MFi386: revisions 1.202 and 1.203.nyan2003-08-231-139/+3
* bandaide to make this build againimp2003-08-161-2/+6
* MFi386: revision 1.201.nyan2003-08-081-0/+1
* MFi386: revision 1.199nyan2003-06-011-1/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* PC98 systems don't need to worry about the MCA bus.mdodd2003-03-241-9/+0
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Switch to use the TSC code i386/i386/tsc.cphk2003-02-111-110/+1
* Reduce diff to i386/isa/clock.c by unifdef -DPC98phk2003-02-051-415/+0
* Typo in last commitphk2003-02-051-1/+1
* MFi386: write the correct weekday back to the RTC.phk2003-02-051-1/+1
* Split the global timezone structure into two integer fields tophk2003-02-031-3/+3
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-031-2/+15
OpenPOWER on IntegriCloud