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/26/1996 13:50:03
thorpej
Wed Jun 26 10:44:41 PDT 1996
Update of /a/cvsroot/src/sys/arch/hp300/stand
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv19964

Modified Files:
	Makefile autoconf.c conf.c devopen.c netio.c samachdep.h 
Added Files:
	inst.c rawfs.c rawfs.h uboot.c 
Removed Files:
	boot.c netboot.c pboot.c sys_inst.c 
Log Message:
Major revamp of the boot code.

	- Good bye SYS_PBOOT and SYS_NBOOT, hello SYS_UBOOT (unified boot)
	  Currently supports booting from SCSI and HP-IB disk and network
	  from a single boot block.  Infrastructure for booting from
	  HP-IB tape is there, but it doesn't quite work yet.

	- Add a slightly modified version of Gordon Ross's "rawfs",
	  which provides a filesystem-like interface to tape devices.
	  Still needs debugging (see above).

	- Rename sys_inst.c to inst.c, so that the LIF directory entry
	  turns out right (used to look like SYS_SYS_I if loaded from
	  tape).

	- Add a "netio_ask" hint to netio.c, so that a special instnetio.o
	  doesn't have to be compiled for SYS_INST.  Defaults to using
	  bootparams, but if set, will prompt user for information
	  usually obtained from bootparams.

	- General cleanup.


thorpej
Wed Jun 26 10:44:43 PDT 1996
Update of /a/cvsroot/src/sys/arch/hp300/stand/libsa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv19964/libsa

Modified Files:
	Makefile 
Log Message:
Major revamp of the boot code.

	- Good bye SYS_PBOOT and SYS_NBOOT, hello SYS_UBOOT (unified boot)
	  Currently supports booting from SCSI and HP-IB disk and network
	  from a single boot block.  Infrastructure for booting from
	  HP-IB tape is there, but it doesn't quite work yet.

	- Add a slightly modified version of Gordon Ross's "rawfs",
	  which provides a filesystem-like interface to tape devices.
	  Still needs debugging (see above).

	- Rename sys_inst.c to inst.c, so that the LIF directory entry
	  turns out right (used to look like SYS_SYS_I if loaded from
	  tape).

	- Add a "netio_ask" hint to netio.c, so that a special instnetio.o
	  doesn't have to be compiled for SYS_INST.  Defaults to using
	  bootparams, but if set, will prompt user for information
	  usually obtained from bootparams.

	- General cleanup.