From owner-freebsd-current@FreeBSD.ORG Thu Oct 12 11:00:56 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C81E16A403 for ; Thu, 12 Oct 2006 11:00:56 +0000 (UTC) (envelope-from Yuriy.Tsibizov@gfk.ru) Received: from mx.gfk.ru (mx.gfk.ru [84.21.231.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id C880543D62 for ; Thu, 12 Oct 2006 11:00:49 +0000 (GMT) (envelope-from Yuriy.Tsibizov@gfk.ru) Received: from ex.hhp.local by mx.gfk.ru (MDaemon PRO v9.0.5) with ESMTP id md50000553339.msg for ; Thu, 12 Oct 2006 15:00:32 +0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 12 Oct 2006 15:00:27 +0400 Message-ID: <78664C02FF341B4FAC63E561846E3BCC01F850@ex.hhp.local> In-Reply-To: <78664C02FF341B4FAC63E561846E3BCC01F84E@ex.hhp.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ASUS U5F hangs during pci bus probe (update) thread-index: Acbt2EsC6zpDfsxBQLqqs3G3aslsKQAFEjQw From: "Yuriy Tsibizov" To: X-Spam-Processed: mx.gfk.ru, Thu, 12 Oct 2006 15:00:32 +0400 (not processed: message from valid local sender) X-MDRemoteIP: 10.0.0.30 X-Return-Path: Yuriy.Tsibizov@gfk.ru X-Envelope-From: Yuriy.Tsibizov@gfk.ru X-MDaemon-Deliver-To: current@freebsd.org X-MDAV-Processed: mx.gfk.ru, Thu, 12 Oct 2006 15:00:34 +0400 Cc: Subject: ASUS U5F hangs during pci bus probe (update) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2006 11:00:56 -0000 > I'm trying to netboot FreeBSD on this notebook (it's Intel Core Solo + > Intel 945GM chipset). > Unfortunatly it does not have serial ports and I can't get=20 > full verbose > dmesg. >=20 > Last lines are: > pcib1: irq 16 at device 28.0 on pci0 > pcib1: secondary bus 1 > pcib1: subordinate bus 1 > pcib1: i/o decode 0xb000-0xbfff > pcib1: memory decode 0xfa600000-0xfa6fffff > pcib1:prefetched decode 0xfff00000-0xfffff (yes, threr=20 > is only 5 'f's) > pci1: on pcib1 > pci1: physical bus=3D1 >=20 > after that it hangs. >=20 > kernel is -CURRENT from yesterday morning. > setting hint.acpi.0.disabled=3D"1" does not help, and BIOS settings = are > very limited (it can only turn on/off onboard devices) I was able to boot with kernel from ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200610/7.0-CURRENT-200610-i3 86-bootonly.iso. verbose dmesg available from http://chibis.persons.gfk.ru/hdac/dmesg-asus_U5F_notebook.txt. Yuriy.