Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/14/1996 16:50:07
cgd
Fri Jun 14 16:40:49 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/alpha
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv9848/alpha
Modified Files:
autoconf.c machdep.c
Log Message:
add a new machine-dependent sysctl, machdep.root_device, which is the
(string) name of the root device. It's a string so that it can
be used before dev_mkdb has been run.
cgd
Fri Jun 14 16:40:51 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv9848/include
Modified Files:
cpu.h
Log Message:
add a new machine-dependent sysctl, machdep.root_device, which is the
(string) name of the root device. It's a string so that it can
be used before dev_mkdb has been run.
cgd
Fri Jun 14 16:42:28 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/alpha
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv10053
Revision/Branch: netbsd-1-2
Modified Files:
dec_2100_a50.c dec_axppci_33.c dec_kn20aa.c
Log Message:
pull up from trunk:
>add a delay before serial console is initialized, to allow any
>outstanding PROM output to drain. Move the console-type printfs
>so that they're only printed if console selection fails.
cgd
Fri Jun 14 16:42:44 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/alpha
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv10091/alpha
Revision/Branch: netbsd-1-2
Modified Files:
autoconf.c machdep.c
Log Message:
pull up from trunk:
>add a new machine-dependent sysctl, machdep.root_device, which is the
>(string) name of the root device. It's a string so that it can
>be used before dev_mkdb has been run.
cgd
Fri Jun 14 16:42:46 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv10091/include
Revision/Branch: netbsd-1-2
Modified Files:
cpu.h
Log Message:
pull up from trunk:
>add a new machine-dependent sysctl, machdep.root_device, which is the
>(string) name of the root device. It's a string so that it can
>be used before dev_mkdb has been run.