From owner-freebsd-questions@FreeBSD.ORG Wed Jan 20 15:31:05 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A3021065670 for ; Wed, 20 Jan 2010 15:31:05 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by mx1.freebsd.org (Postfix) with ESMTP id 00AE58FC29 for ; Wed, 20 Jan 2010 15:31:04 +0000 (UTC) Received: from ipb1.telenor.se (195.54.127.164) by proxy2.bredband.net (7.3.140.3) id 4AD3E1BC0283114F for freebsd-questions@freebsd.org; Wed, 20 Jan 2010 16:31:03 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApE4AI2wVktV4js3PGdsb2JhbACBRoZwk0MBAQEBN70ihDYE X-IronPort-AV: E=Sophos;i="4.49,310,1262559600"; d="scan'208";a="28045438" Received: from c-373be255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.59.55]) by ipb1.telenor.se with ESMTP; 20 Jan 2010 16:31:03 +0100 Received: from [192.168.69.67] (phobos [192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.14.3/8.14.3) with ESMTP id o0KFV1Ca072670; Wed, 20 Jan 2010 16:31:02 +0100 (CET) (envelope-from freebsd-questions@pp.dyndns.biz) Message-ID: <4B5721B5.50302@pp.dyndns.biz> Date: Wed, 20 Jan 2010 16:31:01 +0100 From: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= User-Agent: Thunderbird 2.0.0.23 (X11/20091010) MIME-Version: 1.0 To: Michael Powell References: <4B561717.9090309@pp.dyndns.biz> <4B561A81.6010400@pp.dyndns.biz> <4B5620E9.6040902@pp.dyndns.biz> <4B56C2EC.4070609@pp.dyndns.biz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Missing all ttyv* device nodes after upgrade 7.0 -> 7.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2010 15:31:05 -0000 Michael Powell wrote: >> agp0: on hostb0 >> agp0: allocating GATT for aperture of size 128M >> vgapci0: mem >> 0xf8000000-0xf8ffffff,0xe0000000-0xefffffff,0xf9000000-0xf9ffffff irq 3 >> at device 0.0 on pci1 > > This is an odd IRQ for a video card to come up on, as this is usually > reserved for one of the COMM ports. Maybe an IRQ conflict here. I noticed that too :-) > Below is a snippet from mine. You didn't remove device vga from the kernel > by any chance? Switching back to GENERIC for a test is probably a good idea > as it may remove a variable from the problem. No, all of syscons dependencies (according to the man page) are still there. > Funny thing is it worked in 7.0 previously? At first glance this smells like > BIOS PnP probing problems, but I think if it were it would have showed > itself before. Try GENERIC and see what happens. If it goes away you know > where to look. It appears this computer has an i865G chipset (built-in graphics) as well as an extra nvidia card. The output from devinfo shows that agp is attaching to hostb0 instead of vgapci0 so I will ask the person to remove the nvidia card and only run from the built-in graphics. PnP most likely seems to be the culprit here for sure. Thanks again for your input. pcib0 pci0 hostb0 agp0 pcib1 pci1 vgapci0 /Morgan