Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 09/01/1998 13:08:23
Module Name:	src
Committed By:	itohy
Date:		Tue Sep  1 20:08:22 UTC 1998

Removed Files:
	src/sys/arch/x68k/fdboot: Makefile README.fdboot bootufs.c bootufs.h
	    chkfmt.s fdboot.h fdboot.s make_bootfd.doc writefdboot
	src/sys/arch/x68k/sdboot: Makefile README.sdboot bootufs.c bootufs.h
	    sdboot.h sdboot.s
Log Message:
Removed unused files.

Modified Files:
	src/sys/arch/x68k/include: Makefile
Added Files:
	src/sys/arch/x68k/include: bootinfo.h
Log Message:
Added an include file on port dependent boot information.

Removed Files:
	src/sys/arch/x68k/stand: README.sdboot README.xxboot all_bsr.sh
	    bootufs.c bootufs.h chkfmt.s iocscall.h writefdboot xxboot.S
	    xxboot.h
Log Message:
The files are moved to stand/xxboot/.

Added Files:
	src/sys/arch/x68k/stand/aout2hux: Makefile aout2hux.1 aout2hux.c
	    aout68k.h hux.h type_local.h
Log Message:
New utility program.
Convert a.out to Human68k ".x" format executable.

Added Files:
	src/sys/arch/x68k/stand/common: execkern.S execkern.h start.S xprintf.c
	    xprintf.h
Log Message:
Files used in common.

Removed Files:
	src/sys/arch/x68k/stand/gunzip: MANIFEST Makefile.test gzip.h inflate.c
	    main.c unzip.c
Log Message:
The files are moved to stand/xxboot/gunzip/.

Added Files:
	src/sys/arch/x68k/stand/libdos: Makefile dos.h dos_cerror.s dos_errno.c
	    dos_errno.h dos_procerr.s dos_rename.s makedoscalls.awk
	    makestrerror.awk
Log Message:
Human68k DOS library.

Added Files:
	src/sys/arch/x68k/stand/libiocs: Makefile iocs.h makeiocscalls.awk
Log Message:
X680x0 IOCS library.

Added Files:
	src/sys/arch/x68k/stand/loadbsd: Makefile loadbsd.8 loadbsd.c
	    trampoline.S trampoline.h
Log Message:
New boot program.
Load and execute NetBSD/x68k kernel from Human68k.

Added Files:
	src/sys/arch/x68k/stand/xxboot: Makefile README.sdboot README.xxboot
	    all_bsr.sh bootufs.c chkfmt.s ej2sjesc.c installboot.sh iocscall.h
	    xxboot.S xxboot.h
	src/sys/arch/x68k/stand/xxboot/gunzip: MANIFEST Makefile.test gzip.h
	    inflate.c main.c unzip.c
	src/sys/arch/x68k/stand/xxboot/img: MANIFEST netbsd.xpm setbootimg.c
	    xpm2bootimg.c
Log Message:
NetBSD/x68k boot loader.  The xxboot now can boot NetBSD from
1. >1GB SCSI disks,
2. any of the top 7 partitions on disks, and
3. any SCSI interface.

Modified Files:
	src/sys/arch/x68k/x68k: autoconf.c
Log Message:
Changed algorightm to figure out boot device.
Use type of SCSI interface, target SCSI ID and LUN,
passed from the boot loader.