From owner-freebsd-commit Sun Jan 21 03:30:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12456 for freebsd-commit-outgoing; Sun, 21 Jan 1996 03:30:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12433 for cvs-all-outgoing; Sun, 21 Jan 1996 03:30:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12418 for cvs-sys-outgoing; Sun, 21 Jan 1996 03:30:18 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12411 Sun, 21 Jan 1996 03:30:17 -0800 (PST) Date: Sun, 21 Jan 1996 03:30:17 -0800 (PST) From: Joerg Wunsch Message-Id: <199601211130.DAA12411@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot Makefile io.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/21 03:30:16 Modified: sys/i386/boot/biosboot Makefile io.c Log: Implement an optional TIMEOUT value while entering the boot parameter string. This avoids indefinite hangs e.g. when used on a noisy serial console. It's not turned on by default. Revision Changes Path 1.36 +6 -3 src/sys/i386/boot/biosboot/Makefile 1.16 +27 -1 src/sys/i386/boot/biosboot/io.c