From owner-cvs-all Thu Jun 15 3: 1:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C0C4A37B549; Thu, 15 Jun 2000 03:01:14 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA02098; Thu, 15 Jun 2000 03:01:14 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200006151001.DAA02098@freefall.freebsd.org> From: Peter Wemm Date: Thu, 15 Jun 2000 03:01:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa syscons_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/06/15 03:01:14 PDT Modified files: sys/isa syscons_isa.c Log: This is a temporary bandaid to get vidconsole working again without options USERCONFIG being present. Due to the lack of early boot hints neither sio or sc would succeed the console probe. If USERCONFIG was active, there was a second cninit() after userconfig had run and that happened to make the console selection work. If you left out USERCONFIG, you would end up with no console at all. :-( This needs a proper fix, especially when sc looses the "at isa" hint. But for now, this works. Revision Changes Path 1.13 +6 -5 src/sys/isa/syscons_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message