aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/cbus/pcrtc.c
Commit message (Expand)AuthorAgeFilesLines
* MFi386: Merge yet another the RTC related work.Yoshihiro Takahashi2008-04-191-517/+14
* MFi386: RTC related cleanups.Yoshihiro Takahashi2008-04-131-141/+214
* Back in the good old days, PC's had random pieces of rock forPoul-Henning Kamp2008-03-261-98/+0
* The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp2008-03-261-63/+14
* Rename timer0_max_count to i8254_max_count.Poul-Henning Kamp2008-03-261-49/+50
* The RTC related pscnt and psdiv variables have no business being public.Poul-Henning Kamp2008-03-261-2/+0
* Mfi386 revision 1.239 of src/sys/i386/isa/clock.c. Seemingly someDavid Malone2007-07-291-1/+2
* If clock_ct_to_ts fails to convert time time from the real time clock,David Malone2007-07-231-1/+5
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-1/+1
* - Use mtx_{lock,unlock}_spin rather than {disable,enable}_intr.Yoshihiro Takahashi2007-03-041-29/+15
* Reduce diffs with i386.Yoshihiro Takahashi2007-03-041-6/+10
* Garbage collect a reference to INTR_FAST.Paolo Pisati2007-02-251-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-3/+4
* Oops, pc98 is independent of i386 for clock.c and machdep.c but notBruce Evans2007-01-231-12/+9
* Use Calendrical Calculations from subr_clock.c instead of home copy&pasted.Poul-Henning Kamp2006-10-021-92/+23
* Second part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-3/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-0/+1
* Fix build error.Yoshihiro Takahashi2005-12-231-0/+1
* Tweak how the MD code calls the fooclock() methods some. Instead ofJohn Baldwin2005-12-221-3/+3
* Fixup some more fallout from the lapic/i8254 changes:John Baldwin2005-07-131-24/+20
* Remove a || 1 that crept into the i8254 commit and was subsequentlyJohn Baldwin2005-07-051-1/+1
* MFi386: r1.221 (Use a simpler implementation for the i8254 timecounter).Yoshihiro Takahashi2005-07-031-12/+35
* - Move timerreg.h to <arch>/include and split i8253 specific defines intoYoshihiro Takahashi2005-05-141-7/+7
* Change a directory layout for pc98.Yoshihiro Takahashi2005-05-101-1/+1
* Merge from i386:John Baldwin2005-03-241-7/+16
* MFi386: revision 1.217.Yoshihiro Takahashi2005-03-121-3/+0
* - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0John Baldwin2005-03-091-144/+2
* Fix pc98 compile: merge in changes to use the local APIC timer. Also, addJohn Baldwin2005-02-091-14/+14
* MFi386: revision 1.213.Yoshihiro Takahashi2004-07-131-16/+20
* MFi386: revision 1.212.Yoshihiro Takahashi2004-07-111-13/+11
* Add missing <sys/module.h> includes.Poul-Henning Kamp2004-06-071-0/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Add a comment about time stamper.Yoshihiro Takahashi2004-03-291-1/+1
* including isa_device.h was historical in this file, remove itWarner Losh2004-03-151-1/+0
* MFi386: revision 1.206Yoshihiro Takahashi2003-11-041-166/+13
* MFi386: revision 1.205Yoshihiro Takahashi2003-10-051-1/+146
* MFi386: revision 1.204.Yoshihiro Takahashi2003-09-111-2/+18
* MFi386: revisions 1.202 and 1.203.Yoshihiro Takahashi2003-08-231-139/+3
* bandaide to make this build againWarner Losh2003-08-161-2/+6
* MFi386: revision 1.201.Yoshihiro Takahashi2003-08-081-0/+1
* MFi386: revision 1.199Yoshihiro Takahashi2003-06-011-1/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* PC98 systems don't need to worry about the MCA bus.Matthew N. Dodd2003-03-241-9/+0
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Switch to use the TSC code i386/i386/tsc.cPoul-Henning Kamp2003-02-111-110/+1
* Reduce diff to i386/isa/clock.c by unifdef -DPC98Poul-Henning Kamp2003-02-051-415/+0
* Typo in last commitPoul-Henning Kamp2003-02-051-1/+1
* MFi386: write the correct weekday back to the RTC.Poul-Henning Kamp2003-02-051-1/+1
* Split the global timezone structure into two integer fields toPoul-Henning Kamp2003-02-031-3/+3
* Split statclock into statclock and profclock, and made the method for drivingJake Burkholder2003-02-031-2/+15