CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/10/29 12:51:37
Modified files: sys/arch/luna88k/stand/boot: autoconf.c bmd.c boot.c device.h font.c if_le.c init_main.c ioconf.c samachdep.h sc.c sd.c sio.c Log message: More cleanup and unused code or data removal. Constify the bitmap font. Bound check sd() numbers instead of accessing an array out of bounds (noticed by aoyama@). Use the same SCSI select timeout as the kernel does (250ms instead of 2ms).