From owner-cvs-sys Tue Mar 25 07:08:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA17110 for cvs-sys-outgoing; Tue, 25 Mar 1997 07:08:44 -0800 (PST) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA17101; Tue, 25 Mar 1997 07:08:37 -0800 (PST) Received: by sovcom.kiae.su id AA02559 (5.65.kiae-1 ); Tue, 25 Mar 1997 17:36:57 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Tue, 25 Mar 97 17:36:57 +0300 Received: (from ache@localhost) by nagual.ru (8.8.5/8.8.5) id RAA00769; Tue, 25 Mar 1997 17:28:38 +0300 (MSK) Date: Tue, 25 Mar 1997 17:28:36 +0300 (MSK) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= To: Bruce Evans Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa isa.c In-Reply-To: <199703250350.OAA09832@godzilla.zeta.org.au> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 25 Mar 1997, Bruce Evans wrote: > Are you going to fix config/drivers to generate/check -1/-2. I think > config generates too many -1 's now for the above change to be useful. Config historycally generates -1 for "port auto" or "port?" and -2 for "port none" it not generates this values for other cases, so where you find too many of them? I don't thin this values require any checking, they control mainly diagnostic printout form and maybe conflicts. The reason of fix was that I tired of kernel output lines like: sbxvi0 at 0x0 ... (I don't have SB16 at port 0 :-) When I add "port?" to sbxvi0 line (really it is autoconfigured from sb0 address) I see even worse variant: sbxvi0 at 0xffffffff ... After my fixes it finally prints: sbxvi0 at ? ... (maybe change "?" to "auto" here? What fo you think?) -- Andrey A. Chernov http://www.nagual.ru/~ache/