From owner-freebsd-current@FreeBSD.ORG Tue Jan 9 19:46:57 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74E3316A63C for ; Tue, 9 Jan 2007 19:46:57 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id 02D5313C45B for ; Tue, 9 Jan 2007 19:46:56 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id l09JkQBp077947; Tue, 9 Jan 2007 14:46:44 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-current@freebsd.org Date: Tue, 9 Jan 2007 14:33:40 -0500 User-Agent: KMail/1.9.1 References: <200701090749.l097nJrf000336@oak.pohoyda.family> In-Reply-To: <200701090749.l097nJrf000336@oak.pohoyda.family> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701091433.41437.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 09 Jan 2007 14:46:45 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2430/Tue Jan 9 12:35:51 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Alexander Pohoyda Subject: Re: 7.0-CURRENT-200611-amd64 on (SiS 761GX + SiS 966)-based motherboard 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: Tue, 09 Jan 2007 19:46:57 -0000 On Tuesday 09 January 2007 02:49, Alexander Pohoyda wrote: > Hello! > > I've tried the 2006-11 snapshot today and it hangs right after the > message: > ... > pcib0: port ... on apic0 > pci0: on pcib0 > > With ACPI disabled, it hangs with this message: > ... > pcib0: pcibus 0 on motherboard > pci0: on pcib0 > > Booting in "Safe Mode" has no effect, hangs just like with disabled > ACPI. > > Booting in verbose logging mode gives this: > ... > pcib0: matched entry for 0.4.INTA > pcib0: slot 4 INTA hardwired to IRQ 19 > found-> vendor=0x1039, dev=0x1183, revid=0x02 > bus=0, slot=5, func=0 > class=01-01-85, hdrtype=0x00, mfdev=0 > cmdreg=0x0005, statreg=0x0210, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > intpin=a, irq=11 > powerspec 2 supports D) D3 current D0 > map[10]: type 4, range 32, base 0xfc00, size 3, enabled > map[14]: type 4, range 32, base 0xfb00, size 2, enabled > map[18]: type 4, range 32, base 0xfa00, size 3, enabled > map[1c]: type 4, range 32, base 0xf900, size 2, enabled > map[20]: type 4, range 32, base 0xf800, size 4, enabled > map[24]: type 4, range 32, base 0xf700, size 7, enabled > pcib0: matched entry for 0.5.INTA > pcib0: slot 5 INTA hardwired to IRQ 17 > > > FreeBSD 5.4 works OK, FreeBSD 6.2 installs perfectly from CD, but when > boots from the harddrive, it is very slow (unlocks by pressing NumLock > key or moving the mouse, very weird). > > It might be unrelated, but NetBSD-amd64 hangs with this: > pciide0:0:0: lost interrupt > type: ata tc_bcount: 512 tc_skip: 0 > uhub1: device problem, disabling port 2 > > > > If that is of interest to you, I could try to provide more information. Try hacking the source to turn off VPD. -- John Baldwin