CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/10/29 15:49:07
Modified files: sys/arch/luna88k/stand/boot: Makefile awaitkey.c bmd.c dev_net.c devopen.c getline.c getsecs.c if_le.c init_main.c lance.c locore.S samachdep.h sc.c scsireg.h scsivar.h sd.c sio.c ufs_disksubr.c Removed files: sys/arch/luna88k/stand/boot: autoconf.c device.h ioconf.c Log message: More cleanups: - accept empty controller and partition numbers, as well as empty filenames, and use defaults (0, 0 and "bsd") instead of complaining the boot path is invalid. - do not attempt to detect and report devices at boot, using a small list of possible devices (only scsi id #6 and #5, come on!). Instead, parse the user-supplied boot string to figure out which controller and device to talk to. (still no SCSI LUN support, though). Because of the last change, SCSI unit numbers ought to match the PROM numbering now (10 * controller + 6 - device id). Crank version to 0.2.