From owner-freebsd-commit Sun Jun 25 07:03:10 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA20973 for commit-outgoing; Sun, 25 Jun 1995 07:03:10 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA20946 for cvs-sys-outgoing; Sun, 25 Jun 1995 07:03:06 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA20921 ; Sun, 25 Jun 1995 07:02:59 -0700 Date: Sun, 25 Jun 1995 07:02:59 -0700 From: Joerg Wunsch Message-Id: <199506251402.HAA20921@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot boot.c boot.h io.c sys.c table.c Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/06/25 07:02:58 Modified: sys/i386/boot/biosboot boot.c boot.h io.c sys.c table.c Log: Reset defaults in case of boot() is looping several times (e.g. the user has entered a bogus kernel name in the first place). Also fix the broken #ifdef FORCE_COMCONSOLE, it has been disabled by accident. (NB: the keyboard probe remains disabled however.) Few cosmetic fixes (declare functions to be void instead of int), while i've been at this. Pointed out by: wosch@cs.tu-berlin.de (Wolfram Schneider), for the init bug