History log of /netbsd-src/sys/arch/x68k/dev/rtclock.c (Results 1 – 25 of 25)
Revision Date Author Comments
# 23e63c4b 20-Dec-2023 thorpej <thorpej@NetBSD.org>

Remove unnecessary <sys/malloc.h> include.


# 4c3cdcf0 26-Mar-2014 christos <christos@NetBSD.org>

kill sprintf, fix unused.


# 8cb1e683 03-Jan-2009 isaki <isaki@NetBSD.org>

rtclockinit() and range_test*() were removed in rtclock.c,v 1.19.


# 2830b81a 25-Jun-2008 isaki <isaki@NetBSD.org>

Split device_t/softc. Use aprint*() and device_xname().


# d30ec9ee 11-Mar-2007 isaki <isaki@NetBSD.org>

white space, indent and KNF.


# 44f16b3b 11-Mar-2007 isaki <isaki@NetBSD.org>

Remove an extra white space.


# 29dad6a2 14-Sep-2006 gdamore <gdamore@NetBSD.org>

Converted x68k to todr. Compile tested only, but it has a low probably
of breaking anything.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# d57ca0cf 18-Jan-2005 chs <chs@NetBSD.org>

de-__P, remove register, ansify.


# 0ded7469 13-Dec-2004 chs <chs@NetBSD.org>

for drivers that support only one instance, use a global variable to ensure
that only one instance is configured rather than requiring that its
unit number be zero.


# ab48a212 15-Jul-2003 lukem <lukem@NetBSD.org>

rcsid


# 4bf871a7 02-Oct-2002 thorpej <thorpej@NetBSD.org>

Add trailing ; to CFATTACH_DECL.


# a84e1f7f 01-Oct-2002 thorpej <thorpej@NetBSD.org>

Use CFATTACH_DECL().


# f818766a 27-Sep-2002 thorpej <thorpej@NetBSD.org>

Declare all cfattach structures const.


# 84eb329d 14-May-2002 matt <matt@NetBSD.org>

Eliminate commons (including many used ones). Clean up variable references.


# 423279ef 26-May-2001 minoura <minoura@NetBSD.org>

Honor rtc_offset.


# f3590c63 15-Jan-2001 itohy <itohy@NetBSD.org>

Make it compile with "options DIAGNOSTIC" (patch from minoura).


# b2bcd7ce 11-Jan-2001 minoura <minoura@NetBSD.org>

Use MI clock_subr.c.


# 8a3a3168 09-Jan-2001 minoura <minoura@NetBSD.org>

Do not range_test() unless DIAGNOSTIC.
Suggested by Tetsuya Isaki <isaki@v6.ipc.hiroshima-u.ac.jp>.


# cd4d6511 04-Jan-2001 minoura <minoura@NetBSD.org>

Correct `Year 2001 problem'.
Pointed out by Okamoto Kohichi <GHG03305@nifty.ne.jp> and
URA Hiroshi <ura@hiru.aoba.yokohama.jp>.


# a76b0b1b 24-Mar-1999 minoura <minoura@NetBSD.org>

Shut up gcc -Wall.


# ba80d2c6 16-Mar-1999 minoura <minoura@NetBSD.org>

Merged minoura_x68k_bus_h branch.


# 94186152 12-Oct-1997 oki <oki@NetBSD.org>

Added prototypes.


# b89a3425 15-Jan-1997 perry <perry@NetBSD.org>

Eliminate obsolete TIMEZONE and DST options.
Eliminate obsolete global kernel variable "struct timezone tz"
Add RTC_OFFSET option
Add global kernel variable rtc_offset, which is initialized by
RTC_OF

Eliminate obsolete TIMEZONE and DST options.
Eliminate obsolete global kernel variable "struct timezone tz"
Add RTC_OFFSET option
Add global kernel variable rtc_offset, which is initialized by
RTC_OFFSET at kernel compile time.
on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many
minutes west (east) of GMT the hardware RTC runs. Defaults to 0.
Places where tz variable was used to indicate this in the past have
been replaced with rtc_offset.
Add sysctl interface to rtc_offset.
Kill obsolete DST_* macros in sys/time.h
gettimeofday now always returns zeroed timezone if zone is requested.
settimeofday now ignores and logs attempts to set non-existant kernel
timezone.

show more ...


# 320e7320 05-May-1996 oki <oki@NetBSD.org>

NetBSD/x68k, by Masaru Oki.