Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/19/1998 03:50:01
sakamoto
Sun Jan 18 19:47:43 PST 1998
Update of /cvsroot/src/sys/arch/bebox/bebox
In directory netbsd1:/var/slash-tmp/cvs-serv4573/bebox

Modified Files:
	clock.c conf.c machdep.c 
Log Message:
Support bootinfo like i386-port.
-define a buffer for information passed by the bootloader
-add a function ("lookup_bootinfo") to extract data
-use passed console information, for console attachment (VGA or SERIAL)
-use passed clock information, for timebase, decremente register


sakamoto
Sun Jan 18 19:47:44 PST 1998
Update of /cvsroot/src/sys/arch/bebox/conf
In directory netbsd1:/var/slash-tmp/cvs-serv4573/conf

Modified Files:
	files.bebox 
Log Message:
Support bootinfo like i386-port.
-define a buffer for information passed by the bootloader
-add a function ("lookup_bootinfo") to extract data
-use passed console information, for console attachment (VGA or SERIAL)
-use passed clock information, for timebase, decremente register