From owner-freebsd-arch@FreeBSD.ORG Fri Feb 6 16:48:45 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 E525A1065674; Fri, 6 Feb 2009 16:48:45 +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 D38E48FC17; Fri, 6 Feb 2009 16:48:44 +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 SAA20079; Fri, 06 Feb 2009 18:48:43 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <498C69EA.6030202@icyb.net.ua> Date: Fri, 06 Feb 2009 18:48:42 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.19 (X11/20090110) MIME-Version: 1.0 To: John Baldwin References: <200901260947.32870.jhb@freebsd.org> <200902060937.55724.jhb@freebsd.org> <498C55BB.3030606@icyb.net.ua> <200902061143.10088.jhb@freebsd.org> In-Reply-To: <200902061143.10088.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: 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 16:48:46 -0000 on 06/02/2009 18:43 John Baldwin said the following: > On Friday 06 February 2009 10:22:35 am Andriy Gapon wrote: >> on 06/02/2009 16:37 John Baldwin said the following: >>> Yes, it only needs the hint for it to be a console device. >>> >> I am slightly confused as to how that hint works then, it's not like a >> standard isa hint it seems. >> Can it somehow be built-in (into the code)? > > Specifically, look at sc_cnprobe() in sys/dev/syscons/syscons.c. It calls a > sc_cons_get_priority() routine that on x86 maps lives in > sys/isa/syscons_isa.c. This checks for a syscons hint. Changing it to > always assume a unit 0 would probably allow this to work. > Mid-air collision detected :-) -- Andriy Gapon