Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/14/1996 07:30:02
thorpej
Mon Oct 14 00:20:28 PDT 1996
Update of /cvsroot/src/sys/arch/hp300/hp300
In directory netbsd1:/var/slash-tmp/cvs-serv25069

Modified Files:
	autoconf.c swapgeneric.c 
Log Message:
New root device detect/set code, lifted mostly from NetBSD/alpha.
The "options GENERIC" entry in kernel config files is not longer necessary
for "swap generic" kernels.  Uses new config constructs which work with
some glue in an old config environment.  This code will support new config
with minimal changes.


thorpej
Mon Oct 14 00:21:45 PDT 1996
Update of /cvsroot/doc
In directory netbsd1:/var/slash-tmp/cvs-serv25397

Modified Files:
	CHANGES 
Log Message:
Note hp300 root device detect/set changes.


thorpej
Mon Oct 14 00:26:07 PDT 1996
Update of /cvsroot/src/sys/arch/hp300/stand
In directory netbsd1:/var/slash-tmp/cvs-serv25719

Modified Files:
	autoconf.c 
Log Message:
Clean up the code that sets `bootdev' based on information provided
by the BOOTROM.  Also, give network devices the attention they deserve.


thorpej
Mon Oct 14 00:29:18 PDT 1996
Update of /cvsroot/src/sys/arch/hp300/stand
In directory netbsd1:/var/slash-tmp/cvs-serv25916

Modified Files:
	conf.c 
Log Message:
Add a standalone driver entry point that sets the physical unit (HP-IB's
equivalent of a LUN) in `bootdev'.  This is needed to properly detect the
boot device if booted from the tape unit of an HP-IB disk/tape combo.


thorpej
Mon Oct 14 00:29:58 PDT 1996
Update of /cvsroot/src/sys/arch/hp300/stand
In directory netbsd1:/var/slash-tmp/cvs-serv26130

Modified Files:
	ct.c 
Log Message:
Implement ctpunit(), a "set physical unit" entry point.