From owner-cvs-all Sat Oct 27 12: 5:37 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id D60C837B401; Sat, 27 Oct 2001 12:05:27 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f9RJ5K177962; Sat, 27 Oct 2001 23:05:20 +0400 (MSD) (envelope-from ache) Date: Sat, 27 Oct 2001 23:05:16 +0400 From: "Andrey A. Chernov" To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_conf.c subr_disk.c Message-ID: <20011027230514.A77848@nagual.pp.ru> References: <20011027215636.B76574@nagual.pp.ru> <17751.1004205827@critter.freebsd.dk> <20011027222523.A77316@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011027222523.A77316@nagual.pp.ru> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 27, 2001 at 22:25:24 +0400, Andrey A. Chernov wrote: > > I can reproduce it (every time), but I am not an expert in PCI devices > detection code. > > Here is verbose info related to non-existen VGA: > > vga-: vga0 already exists, using vga1 instead > ... > sc1: on isa0 > sc1: MDA <16 virtual consoles, flags=0x0> > sc1: fb1, terminal emulator: sc (syscons terminal) > WARNING: Driver mistake: repeat make_dev("consolectl") > ... > vga1: at port 0x3b0-0x3bb iomem 0xb0000-0xb7fff on isa0 > fb1: vga1, mda, type:MDA (1), flags:0x70000 > fb1: port:0x3b0-0x3bb, crtc:0x3b4, mem:0xb0000 0x8000 > fb1: init mode:7, bios mode:7, current mode:7 > fb1: window:0xc00b0000 size:32k gran:32k, buf:0 size:32k I turn PCI_DEBUG on. It seems that fake SECOND isa found with lots of devices on it, here related quotes: device_probe_child:638: Trying pcib devclass_find_internal:115: looking for isa device_add_child_ordered:521: sc at isa with order 1 as unit 0 device_add_child_ordered:521: vga at isa with order 1 as unit 0 device_add_child_ordered:521: atkbdc at isa with order 1 as unit 0 atkbdc-: atkbdc0 already exists, using atkbdc1 instead sc-: sc0 already exists, using sc1 instead vga-: vga0 already exists, using vga1 instead -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message