From owner-freebsd-arch@FreeBSD.ORG Fri Feb 6 12:18:03 2009 Return-Path: Delivered-To: freebsd-arch@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 034A21065674; Fri, 6 Feb 2009 12:18:03 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id DE14C8FC0C; Fri, 6 Feb 2009 12:18:01 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id OAA11063; Fri, 06 Feb 2009 14:17:53 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <498C2A70.2030909@icyb.net.ua> Date: Fri, 06 Feb 2009 14:17:52 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.19 (X11/20090110) MIME-Version: 1.0 To: "M. Warner Losh" References: <200901260947.32870.jhb@freebsd.org> <20090131093130.GA17896@dragon.NUXI.org> <20090131.212608.-1522433384.imp@bsdimp.com> In-Reply-To: <20090131.212608.-1522433384.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: jhb@FreeBSD.org, freebsd-arch@FreeBSD.org Subject: Re: Trimming the default /boot/device.hints X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2009 12:18:03 -0000 on 01/02/2009 06:26 M. Warner Losh said the following: ... > hint.sc.0.at="isa" > hint.sc.0.flags="0x100" ... > I'm too chicken to remove the hint.sc.0 hints, but maybe they can go. > I've just tried this (7.1/i386) as those were the last hints, it turned out to be not that scary :) I just didn't get the system console, i.e. there were no kernel messages during boot and no system console at VT0 afterwards. VT0 became and stayed completely blank/black after loader finished its job. But the system successfully went into multi-user mode, getty-s and X started normally. OTOH, with this hint present I see the following in verbose dmesg: ... sc: sc0 already exists; skipping it ... sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) A little bit puzzling. And from the code in sys/isa/syscons_isa.c (scidentify) it seems that sc needs not a hint to get attached. Puzzled again. Let me try again with verbose dmesg that I can check once in multi-user. -- Andriy Gapon