Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/16/1996 21:30:08
leo
Mon Dec 16 13:24:05 PST 1996
Update of /a/cvsroot/src/sys/arch/atari/atari
In directory netbsd1:/home/leo/src/sys/arch/atari/atari

Modified Files:
	conf.c 
Log Message:
Implement an rtc-device. Credits for the idea goes to Wolfgang Solfrank.
Because there is no way yet to tell init(1) to execute commands before
single user-mode is entered, the inittodr() function is still partly
functional. It retrieves the value of the RTC and sets the time as if
the RTC was running at UTC. The resettodr() function is a No-Op. The
RTC can only be changed by a write to /dev/rtc.
The TIMEZONE and DST options are no longer needed and removed from the
config files.


leo
Mon Dec 16 13:24:24 PST 1996
Update of /a/cvsroot/src/sys/arch/atari/conf
In directory netbsd1:/home/leo/src/sys/arch/atari/conf

Modified Files:
	ATARITT BOOT BOOTX FALCON GENERIC HADES 
Log Message:
Implement an rtc-device. Credits for the idea goes to Wolfgang Solfrank.
Because there is no way yet to tell init(1) to execute commands before
single user-mode is entered, the inittodr() function is still partly
functional. It retrieves the value of the RTC and sets the time as if
the RTC was running at UTC. The resettodr() function is a No-Op. The
RTC can only be changed by a write to /dev/rtc.
The TIMEZONE and DST options are no longer needed and removed from the
config files.


leo
Mon Dec 16 13:24:34 PST 1996
Update of /a/cvsroot/src/sys/arch/atari/dev
In directory netbsd1:/home/leo/src/sys/arch/atari/dev

Modified Files:
	clock.c 
Log Message:
Implement an rtc-device. Credits for the idea goes to Wolfgang Solfrank.
Because there is no way yet to tell init(1) to execute commands before
single user-mode is entered, the inittodr() function is still partly
functional. It retrieves the value of the RTC and sets the time as if
the RTC was running at UTC. The resettodr() function is a No-Op. The
RTC can only be changed by a write to /dev/rtc.
The TIMEZONE and DST options are no longer needed and removed from the
config files.


leo
Mon Dec 16 13:25:47 PST 1996
Update of /a/cvsroot/src/sys/arch/atari/conf
In directory netbsd1:/home/leo/src/sys/arch/atari/conf

Modified Files:
	files.atari 
Log Message:
The file hdfd_intr.s should only be included in conjunction with the
Hades floppy driver.