NetBSD/sys/arch/arm32/iomd
perry b89a3425b7 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.
1997-01-15 01:28:28 +00:00
..
iomd_clock.c Eliminate obsolete TIMEZONE and DST options. 1997-01-15 01:28:28 +00:00
iomd_fiq.S Rewritten floppy_read_fiq() and floppy_write_fiq() routines. 1996-05-06 00:21:05 +00:00
iomd_irq.S Use the irqblock array to provide the information about which interrupts 1997-01-06 02:35:46 +00:00
iomd_irqhandler.c Added the functions intr_claim() and intr_release(). These are front 1997-01-06 02:30:21 +00:00
iomdreg.h Added IOMD_ID macro to return the 16bit IOMD ID code. 1996-11-23 03:21:43 +00:00