Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/06/1996 14:00:02
leo
Wed Nov 6 05:51:50 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:
Remove fdopen->Fdopen cruft. This is no longer necessary.
leo
Wed Nov 6 05:53:35 PST 1996
Update of /a/cvsroot/src/sys/arch/atari/atari
In directory netbsd1:/home/leo/src/sys/arch/atari/atari
Modified Files:
machdep.c
Log Message:
Add bus_mem_(un)map functions.
leo
Wed Nov 6 05:55:39 PST 1996
Update of /a/cvsroot/src/sys/arch/atari/atari
In directory netbsd1:/home/leo/src/sys/arch/atari/atari
Modified Files:
pmap.c
Log Message:
pmap_changebit() can no longer be static since the bus_mem* functions use
it.
leo
Wed Nov 6 05:57:12 PST 1996
Update of /a/cvsroot/src/sys/arch/atari/atari
In directory netbsd1:/home/leo/src/sys/arch/atari/atari
Modified Files:
swapgeneric.c
Log Message:
Re-arrange the order in which devices are scanned for a root filesystem.
It's really bogus to try a floppy before a harddisk.