From owner-freebsd-i386@FreeBSD.ORG Sun Jan 8 06:10:11 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC9F416A41F for ; Sun, 8 Jan 2006 06:10:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0A6243D45 for ; Sun, 8 Jan 2006 06:10:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k086A6Pg042149 for ; Sun, 8 Jan 2006 06:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k086A6sZ042148; Sun, 8 Jan 2006 06:10:06 GMT (envelope-from gnats) Date: Sun, 8 Jan 2006 06:10:06 GMT Message-Id: <200601080610.k086A6sZ042148@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= Cc: Subject: Re: i386/91476: floppy drive doesn't work in MS Virtual Server 2005 R2 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 06:10:12 -0000 The following reply was made to PR i386/91476; it has been noted by GNATS. From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= To: bug-followup@FreeBSD.org, dr@integritasystems.com Cc: Subject: Re: i386/91476: floppy drive doesn't work in MS Virtual Server 2005 R2 Date: Sun, 08 Jan 2006 07:08:59 +0100 This is probably the same issue as already described in problem report kern/79944. Apply the patch below and compile and install a new kernel. Regards Björn # cd /usr/src # patch -p1 -i fdc.c-2005010801.diff # make buildkernel # make installkernel # reboot --- fdc.c-2005010801.diff begins here --- --- src/sys/dev/fdc/fdc.c.orig Sun Jan 8 06:55:49 2006 +++ src/sys/dev/fdc/fdc.c Sun Jan 8 06:56:12 2006 @@ -1621,8 +1621,6 @@ */ fdout_wr(fdc, 0); fdout_wr(fdc, 0); - if (fdsts_rd(fdc) != 0) - return (ENXIO); /* * Clear the reset and see it come ready. --- fdc.c-2005010801.diff ends here --- From owner-freebsd-i386@FreeBSD.ORG Sun Jan 8 10:30:09 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8561516A41F for ; Sun, 8 Jan 2006 10:30:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03EF743D45 for ; Sun, 8 Jan 2006 10:30:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08AU8RZ055446 for ; Sun, 8 Jan 2006 10:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08AU8mW055445; Sun, 8 Jan 2006 10:30:08 GMT (envelope-from gnats) Date: Sun, 8 Jan 2006 10:30:08 GMT Message-Id: <200601081030.k08AU8mW055445@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Roderick van Domburg Cc: Subject: Re: i386/87026: [hang] Bootup hang on atkbdc on Compaq 1850R between 6.0-CURRENT-SNAP004 and 6.0-BETA5 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roderick van Domburg List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 10:30:09 -0000 The following reply was made to PR i386/87026; it has been noted by GNATS. From: Roderick van Domburg To: bug-followup@FreeBSD.org, nevans@talkpoint.com Cc: Subject: Re: i386/87026: [hang] Bootup hang on atkbdc on Compaq 1850R between 6.0-CURRENT-SNAP004 and 6.0-BETA5 Date: Sun, 08 Jan 2006 11:27:28 +0100 Would like you to know that the issue might be resolved. I experienced the exact same symptoms (including the SCSI timeouts you described on the mailing lists) on a ProLiant 1600. Yesterday I installed FreeBSD 5.4-RELEASE, then upgraded to 6.0-STABLE from source and everything is just peachy! The OS is set to Unixware 2.1 and the kernel is GENERIC with all the non-applicable fluff removed. From owner-freebsd-i386@FreeBSD.ORG Sun Jan 8 14:31:38 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E871416A41F; Sun, 8 Jan 2006 14:31:38 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A0E543D45; Sun, 8 Jan 2006 14:31:38 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08EVcSG076066; Sun, 8 Jan 2006 14:31:38 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08EVcq4076062; Sun, 8 Jan 2006 14:31:38 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 14:31:38 GMT From: Alexander Leidinger Message-Id: <200601081431.k08EVcq4076062@freefall.freebsd.org> To: dirk.friedrich@dv-tec.de, netchild@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: kern/88387: [sound] sound-driver plays too slow X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 14:31:39 -0000 Old Synopsis: sound-driver plays too slow New Synopsis: [sound] sound-driver plays too slow State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Sun Jan 8 14:30:39 UTC 2006 State-Changed-Why: This should be fixed in 6-stable and -current. http://www.freebsd.org/cgi/query-pr.cgi?pr=88387 From owner-freebsd-i386@FreeBSD.ORG Sun Jan 8 15:51:08 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DBD816A41F; Sun, 8 Jan 2006 15:51:08 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A6ED43D46; Sun, 8 Jan 2006 15:51:08 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08Fp7lm080003; Sun, 8 Jan 2006 15:51:07 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08Fp7pV079999; Sun, 8 Jan 2006 15:51:07 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 15:51:07 GMT From: Alexander Leidinger Message-Id: <200601081551.k08Fp7pV079999@freefall.freebsd.org> To: bsdml@typhoon.co.jp, netchild@FreeBSD.org, freebsd-i386@FreeBSD.org, sos@FreeBSD.org Cc: Subject: Re: i386/62902: Data Corruption on Dell PE 600SC (Server Works CSB6) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 15:51:08 -0000 Synopsis: Data Corruption on Dell PE 600SC (Server Works CSB6) State-Changed-From-To: open->feedback State-Changed-By: netchild State-Changed-When: Sun Jan 8 15:49:40 UTC 2006 State-Changed-Why: Hand over to ATA maintainer. Does this problem still persist with a recent 5-stable, 6-stable or -current? Responsible-Changed-From-To: freebsd-i386->sos Responsible-Changed-By: netchild Responsible-Changed-When: Sun Jan 8 15:49:40 UTC 2006 Responsible-Changed-Why: Hand over to ATA maintainer. Does this problem still persist with a recent 5-stable, 6-stable or -current? http://www.freebsd.org/cgi/query-pr.cgi?pr=62902 From owner-freebsd-i386@FreeBSD.ORG Sun Jan 8 16:02:05 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F14016A41F; Sun, 8 Jan 2006 16:02:05 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4CE743D46; Sun, 8 Jan 2006 16:02:04 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08G24lx080408; Sun, 8 Jan 2006 16:02:04 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08G24bs080404; Sun, 8 Jan 2006 16:02:04 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 16:02:04 GMT From: Alexander Leidinger Message-Id: <200601081602.k08G24bs080404@freefall.freebsd.org> To: prav2001@ukr.net, netchild@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/67260: [boot] stack overflow after boot menu when booting from CD X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 16:02:05 -0000 Synopsis: [boot] stack overflow after boot menu when booting from CD State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Sun Jan 8 16:01:07 UTC 2006 State-Changed-Why: See audit-trail. Aside from this: we're approaching 6.1-RELEASE, so 5.2.1 doesn't matter anymore. http://www.freebsd.org/cgi/query-pr.cgi?pr=67260 From owner-freebsd-i386@FreeBSD.ORG Sun Jan 8 16:20:17 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5670516A422; Sun, 8 Jan 2006 16:20:17 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF79343D4C; Sun, 8 Jan 2006 16:20:16 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08GKGNs081126; Sun, 8 Jan 2006 16:20:16 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08GKGff081122; Sun, 8 Jan 2006 16:20:16 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 16:20:16 GMT From: Alexander Leidinger Message-Id: <200601081620.k08GKGff081122@freefall.freebsd.org> To: coadmin@hostings.pl, netchild@FreeBSD.org, freebsd-i386@FreeBSD.org, sos@FreeBSD.org Cc: Subject: Re: i386/71395: Data corrupted on Serverworks CG-SL chipset X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 16:20:17 -0000 Synopsis: Data corrupted on Serverworks CG-SL chipset State-Changed-From-To: open->feedback State-Changed-By: netchild State-Changed-When: Sun Jan 8 16:19:08 UTC 2006 State-Changed-Why: Assign to the ATA-maintainer. Is this still a problem with a recent 5.x or 6.x? Responsible-Changed-From-To: freebsd-i386->sos Responsible-Changed-By: netchild Responsible-Changed-When: Sun Jan 8 16:19:08 UTC 2006 Responsible-Changed-Why: Assign to the ATA-maintainer. Is this still a problem with a recent 5.x or 6.x? http://www.freebsd.org/cgi/query-pr.cgi?pr=71395 From owner-freebsd-i386@FreeBSD.ORG Sun Jan 8 16:29:20 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31F4516A420; Sun, 8 Jan 2006 16:29:20 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD85243D46; Sun, 8 Jan 2006 16:29:19 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08GTJwg081396; Sun, 8 Jan 2006 16:29:19 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08GTJOa081392; Sun, 8 Jan 2006 16:29:19 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 16:29:19 GMT From: Alexander Leidinger Message-Id: <200601081629.k08GTJOa081392@freefall.freebsd.org> To: zha8888@yahoo.com, netchild@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/78837: Partition Table Corruption in 5.3 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 16:29:20 -0000 Synopsis: Partition Table Corruption in 5.3 State-Changed-From-To: open->feedback State-Changed-By: netchild State-Changed-When: Sun Jan 8 16:28:59 UTC 2006 State-Changed-Why: Is this still a problem with a recent 6.x or -current? http://www.freebsd.org/cgi/query-pr.cgi?pr=78837 From owner-freebsd-i386@FreeBSD.ORG Sun Jan 8 16:53:37 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 380B416A420; Sun, 8 Jan 2006 16:53:37 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2DBD43D48; Sun, 8 Jan 2006 16:53:36 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08GraAv083624; Sun, 8 Jan 2006 16:53:36 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08GrabT083620; Sun, 8 Jan 2006 16:53:36 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 16:53:36 GMT From: Alexander Leidinger Message-Id: <200601081653.k08GrabT083620@freefall.freebsd.org> To: nevans@talkpoint.com, netchild@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/87026: [hang] Bootup hang on atkbdc on Compaq 1850R between 6.0-CURRENT-SNAP004 and 6.0-BETA5 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 16:53:37 -0000 Synopsis: [hang] Bootup hang on atkbdc on Compaq 1850R between 6.0-CURRENT-SNAP004 and 6.0-BETA5 State-Changed-From-To: open->feedback State-Changed-By: netchild State-Changed-When: Sun Jan 8 16:52:48 UTC 2006 State-Changed-Why: To the originator of the PR: can you please test a recent 6-stable snapshot and report back? http://www.freebsd.org/cgi/query-pr.cgi?pr=87026 From owner-freebsd-i386@FreeBSD.ORG Sun Jan 8 23:30:12 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9BB416A41F for ; Sun, 8 Jan 2006 23:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 602FE43D45 for ; Sun, 8 Jan 2006 23:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08NUCIs022108 for ; Sun, 8 Jan 2006 23:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08NUCRl022107; Sun, 8 Jan 2006 23:30:12 GMT (envelope-from gnats) Date: Sun, 8 Jan 2006 23:30:12 GMT Message-Id: <200601082330.k08NUCRl022107@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Roderick van Domburg Cc: Subject: Re: i386/87026: [hang] Bootup hang on atkbdc on Compaq 1850R between 6.0-CURRENT-SNAP004 and 6.0-BETA5 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roderick van Domburg List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 23:30:13 -0000 The following reply was made to PR i386/87026; it has been noted by GNATS. From: Roderick van Domburg To: bug-followup@FreeBSD.org, nevans@talkpoint.com Cc: Subject: Re: i386/87026: [hang] Bootup hang on atkbdc on Compaq 1850R between 6.0-CURRENT-SNAP004 and 6.0-BETA5 Date: Mon, 09 Jan 2006 00:21:25 +0100 Just for completeness: I tried the latest snapshot from Dec 2005 but that failed on me. Must have been fixed the past couple of weeks, after the snapshot had been rolled, and so the 5.x to 6-STABLE upgrade path might be the only option for now. From owner-freebsd-i386@FreeBSD.ORG Mon Jan 9 11:02:24 2006 Return-Path: X-Original-To: freebsd-i386@freebsd.org Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B29E416A41F for ; Mon, 9 Jan 2006 11:02:24 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C79AE43D49 for ; Mon, 9 Jan 2006 11:02:23 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k09B2Npi066060 for ; Mon, 9 Jan 2006 11:02:23 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k09B2LrE066054 for freebsd-i386@freebsd.org; Mon, 9 Jan 2006 11:02:21 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 9 Jan 2006 11:02:21 GMT Message-Id: <200601091102.k09B2LrE066054@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-i386@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 11:02:24 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/04/28] i386/66039 i386 [panic] system panic with file system cor o [2004/09/09] i386/71538 i386 [install] multi-homed install trashes exi f [2005/03/14] i386/78837 i386 Partition Table Corruption in 5.3 o [2005/09/19] i386/86317 i386 Kernel launch results in poweroff [HP zv5 f [2005/10/07] i386/87026 i386 [hang] Bootup hang on atkbdc on Compaq 18 o [2005/11/10] i386/88802 i386 [if_iwi] [cardbus] CARDBUS related kernel o [2006/01/03] i386/91282 i386 6.0R install CD crashes at eip=0x90db o [2006/01/05] i386/91364 i386 WF-511 RT2500 Card PCI and WEP 8 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/02/11] i386/24997 i386 [biosdisk] [patch] /boot/loader cannot ha o [2001/03/13] i386/25781 i386 Statclocks cannot be disabled on ServerWo o [2001/09/27] i386/30860 i386 [hang] While install after "Mounting root s [2001/09/29] i386/30921 i386 [kbd] ACER mechanic ps/2 keyboard don´t w o [2001/11/14] i386/31979 i386 [kbd] Setup and boot locks Compaq Armada s [2002/01/20] i386/34092 i386 [hang] reboot hangs the system (IBM PC Se o [2002/02/18] i386/35078 i386 [i386] [patch] Uninitialized pointer dere o [2002/02/26] i386/35350 i386 [boot] Can't boot on ASUS TXP4 o [2002/03/17] i386/36003 i386 [panic] Cyclades Cyclom YeP causes panics o [2002/04/10] i386/36943 i386 [smp] [hang] reboot hangs on Tyan Thunder o [2002/05/14] i386/38070 i386 [panic] 4.6-PRERELEASE panics on resume o o [2002/05/24] i386/38484 i386 [hang] probe freeze while probing devices s [2002/06/19] i386/39536 i386 [loader] FreeBSD default bootloader does o [2002/06/30] i386/40044 i386 SMP kernel fails to boot on DELL 610 o [2002/07/05] i386/40219 i386 [apm] apm breaks removable media o [2002/09/07] i386/42539 i386 [panic] Fatal Trap 12 resulting from Conn o [2002/09/21] i386/43151 i386 [panic] Panic 20 seconds after resume o [2002/10/16] i386/44130 i386 [apm] Enabled apm hangs up FreeBSD kernel o [2002/11/04] i386/44867 i386 [hang] Frequent hard hangs on ASUS P4T-E/ o [2002/11/27] i386/45773 i386 [bge] Softboot causes autoconf failure on o [2002/12/11] i386/46194 i386 [install] 5.0-RC1 kern floppy load fails o [2003/01/08] i386/46865 i386 [panic] kernel panic on SuperMicro 6012-8 o [2003/01/17] i386/47167 i386 [panic] 5.0 RC 3 (and 2) has 1 second upt o [2003/01/20] i386/47236 i386 Console missing during bootup on Sony Pic o [2003/01/24] i386/47449 i386 [boot] Thinkpad 755CD floppy boot fails o [2003/02/26] i386/48691 i386 [panic] kernel panics on ASUS A7N266-VM M o [2003/02/27] i386/48752 i386 [hang] freeze when installing 5.0 Release o [2003/05/12] i386/52128 i386 [install] Unable to floppy install on Tos o [2003/05/22] i386/52581 i386 [loader] boot loaders reading more than o o [2003/06/16] i386/53382 i386 Repetable panics in ffs_vget() on Prolian o [2003/06/23] i386/53620 i386 [install] Kernel panics / reboots during o [2003/07/02] i386/54033 i386 Disk lockup. s [2003/07/16] i386/54549 i386 [panic] panic on install on Dell 600sc o [2003/08/15] i386/55603 i386 [mly] unable to reboot when system runs f o [2003/08/15] i386/55615 i386 machine freezes - goes on after key press a [2003/08/24] i386/55930 i386 partly configured serial port freezes sys o [2003/09/17] i386/56937 i386 panic: system panic during high network l o [2003/09/20] i386/57043 i386 [ar] [hang] ar driver with 2 port PCI car p [2003/10/01] i386/57480 i386 Removing very large files using rm doesn' o [2003/10/09] i386/57818 i386 4.9-RC panics when kernel is built with a o [2003/10/16] i386/58139 i386 [panic] -CURRENT panics on Thinkpad A31p o [2003/10/26] i386/58580 i386 After sysinstall, F2 fails; wrong device o [2003/10/30] i386/58718 i386 need to remove battery before booting lap o [2003/11/02] i386/58826 i386 reboot on an IBM PC Server 315 merely hal o [2003/11/13] i386/59248 i386 [panic] 4.9-RELEASE, ACPI Panic with Dell o [2003/11/13] i386/59251 i386 Failure of 4.8-RELEASE/4.9-RELEASE/5.1-RE o [2003/11/13] i386/59260 i386 [panic] Panic by integer divide fault in o [2003/11/25] i386/59683 i386 panic: signal 12 4.9-STABLE - frequent cr o [2003/11/26] i386/59701 i386 System hungup, after resume from suspend. o [2003/11/26] i386/59719 i386 [crash] 4.9 Crashes on SuperMicro with SM o [2003/12/02] i386/59898 i386 [boot] pxe boot: BTX halted o [2003/12/08] i386/60050 i386 Toshiba/3Com 3CXM056-BNW: Open Causes Int o [2003/12/14] i386/60226 i386 [ichsmb] [patch] ichsmb driver doesn't de o [2003/12/17] i386/60328 i386 [panic] installing 5.1, 5.2RC and 5-CURRE o [2003/12/27] i386/60633 i386 [hang] SIS motherboard with the SIS 5591 o [2003/12/28] i386/60646 i386 [hang] VIA C3 system hangs on reboot o [2003/12/29] i386/60681 i386 wicontrol -L critical crash (sigbus) o [2004/01/04] i386/60887 i386 can't boot when fbsd exists with other op o [2004/01/12] i386/61253 i386 [panic] page fault on installation freebs o [2004/01/13] i386/61303 i386 5.2-REL hangs during boot with 3-port pyr o [2004/01/13] i386/61326 i386 Reboot while booting from 5.2-RELEASE CD o [2004/01/14] i386/61342 i386 [hang] CD-based installation crashes [4.9 o [2004/01/20] i386/61646 i386 [workaround] Strange irq20 weirdness caus o [2004/01/22] i386/61709 i386 [panic] 5.2-REL i386 Crashes hard; panics o [2004/01/26] i386/61970 i386 [panic] on boot, 5.1/5.2 (but not 5.0), S o [2004/02/02] i386/62280 i386 [em] em0 broken after resume in 5.2-CURRE o [2004/02/09] i386/62565 i386 device.hints are not honored in 5.2.1-RC o [2004/02/13] i386/62807 i386 4.9 SMP does not work with Compaq Smart o [2004/02/15] i386/62888 i386 ad4: WARNING - WRITE_DMA interrupt was se o [2004/02/24] i386/63305 i386 reading udf filesystem on dvd+rw leads to o [2004/02/27] i386/63441 i386 [panic] fatal trap 12 in pmap.c [4.9 with o [2004/02/27] i386/63449 i386 [boot] FreeBSD 5.2 and 5.2.1 releases won o [2004/03/03] i386/63678 i386 5.2.1 installation hangs on t30 o [2004/03/04] i386/63731 i386 [boot] PATA to SATA converter on Promise o [2004/03/06] i386/63828 i386 [hang] when installing Release 5.2.1 (i38 o [2004/03/07] i386/63871 i386 [panic] kernel panic in swi8 after 1 hour o [2004/03/09] i386/63992 i386 [hang] XFree86 4.3 hangs on IBM ThinkPad o [2004/03/12] i386/64158 i386 5.2.1-RELEASE CD won't boot on acer Trave o [2004/03/19] i386/64450 i386 Lucent Technologies WaveLAN/IEEE (PCI) fr o [2004/03/25] i386/64680 i386 5.2.1 pci-cfgintr steals serial mouse irq o [2004/03/25] i386/64716 i386 [nis] mv crashes FreeBSD 5.2.1-p3 o [2004/03/25] i386/64727 i386 [boot] cannot find disk on asus p4s533mx o [2004/04/02] i386/65072 i386 hang on reboot not syncing drives on ibm o [2004/04/03] i386/65137 i386 [boot] 5.2.1 Intall Boot from floppies pa o [2004/04/12] i386/65457 i386 BTX Halted when trying boot after success o [2004/04/14] i386/65523 i386 [loader] [patch] PXE loader malfunction i o [2004/04/19] i386/65775 i386 [panic] Transmeta crusoe without longrun o [2004/04/29] i386/66087 i386 [install] hang at PCI config [5.2.1] o [2004/05/01] i386/66133 i386 [boot] nvidia motherboard installer locks o [2004/05/06] i386/66306 i386 pnpbios_identify() queries for more devic o [2004/05/07] i386/66368 i386 [install] 4.9 install fails with MODE_SEN o [2004/05/22] i386/67047 i386 [mpt] mpt driver does not recognize messa o [2004/06/01] i386/67469 i386 src/lib/msun/i387/s_tan.S gives incorrect o [2004/06/07] i386/67688 i386 5.2.1 initial floppy boot fails with Fata o [2004/06/11] i386/67833 i386 [boot] 4.10 does not boot after enabling a [2004/06/15] i386/67955 i386 [panic] -current on T40p kernel trap 12 i o [2004/06/19] i386/68103 i386 [panic] ASUS P4P8X mb at ffs/ffs_softdep. o [2004/06/20] i386/68149 i386 FreeBSD 4.10 installation blocking on ASU o [2004/06/24] i386/68277 i386 [kbd] Compact Evo N610c (Laptop): Using e o [2004/06/27] i386/68411 i386 VMware Virtual Machine - Network Fails Du o [2004/06/28] i386/68438 i386 bootloader cannot read from icp vortex ar o [2004/06/29] i386/68486 i386 logo screensaver kills compaq ML370 conso o [2004/07/01] i386/68554 i386 [hang] system freeze on Compaq Evo 600c [ o [2004/07/10] i386/68899 i386 Problems reading and writing DVD-RAM disc o [2004/07/14] i386/69049 i386 [install] error "anic: page fault" o [2004/07/19] i386/69281 i386 init dies when MAXSSIZ, MAXDSIZ, and DFLD o [2004/08/05] i386/70028 i386 [umass] umass issue in the boot prcess on o [2004/08/13] i386/70386 i386 IBM x345 Freezes Randomly o [2004/08/15] i386/70482 i386 Array adapter problems o [2004/08/16] i386/70525 i386 [boot] boot0cfg: -o packet not effective o [2004/08/16] i386/70531 i386 [boot0] [patch] boot0 hides Lilo in exten o [2004/08/20] i386/70747 i386 ddos attack causes box to crash on kernel o [2004/08/25] i386/70925 i386 [hang] 5.3Beta1 acpi-pci driver failure, o [2004/08/26] i386/71000 i386 [boot] BTX halted when booting from CD on o [2004/08/27] i386/71035 i386 [kbd] SMP boot hangs in bus_space_write_1 o [2004/08/27] i386/71048 i386 [hang] ASUS TUV4X hangs when SONY CRX140E o [2004/08/28] i386/71087 i386 [hang] 5.3-beta(2-5) fail to install on e o [2004/08/30] i386/71144 i386 FBSD5.3b2 doesn't boot on a Compaq Armada o [2004/08/30] i386/71158 i386 pci bus number 3 devices are missing on l o [2004/08/31] i386/71190 i386 Dead thinkpad R31 after installing 5.2.1 o [2004/09/06] i386/71428 i386 DMA does not work on VIA 82C586 [4.10] f [2004/09/07] i386/71470 i386 [hang] Asus P4P800-E Promise 20378 RAID 1 f [2004/09/12] i386/71641 i386 5.3-BETA3: wi0 hangs during kernel load o [2004/09/22] i386/72004 i386 [boot] FreeBSD 5.2.1 install hangs with e o [2004/09/24] i386/72065 i386 4.x and 5.2.1 doesn't recognize PCnet/ISA f [2004/09/30] i386/72215 i386 with acpi enabled network card will not w o [2004/10/05] i386/72343 i386 Suspend resets system on Inspiron 5160. o [2004/10/06] i386/72376 i386 acpi is mutually exclusive with snd_mss o o [2004/10/07] i386/72416 i386 FreeBSD 5.3-BETA7: The alternate systemcl f [2004/10/17] i386/72778 i386 5.3beta7 never boots, suspected SMP probl o [2004/10/21] i386/72960 i386 BTX halted with Promise Tx2000 Raid o [2004/10/21] i386/72976 i386 [panic] trap 9 on boot [ACPI-related] o [2004/10/27] i386/73196 i386 [hang]5.2.1 boot CD hangs during boot on o [2004/10/29] i386/73265 i386 FreeBSD kernel crashes when booting on EC o [2004/11/08] i386/73666 i386 5.3 UDMA error WD1600 can't partition dri o [2004/11/14] i386/73934 i386 fdisk sees disk as empty o [2004/11/16] i386/74008 i386 IBM eServer x225 cannot boot any v5.x - e o [2004/11/17] i386/74044 i386 ServerWorks OSB4 SMBus interface does not o [2004/11/19] i386/74124 i386 ata0 failure on HP(Vectra) VL6/350 [intro o [2004/11/21] i386/74217 i386 init died [Presario 2500] o [2004/12/01] i386/74576 i386 FAILURE - ATA_IDENTIFY no interrupt o [2004/12/01] i386/74601 i386 Cardbus fails after busdma_machdep.c upda o [2004/12/07] i386/74816 i386 OS crash with kernel trap 12 in different o [2004/12/12] i386/74988 i386 dma errors with large maxtor hard drives o [2005/01/06] i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in ke o [2005/01/17] i386/76372 i386 cannot burn iso image disk2 of any releas s [2005/01/18] i386/76397 i386 [ata] ata raid crashes in g_down (heavy l o [2005/01/20] i386/76487 i386 Compiled GENERIC kernel (and non-GENERIC) o [2005/01/25] i386/76666 i386 Booting and Sound are mutually exclusive o [2005/01/27] i386/76737 i386 CardBus problem (cbb1: Could not map regi o [2005/01/31] i386/76925 i386 standard pci-ide, install - "NO DISKS FOU o [2005/02/01] i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() o [2005/02/01] i386/76948 i386 [rl] Slow network with rl0 o [2005/02/10] i386/77335 i386 Can not initial Ethernet Broadcom UDI PXE o [2005/02/13] i386/77443 i386 [fdc] can't access floppy -- regression o o [2005/02/14] i386/77529 i386 installation of freebsd 5.3 in laptop an o [2005/03/01] i386/78219 i386 Netgear FA-410TX is incorrectly detected o [2005/03/03] i386/78339 i386 BTX loader crashes on boot on HP Proliant o [2005/03/07] i386/78517 i386 WRITE_DMA and READ_DMA timeouts with ATI o [2005/03/10] i386/78657 i386 [xe] [hang] error installing 5.3-RELEASE o [2005/03/16] i386/78929 i386 atapicam prevents boot, system hangs o [2005/03/16] i386/78930 i386 SuperMicro web server with 5.3-RELEASE ke o [2005/03/21] i386/79073 i386 System panic and hang after creating a la o [2005/03/22] i386/79141 i386 [agp] 5.4Beta1 does not recognize my inte o [2005/03/23] i386/79169 i386 freeze with striped USB Drives under high o [2005/03/27] i386/79268 i386 5.3-RELEASE won't boot on Compaq Armada 4 o [2005/03/31] i386/79409 i386 Coming back from idles make the server re o [2005/04/08] i386/79686 i386 Spurious notebook disk errors from ATA dr o [2005/04/09] i386/79729 i386 umass, da0 not detected by devfs for o [2005/04/09] i386/79730 i386 SLIM DRIVE COMBO fails with READ_BIG erro o [2005/04/11] i386/79779 i386 If system memory is above 4GB, one parts o [2005/04/11] i386/79784 i386 [bfe] Broadcom BCM4401 : no carrier o [2005/04/12] i386/79807 i386 Lock Up on Old Acer P1 Comp o [2005/04/12] i386/79833 i386 BTX crashes on boot when using Promise TX o [2005/04/14] i386/79943 i386 Very High interupt rate on PCM o [2005/04/22] i386/80268 i386 [crash] System with Transmeta Efficeon cp o [2005/05/13] i386/80989 i386 Cannot install 5.4-RELEASE both in my sys p [2005/05/16] i386/81111 i386 /boot/loader causes reboot due to CFLAGS+ o [2005/05/18] i386/81215 i386 X Freeze on Dell Inspiron 9100 with Radeo o [2005/05/19] i386/81235 i386 /sys/i386/conf/GENERIC needs "options ASR o [2005/05/20] i386/81311 i386 [smp] [hang] Athlon MP SMP + 3ware + em0 o [2005/06/04] i386/81903 i386 Installer hangs on all menu entries on To o [2005/06/08] i386/82029 i386 Boot Loader installation on MegaRAID cont o [2005/06/15] i386/82285 i386 [race] kernel panic during reboot f [2005/07/07] i386/83078 i386 Need to develop the network driver for Bo f [2005/07/10] i386/83214 i386 FreeBSD 5.4 cannot install on IC35L120AVV o [2005/07/16] i386/83574 i386 installation failure o [2005/07/19] i386/83735 i386 [REALTEK]: network card (realtek 8139) an o [2005/07/21] i386/83826 i386 can't install any version on Toshiba Satt o [2005/07/22] i386/83925 i386 [boot] can't boot Dell Latitude D610 afte o [2005/07/24] i386/84008 i386 /dev/X? should be /dev/ad1s* o [2005/07/25] i386/84088 i386 Panic with nforce2 platform on FreeBSD 6. o [2005/07/29] i386/84303 i386 boot sometimes stops at "uhci0: 3.5GB o [2005/08/09] i386/84717 i386 [hang] 5.4-rel booting locks-up on Superm o [2005/08/15] i386/84943 i386 "Invalid Partition Table" Intel ICH6 SATA o [2005/08/18] i386/85072 i386 [psm] ps/2 Mouse detection failure on com o [2005/08/19] i386/85101 i386 [libm] nearbyint always returns nan o [2005/08/29] i386/85450 i386 panic: subdisk6 detached (appears to be a o [2005/08/29] i386/85454 i386 Panic while booting: No virtual memory fo o [2005/09/08] i386/85866 i386 [hang] bootloader freezes on Pentium2/3 o [2005/09/10] i386/85938 i386 Install fails, unable to write partitions o [2005/09/10] i386/85944 i386 FreeBSD restarts after showing "Welcome t f [2005/09/18] i386/86312 i386 5.4-STABLE ATA Timeout WRITE_DMA o [2005/09/19] i386/86325 i386 [install] unable to install FreeBSD on IB o [2005/09/20] i386/86364 i386 ATA woes, SATA controller: failed writes, o [2005/09/20] i386/86380 i386 i386_set_ioperm doesn't take effect immed o [2005/09/26] i386/86612 i386 SCSI DAT Drive Issue o [2005/09/27] i386/86651 i386 FAILURE ATA-IDENTIFY o [2005/09/28] i386/86667 i386 GNOME Battery Applet causing keyboard to o [2005/10/01] i386/86806 i386 Couldn't alloc kernel virtual memory o [2005/10/04] i386/86880 i386 [hang] 6.0 hangs or reboots whilst 5.4 is o [2005/10/05] i386/86920 i386 [ndis] ifconfig: SIOCS80211: Invalid argu o [2005/10/07] i386/87085 i386 Will not install on Microtel system o [2005/10/08] i386/87122 i386 Installer of 6.0-BETA5 can't find HDD par o [2005/10/09] i386/87155 i386 [boot] [panic] Can't Alloc Virtual Memory o [2005/10/10] i386/87223 i386 The moving cursor of the mouse at a login o [2005/10/13] i386/87356 i386 6.0 RC1 cannot see 250GB drive o [2005/10/17] i386/87576 i386 no installation on Acer aspire 1304xc lap o [2005/10/18] i386/87598 i386 make release broken o [2005/10/18] i386/87630 i386 [ndis] No match for NdisIMGetCurrentPacke o [2005/10/19] i386/87654 i386 Marvell Yukon 88E8036 NIC not detected by o [2005/10/20] i386/87750 i386 [boot] btx halted error while installatio o [2005/10/23] i386/87876 i386 Installation Problems for i368 Compaq R30 o [2005/10/23] i386/87877 i386 non-root mount operation fails o [2005/10/24] i386/87910 i386 mouse does not work in whole of monitor a o [2005/10/27] i386/88082 i386 cts protection for ath0 causes panic o [2005/10/28] i386/88124 i386 [hang] X -configure freezes 6.0rc1 o [2005/10/28] i386/88130 i386 [hang] Machine hands on dhcp o [2005/10/28] i386/88139 i386 [i386] feature request: 53C875 Chipset HP o [2005/11/01] i386/88315 i386 [sym] [hang] Symbios/LSI-HBA (SYM83C895) o [2005/11/03] i386/88459 i386 [panic] Fatal trap 19 (process: idle: cpu o [2005/11/07] i386/88583 i386 i can't install freebsd in server ibm xse o [2005/11/07] i386/88610 i386 FreeBSD 6.0 bootonly crashes during boot o [2005/11/09] i386/88717 i386 freebsd 5.4 boots from lsi 53c1030 only i o [2005/11/09] i386/88755 i386 [panic] FreeBSD R6.0 on ThinkPad R40 inst o [2005/11/10] i386/88808 i386 V6.0 crashing on install with ICH7 RAID 5 o [2005/11/11] i386/88853 i386 [hang] SMP system FreeBSD 6.0-STABLE cras o [2005/11/13] i386/88917 i386 ipw can not work in adhoc mode o [2005/11/13] i386/88929 i386 FreeBSD 6.0 install CD fails to find disk o [2005/11/14] i386/89003 i386 LaCie Firewire drive not properly support o [2005/11/18] i386/89214 i386 FreeBSD 6.0 disc 1 boot fails to find CDR o [2005/11/18] i386/89249 i386 HighPoint RocketRAID 1520 (HPT372N) can't o [2005/11/19] i386/89268 i386 problem with tar o [2005/11/19] i386/89288 i386 DMA error while booting with acpi enable f [2005/11/20] i386/89322 i386 No puedo acceder al contenido del CDROM o [2005/11/21] i386/89340 i386 [panic] 6.0-STABLE (2005-11-07) panic o [2005/11/21] i386/89353 i386 invalid disk controller recognition of in o [2005/11/21] i386/89383 i386 [panic] page fault (sio) o [2005/11/22] i386/89425 i386 [bfe] bfe resetting in 6.0 - current o [2005/11/30] i386/89778 i386 panic: ffs_write: type 0xc2846660 0 (0,4) o [2005/12/05] i386/89982 i386 failure in starting kde after successfull o [2005/12/07] i386/90059 i386 panic in 2 mins after power on PC o [2005/12/07] i386/90065 i386 System hangs if wireless card wasn't disa o [2005/12/09] i386/90134 i386 IDE and SATA disks not detected on variou o [2005/12/10] i386/90167 i386 adding aliases to em0 interfaces cause th o [2005/12/10] i386/90214 i386 memory leaks in snd_via8233 o [2005/12/16] i386/90519 i386 Resume after suspend results in g_vfs_don o [2005/12/19] i386/90657 i386 i have a problem starting bsd on my lapto o [2005/12/27] i386/90949 i386 [panic] kernel panic with opera o [2005/12/29] i386/91038 i386 [panic] 6.0-RELEASE on Fujitsu Siemens Am o [2005/12/30] i386/91075 i386 no X configuration on installation. o [2006/01/02] i386/91214 i386 Disk corruption with Asus K8S-LA: board d o [2006/01/02] i386/91242 i386 [msdosfs] panic: rofs mod o [2006/01/03] i386/91283 i386 BOOTING o [2006/01/05] i386/91331 i386 system hangs after citrix_ica_client(wfcm o [2006/01/06] i386/91391 i386 Le system freez pendant 1 a 2 secondes de 270 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/04/22] i386/18154 i386 [sysctl] [patch] Add cpu class and featur o [2001/02/09] i386/24963 i386 [perfmon] perfmon(4) doesn't work on SMP o [2001/09/03] i386/30276 i386 CPUTYPE=486 built on a CPUTYPE=p3 WORLD b o [2001/10/18] i386/31353 i386 [apm] [patch] 'shutdown -p' does not work o [2002/07/24] i386/40958 i386 [apm] apm on Acer TravelMate 351 could no o [2002/08/21] i386/41856 i386 VESA splash screen problems on ThinkPad 2 o [2002/09/14] i386/42766 i386 [vm] [patch] proposal to perform reboot v o [2002/09/22] i386/43262 i386 [hang] command 'shutdown -r' (also reboot o [2002/09/30] i386/43539 i386 [fdc] Cannot mout floppy on Compaq Prolia o [2002/12/09] i386/46113 i386 [bus] [patch] busspace bugs in parameter o [2003/01/19] i386/47223 i386 [pcvt] [PATCH] pcvt(4), ESC sequences do o [2003/01/22] i386/47376 i386 [pcvt] [PATCH], pcvt(4), COLOR_KERNEL_FG, o [2003/05/19] i386/52427 i386 DVD replay under MSI "655 MAX" mobo inter o [2003/08/21] i386/55838 i386 [kbd] [patch] Dual characters from keyboa o [2003/10/31] i386/58784 i386 [ata] ATA does not work in DMA mode (ASUS o [2003/12/17] i386/60319 i386 [hang] read error 34/0 during installatio o [2003/12/29] i386/60702 i386 can't boot 5.2-RC2 iso's to install o [2004/01/07] i386/61005 i386 [boot] The Boot Manager in FreeBSD 5.2RC o [2004/01/13] i386/61308 i386 Maxproc Limits counts Zombie Processes wh o [2004/01/14] i386/61348 i386 Adaptec 1460D PCI SCSI Card does not work o [2004/01/16] i386/61442 i386 Highpoint RocketRAID 1520 uses only UDMA2 o [2004/01/17] i386/61481 i386 [patch] a mechanism to wire io-channel-ch o [2004/01/18] i386/61545 i386 5.2 release cannot see NIC on Dell 1750 o [2004/01/19] i386/61579 i386 [hang] sis 645dx is not working (but on t o [2004/01/20] i386/61603 i386 [sysinstall] wrong geometry guessed o [2004/01/27] i386/62003 i386 [loader] [patch] make /boot/loader "reboo o [2004/02/03] i386/62288 i386 reopened raid disks on a running system o [2004/02/04] i386/62324 i386 [bge] Onboard Broadcom BCM5705 controller o [2004/02/17] i386/62977 i386 Mouse daemon during install/setup o [2004/03/05] i386/63815 i386 boot loader waste a lot of time (10 min) o [2004/03/23] i386/64626 i386 AP initialization problem on GIGABYTE GA- o [2004/04/03] i386/65124 i386 Unable to disable TERM_EMU cleanly o [2004/04/14] i386/65528 i386 [psm] mouse cursor disapears on moving o [2004/05/22] i386/67055 i386 [psm] Mouse (wheel) detection problem on o [2004/05/30] i386/67383 i386 [i386] [patch] do a better job disassembl o [2004/06/04] i386/67578 i386 [kbd] Keyboard error IBM xSeries 335 o [2004/06/10] i386/67773 i386 5.x series - md5 on dev no longer works e o [2004/06/19] i386/68117 i386 serious network collisions after NIC "med o [2004/06/20] i386/68140 i386 Problem with Sony AIT ATAPI Tape dirve o [2004/06/30] i386/68518 i386 [agp] [hang] hangs while loading 82443BX o [2004/07/07] i386/68754 i386 [hang] SMP reset bug (Tyan Thunder100, 44 o [2004/07/18] i386/69257 i386 [i386] [patch] in_cksum_hdr is non-functi o [2004/07/28] i386/69722 i386 [wi] wi0: init failed, Lucent Technologie o [2004/08/18] i386/70610 i386 [speaker] [patch] spkr(4): hardcoded assu o [2004/08/22] i386/70832 i386 [re] serious problems with RealTek NIC us o [2004/09/11] i386/71586 i386 FreeBSD 5.3-BETA3 #3 hang during boot on o [2004/09/20] i386/71924 i386 timeouts with ata+hpt366 controller on BE o [2004/09/29] i386/72179 i386 [acpi] [patch] Inconsistent apm(8) output o [2004/10/30] i386/73308 i386 unable to install on AMD 2500+,NF2,GF MX4 o [2004/11/09] i386/73742 i386 5.3 rel i386 disk2 image not copying o [2004/11/14] i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep o [2004/11/20] i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst o [2004/11/21] i386/74216 i386 system halts o [2004/11/21] i386/74218 i386 boot floppy (2nd time) read error o [2004/11/24] i386/74327 i386 [pmap] [patch] mlock() causes physical me o [2004/11/27] i386/74454 i386 [bsd.cpu.mk] [patch] Adding VIA Eden fami o [2004/12/03] i386/74650 i386 System Reboot with umount command o [2004/12/03] i386/74658 i386 [ata] ATAPI CD not recognized after booti o [2004/12/07] i386/74803 i386 regression: lost 3Com509B in 5.X o [2004/12/12] i386/74966 i386 [rl] Realtek driver seems to misinterpret o [2004/12/15] i386/75090 i386 [ata] READ_BIG errors with Sony CRX1611 o [2004/12/17] i386/75185 i386 ACPI doesn't power off Tyan S2460 o [2004/12/23] i386/75420 i386 CMD 648 PCI not work o [2004/12/28] i386/75583 i386 Installation fails o [2005/01/04] i386/75776 i386 NO ps/2 keyboard using USB keyboard under o [2005/01/06] i386/75881 i386 ACPI suspend/resume doesn't work on ASUS o [2005/01/06] i386/75898 i386 Exception and reboot: Loader and kernel u o [2005/01/23] i386/76587 i386 ps2 mouse weird... o [2005/01/25] i386/76653 i386 Problem with Asahi Optical usb device (Pe o [2005/02/14] i386/77477 i386 AHA-1542CP SCSI failed to probe o [2005/03/07] i386/78569 i386 seg fault compiling after install on AMD o [2005/03/21] i386/79091 i386 [i386] [patch] Small optimization for i38 o [2005/03/22] i386/79136 i386 disk controller not detected o [2005/03/27] i386/79274 i386 Autoconfigure fails for O2Micro OZ6812/68 o [2005/03/28] i386/79317 i386 Freebsd Erasing NVRAM o [2005/04/12] i386/79840 i386 Partitioning and formating a new disk fai o [2005/04/14] i386/79890 i386 burncd fails on a Pioneer DVD drive o [2005/04/18] i386/80081 i386 [if_ndis] Problem loading a NDIS kernel m o [2005/04/19] i386/80092 i386 PC Cards do not work at all on laptop Com o [2005/04/19] i386/80095 i386 ld-elf.so.1 crashes with executables prod o [2005/05/15] i386/81082 i386 Failure to detect Pioneer CD drive on Int o [2005/05/22] i386/81358 i386 [geode.c] [patch] add PC Engines WRAP sup o [2005/05/28] i386/81597 i386 My POS-460 system based on a Western Digi o [2005/06/02] i386/81790 i386 Asus P4SP-MX + FreeBSD = hangs on reboot o [2005/06/22] i386/82548 i386 VBE video driver incorrectly switches to/ o [2005/07/05] i386/83018 i386 Installer will not boot o [2005/08/04] i386/84555 i386 boot2 unable to load kernel directly. o [2005/08/23] i386/85242 i386 [libc] [patch] libc contains relocation t o [2005/08/23] i386/85246 i386 unable to install from CD on Asus PC-DL D o [2005/08/24] i386/85273 i386 FreeBSD (NetBSD or OpenBSD) not install o o [2005/08/28] i386/85417 i386 [i386] [patch] Possible bug in ia32 float o [2005/08/28] i386/85423 i386 [ex] ex(4) does not correctly recognize N o [2005/09/02] i386/85652 i386 [loader] [patch] deal with out-of-memory o [2005/09/02] i386/85653 i386 [i386] [patch] relieve hangs in tight loo o [2005/09/02] i386/85654 i386 [i386] [patch] separate max cpu from max o [2005/09/02] i386/85655 i386 [i386] [patch] expose cpu info for i386 s o [2005/09/02] i386/85656 i386 [i386] [patch] expose more i386 specific o [2005/09/07] i386/85851 i386 system hangs on during booting the machin f [2005/09/13] i386/86068 i386 Fatal trap 12,while running pim6sd o [2005/09/25] i386/86563 i386 System doesn't reboot on "shutdown -r now f [2005/10/01] i386/86820 i386 ISO Install Disk hangs after acd0: o [2005/10/10] i386/87222 i386 The moving cursor of the mouse at a login o [2005/10/13] i386/87359 i386 /usr/src/crypto/openssh does not honour N f [2005/10/16] i386/87507 i386 installation of 6.0 RC1 failed to create o [2005/10/25] i386/87968 i386 [fdc] cannot access the floppy device o [2005/10/26] i386/88020 i386 cannot boot unless: hint.apic.0.disabled= o [2005/11/01] i386/88320 i386 ypxfr talks IPv6 to IPv4-only portmap -> o [2005/11/04] i386/88491 i386 [panic] Panic when boot installation CD1 f [2005/11/07] i386/88585 i386 [fdc] Cannot mount floppy (HP Proliant ML o [2005/11/14] i386/88965 i386 vidcontrol hangs with 2 modules of RAM o [2005/11/14] i386/88992 i386 Kernel Panic at the begining, before the o [2005/11/16] i386/89165 i386 Freebsd 5.4 atheros drive mac id authenti o [2005/11/19] i386/89294 i386 unknown CPU (i386/amd64) Features2 o [2005/11/22] i386/89409 i386 6-STABLE requires ACPI disabled, 5-STABLE o [2005/11/22] i386/89438 i386 bootfloppy creation on winxp and archlinu f [2005/11/26] i386/89568 i386 XBOX options missing from NOTES o [2005/12/07] i386/90057 i386 During installation, the 'chown' command. o [2005/12/07] i386/90060 i386 Installation error on acer 3002wlc laptop o [2005/12/10] i386/90168 i386 cdrom mount problems o [2005/12/11] i386/90243 i386 Laptop fan doesn't turn off (ACPI enabled o [2005/12/19] i386/90641 i386 top not show 2 CPU o [2005/12/22] i386/90821 i386 Install cd fails on vectra 6/180 w/ scsi o [2005/12/23] i386/90839 i386 burncd gets error on CDRIOCFIXATE with HL o [2006/01/02] i386/91219 i386 Webmin / Nvidia / Gnome = Graphics Corrup o [2006/01/03] i386/91250 i386 make buildworld netgraph/build.c failure o [2006/01/05] i386/91328 i386 L2/L3 cache of some IA32 CPUs not properl o [2006/01/07] i386/91476 i386 floppy drive doesn't work in MS Virtual S 127 problems total. From owner-freebsd-i386@FreeBSD.ORG Tue Jan 10 05:30:09 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1928A16A41F for ; Tue, 10 Jan 2006 05:30:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 792D343D4C for ; Tue, 10 Jan 2006 05:30:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0A5U8Ak067137 for ; Tue, 10 Jan 2006 05:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0A5U87G067131; Tue, 10 Jan 2006 05:30:08 GMT (envelope-from gnats) Resent-Date: Tue, 10 Jan 2006 05:30:08 GMT Resent-Message-Id: <200601100530.k0A5U87G067131@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bob McClure Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B1D916A41F for ; Tue, 10 Jan 2006 05:23:00 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D77F543D45 for ; Tue, 10 Jan 2006 05:22:59 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0A5Mxer040249 for ; Tue, 10 Jan 2006 05:22:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0A5Mx7Y040247; Tue, 10 Jan 2006 05:22:59 GMT (envelope-from nobody) Message-Id: <200601100522.k0A5Mx7Y040247@www.freebsd.org> Date: Tue, 10 Jan 2006 05:22:59 GMT From: Bob McClure To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/91580: fstat not working properly? X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2006 05:30:09 -0000 >Number: 91580 >Category: i386 >Synopsis: fstat not working properly? >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 10 05:30:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Bob McClure >Release: FreeBSD 6.0-RELEASE >Organization: Vestcom >Environment: FreeBSD lr-netcom-01.vestcomretail.com 6.0-RELEASE FreeBSD 6.0-RELEASE #2: Sat Dec 17 09:58:03 CST 2005 bobm@lr-netcom-02.vestcomretail.com:/usr/src/sys/i386/compile/GENERIC i386 >Description: I have been relying on fstat to verify that files are closed before processing in batch FreeBSD 5.3-RELEASE and parsing the output. 6.0-RELEASE does not report open files in the same manner. >How-To-Repeat: 5.3-RELEASE: ;cd /var/log ;fstat messages USER CMD PID FD MOUNT INUM MODE SZ|DV R/W NAME root syslogd 296 9 /var 16486 -rw-r--r-- 79798 w messages 6.0-RELEASE: ;cd /var/log fstat messages USER CMD PID FD MOUNT INUM MODE SZ|DV R/W NAME (no output) >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Tue Jan 10 12:30:08 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBB2916A41F for ; Tue, 10 Jan 2006 12:30:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C421643D46 for ; Tue, 10 Jan 2006 12:30:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0ACU7P8096562 for ; Tue, 10 Jan 2006 12:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0ACU7QF096552; Tue, 10 Jan 2006 12:30:07 GMT (envelope-from gnats) Resent-Date: Tue, 10 Jan 2006 12:30:07 GMT Resent-Message-Id: <200601101230.k0ACU7QF096552@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christoph Badura Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3118D16A41F for ; Tue, 10 Jan 2006 12:29:12 +0000 (GMT) (envelope-from bad@bsd.de) Received: from smtp.tal.de (s05.tal.de [81.92.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1536F43D48 for ; Tue, 10 Jan 2006 12:29:10 +0000 (GMT) (envelope-from bad@bsd.de) Received: from irregular-apocalypse.k.bsd.de (unknown [82.139.197.224]) by smtp.tal.de (SMTP.TAL.DE) with ESMTP id 2898A191ECE for ; Tue, 10 Jan 2006 13:29:01 +0100 (CET) Received: from cargo-cult.k.bsd.de (cargo-cult.k.bsd.de [192.168.177.130]) by irregular-apocalypse.k.bsd.de (Postfix) with ESMTP id 5FEBD6D40 for ; Tue, 10 Jan 2006 13:29:00 +0100 (MET) Received: by cargo-cult.k.bsd.de (Postfix, from userid 201) id E30345F1B; Tue, 10 Jan 2006 13:28:59 +0100 (MET) Message-Id: <20060110122859.E30345F1B@cargo-cult.k.bsd.de> Date: Tue, 10 Jan 2006 13:28:59 +0100 (MET) From: Christoph Badura To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: i386/91594: FreeBSD > 5.4 w/ACPI fails to detect Intel Pro/1000 MT 4-ort NIC in PCI slot 3 of DL380 G4. X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christoph Badura List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2006 12:30:08 -0000 >Number: 91594 >Category: i386 >Synopsis: FreeBSD > 5.4 w/ACPI fails to detect Intel Pro/1000 MT 4-ort NIC in PCI slot 3 of DL380 G4. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 10 12:30:06 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Christoph Badura >Release: FreeBSD 5.4-RELEASE-p8 i386 >Organization: >Environment: System: FreeBSD test 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #0: Wed Dec 21 16:38:48 CET 2005 root@test:/usr/obj/usr/src/sys/FW-DL380-SMP i386 >Description: I have a couple of HP DL380 G4s with Intel Pro/1000 MT 4-port NIC in PCI slot 3. When booting an ACPI-enabled kernel, e.g. GENERIC or SMP the NIC is not recognised. Instead I get the following error message: pcib6: at device 1.0 on pci6 device_attach: pcib6 attach returned 6 Booting the kernel with the ACPI module disabled causes the card to be recognised: pcib6: at device 1.0 on pci6 pci7: on pcib6 em0: port 0x5000-0x503f mem 0xfdfe0000-0xfdffffff irq 74 at device 4.0 on pci7 etc. The behaviour is the same with FreeBSD 6.0. Here is the verbose dmesg output with ACPI enabled: ioapic0: intpin 18 -> PCI IRQ 18 (level, low) ioapic0: intpin 19 -> PCI IRQ 19 (level, low) ioapic0: intpin 20 -> PCI IRQ 20 (level, low) ioapic0: intpin 21 -> PCI IRQ 21 (level, low) ioapic0: intpin 22 -> PCI IRQ 22 (level, low) ioapic0: intpin 23 -> PCI IRQ 23 (level, low) MADT: Found IO APIC ID 9, Interrupt 24 at 0xfec80000 ioapic1: intpin 0 -> PCI IRQ 24 (level, low) ioapic1: intpin 1 -> PCI IRQ 25 (level, low) ioapic1: intpin 2 -> PCI IRQ 26 (level, low) ioapic1: intpin 3 -> PCI IRQ 27 (level, low) ioapic1: intpin 4 -> PCI IRQ 28 (level, low) ioapic1: intpin 5 -> PCI IRQ 29 (level, low) ioapic1: intpin 6 -> PCI IRQ 30 (level, low) ioapic1: intpin 7 -> PCI IRQ 31 (level, low) ioapic1: intpin 8 -> PCI IRQ 32 (level, low) ioapic1: intpin 9 -> PCI IRQ 33 (level, low) ioapic1: intpin 10 -> PCI IRQ 34 (level, low) ioapic1: intpin 11 -> PCI IRQ 35 (level, low) ioapic1: intpin 12 -> PCI IRQ 36 (level, low) ioapic1: intpin 13 -> PCI IRQ 37 (level, low) ioapic1: intpin 14 -> PCI IRQ 38 (level, low) ioapic1: intpin 15 -> PCI IRQ 39 (level, low) ioapic1: intpin 16 -> PCI IRQ 40 (level, low) ioapic1: intpin 17 -> PCI IRQ 41 (level, low) ioapic1: intpin 18 -> PCI IRQ 42 (level, low) ioapic1: intpin 19 -> PCI IRQ 43 (level, low) ioapic1: intpin 20 -> PCI IRQ 44 (level, low) ioapic1: intpin 21 -> PCI IRQ 45 (level, low) ioapic1: intpin 22 -> PCI IRQ 46 (level, low) ioapic1: intpin 23 -> PCI IRQ 47 (level, low) MADT: Found IO APIC ID 10, Interrupt 48 at 0xfec80100 ioapic2: intpin 0 -> PCI IRQ 48 (level, low) ioapic2: intpin 1 -> PCI IRQ 49 (level, low) ioapic2: intpin 2 -> PCI IRQ 50 (level, low) ioapic2: intpin 3 -> PCI IRQ 51 (level, low) ioapic2: intpin 4 -> PCI IRQ 52 (level, low) ioapic2: intpin 5 -> PCI IRQ 53 (level, low) ioapic2: intpin 6 -> PCI IRQ 54 (level, low) ioapic2: intpin 7 -> PCI IRQ 55 (level, low) ioapic2: intpin 8 -> PCI IRQ 56 (level, low) ioapic2: intpin 9 -> PCI IRQ 57 (level, low) ioapic2: intpin 10 -> PCI IRQ 58 (level, low) ioapic2: intpin 11 -> PCI IRQ 59 (level, low) ioapic2: intpin 12 -> PCI IRQ 60 (level, low) ioapic2: intpin 13 -> PCI IRQ 61 (level, low) ioapic2: intpin 14 -> PCI IRQ 62 (level, low) ioapic2: intpin 15 -> PCI IRQ 63 (level, low) ioapic2: intpin 16 -> PCI IRQ 64 (level, low) ioapic2: intpin 17 -> PCI IRQ 65 (level, low) ioapic2: intpin 18 -> PCI IRQ 66 (level, low) ioapic2: intpin 19 -> PCI IRQ 67 (level, low) ioapic2: intpin 20 -> PCI IRQ 68 (level, low) ioapic2: intpin 21 -> PCI IRQ 69 (level, low) ioapic2: intpin 22 -> PCI IRQ 70 (level, low) ioapic2: intpin 23 -> PCI IRQ 71 (level, low) MADT: Found IO APIC ID 11, Interrupt 72 at 0xfec84000 ioapic3: intpin 0 -> PCI IRQ 72 (level, low) ioapic3: intpin 1 -> PCI IRQ 73 (level, low) ioapic3: intpin 2 -> PCI IRQ 74 (level, low) ioapic3: intpin 3 -> PCI IRQ 75 (level, low) ioapic3: intpin 4 -> PCI IRQ 76 (level, low) ioapic3: intpin 5 -> PCI IRQ 77 (level, low) ioapic3: intpin 6 -> PCI IRQ 78 (level, low) ioapic3: intpin 7 -> PCI IRQ 79 (level, low) ioapic3: intpin 8 -> PCI IRQ 80 (level, low) ioapic3: intpin 9 -> PCI IRQ 81 (level, low) ioapic3: intpin 10 -> PCI IRQ 82 (level, low) ioapic3: intpin 11 -> PCI IRQ 83 (level, low) ioapic3: intpin 12 -> PCI IRQ 84 (level, low) ioapic3: intpin 13 -> PCI IRQ 85 (level, low) ioapic3: intpin 14 -> PCI IRQ 86 (level, low) ioapic3: intpin 15 -> PCI IRQ 87 (level, low) ioapic3: intpin 16 -> PCI IRQ 88 (level, low) ioapic3: intpin 17 -> PCI IRQ 89 (level, low) ioapic3: intpin 18 -> PCI IRQ 90 (level, low) ioapic3: intpin 19 -> PCI IRQ 91 (level, low) ioapic3: intpin 20 -> PCI IRQ 92 (level, low) ioapic3: intpin 21 -> PCI IRQ 93 (level, low) ioapic3: intpin 22 -> PCI IRQ 94 (level, low) ioapic3: intpin 23 -> PCI IRQ 95 (level, low) MADT: Found IO APIC ID 12, Interrupt 96 at 0xfec84100 ioapic4: intpin 0 -> PCI IRQ 96 (level, low) ioapic4: intpin 1 -> PCI IRQ 97 (level, low) ioapic4: intpin 2 -> PCI IRQ 98 (level, low) ioapic4: intpin 3 -> PCI IRQ 99 (level, low) ioapic4: intpin 4 -> PCI IRQ 100 (level, low) ioapic4: intpin 5 -> PCI IRQ 101 (level, low) ioapic4: intpin 6 -> PCI IRQ 102 (level, low) ioapic4: intpin 7 -> PCI IRQ 103 (level, low) ioapic4: intpin 8 -> PCI IRQ 104 (level, low) ioapic4: intpin 9 -> PCI IRQ 105 (level, low) ioapic4: intpin 10 -> PCI IRQ 106 (level, low) ioapic4: intpin 11 -> PCI IRQ 107 (level, low) ioapic4: intpin 12 -> PCI IRQ 108 (level, low) ioapic4: intpin 13 -> PCI IRQ 109 (level, low) ioapic4: intpin 14 -> PCI IRQ 110 (level, low) ioapic4: intpin 15 -> PCI IRQ 111 (level, low) ioapic4: intpin 16 -> PCI IRQ 112 (level, low) ioapic4: intpin 17 -> PCI IRQ 113 (level, low) ioapic4: intpin 18 -> PCI IRQ 114 (level, low) ioapic4: intpin 19 -> PCI IRQ 115 (level, low) ioapic4: intpin 20 -> PCI IRQ 116 (level, low) ioapic4: intpin 21 -> PCI IRQ 117 (level, low) ioapic4: intpin 22 -> PCI IRQ 118 (level, low) ioapic4: intpin 23 -> PCI IRQ 119 (level, low) MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 ioapic0: intpin 2 trigger: edge ioapic0: intpin 2 polarity: high MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level ioapic0: intpin 9 polarity: high lapic: Routing NMI -> LINT1 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard ioapic2 irqs 48-71 on motherboard ioapic3 irqs 72-95 on motherboard ioapic4 irqs 96-119 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00050014 LDR: 0x01000000 DFR: 0x0fffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff wlan: <802.11 Link Layer> random: io: mem: Pentium Pro MTRR support enabled null: npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: [MPSAFE] pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=80] is there (id=35908086) pcibios: BIOS version 2.10 acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: bus 5 dev 0 func 0 acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: bus 0 dev 31 func 0 acpi0: Power Button (fixed) acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: bus 0 dev 0 func 0 ACPI timer: 0/5 0/6 0/5 0/4 0/5 0/5 0/5 0/6 0/4 0/4 -> 0 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x908-0x90b on acpi0 cpu0: on acpi0 pcib0: on acpi0 ACPI PCI link initial configuration: pci0: on pcib0 pci0: physical bus=0 found-> vendor=0x8086, dev=0x3590, revid=0x0c bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0146, statreg=0x0090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3595, revid=0x0c bus=0, slot=2, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x3599, revid=0x0c bus=0, slot=6, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 map[20]: type 4, range 32, base 00002000, size 5, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x24d2, revid=0x02 bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=16 map[20]: type 4, range 32, base 00002020, size 5, enabled pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 19 found-> vendor=0x8086, dev=0x24d4, revid=0x02 bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=19 map[20]: type 4, range 32, base 00002040, size 5, enabled pcib0: matched entry for 0.29.INTC pcib0: slot 29 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x24d7, revid=0x02 bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=18 map[20]: type 4, range 32, base 00002060, size 5, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x24de, revid=0x02 bus=0, slot=29, func=3 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=16 map[10]: type 1, range 32, base fbef0000, size 10, enabled pcib0: matched entry for 0.29.INTD pcib0: slot 29 INTD hardwired to IRQ 23 found-> vendor=0x8086, dev=0x24dd, revid=0x02 bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=23 powerspec 2 supports D0 D3 current D0 found-> vendor=0x8086, dev=0x244e, revid=0xc2 bus=0, slot=30, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0080, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x24d0, revid=0x02 bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x014f, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type 4, range 32, base 00000500, size 4, enabled found-> vendor=0x8086, dev=0x24db, revid=0x02 bus=0, slot=31, func=1 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0288, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 pcib1: at device 2.0 on pci0 pcib1: secondary bus 2 pcib1: subordinate bus 4 pcib1: I/O decode 0x4000-0x4fff pcib1: memory decode 0xfdd00000-0xfdefffff pcib1: prefetched decode 0xfff00000-0xfffff ACPI PCI link initial configuration: pci2: on pcib1 pci2: physical bus=2 found-> vendor=0x8086, dev=0x0329, revid=0x09 bus=2, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x032a, revid=0x09 bus=2, slot=0, func=2 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) pcib2: at device 0.0 on pci2 pcib2: secondary bus 3 pcib2: subordinate bus 3 pcib2: I/O decode 0xf000-0xfff pcib2: memory decode 0xfdd00000-0xfddfffff pcib2: prefetched decode 0xfff00000-0xfffff ACPI PCI link initial configuration: pci3: on pcib2 pci3: physical bus=3 map[10]: type 1, range 64, base fddf0000, size 16, enabled pcib2: device (null) requested decoded memory range 0xfddf0000-0xfddfffff pcib1: device (null) requested decoded memory range 0xfddf0000-0xfddfffff pcib2: matched entry for 3.1.INTA pcib2: slot 1 INTA hardwired to IRQ 25 found-> vendor=0x14e4, dev=0x1648, revid=0x10 bus=3, slot=1, func=0 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0156, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns) intpin=a, irq=25 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit map[10]: type 1, range 64, base fdde0000, size 16, enabled pcib2: device (null) requested decoded memory range 0xfdde0000-0xfddeffff pcib1: device (null) requested decoded memory range 0xfdde0000-0xfddeffff pcib2: matched entry for 3.1.INTB pcib2: slot 1 INTB hardwired to IRQ 26 found-> vendor=0x14e4, dev=0x1648, revid=0x10 bus=3, slot=1, func=1 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0156, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns) intpin=b, irq=26 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit bge0: mem 0xfddf0000-0xfddfffff irq 25 at device 1.0 on pci3 bge0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xfddf0000 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: bpf attached bge0: Ethernet address: 00:13:21:f1:ca:a1 bge0: [MPSAFE] bge1: mem 0xfdde0000-0xfddeffff irq 26 at device 1.1 on pci3 bge1: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xfdde0000 miibus1: on bge1 brgphy1: on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge1: bpf attached bge1: Ethernet address: 00:13:21:f1:ca:a0 bge1: [MPSAFE] pcib3: at device 0.2 on pci2 pcib3: secondary bus 4 pcib3: subordinate bus 4 pcib3: I/O decode 0x4000-0x4fff pcib3: memory decode 0xfde00000-0xfdefffff pcib3: prefetched decode 0xfff00000-0xfffff ACPI PCI link initial configuration: pci4: on pcib3 pci4: physical bus=4 map[10]: type 1, range 64, base fdef0000, size 13, enabled pcib3: device (null) requested decoded memory range 0xfdef0000-0xfdef1fff pcib1: device (null) requested decoded memory range 0xfdef0000-0xfdef1fff map[18]: type 4, range 32, base 00004000, size 8, enabled pcib3: device (null) requested decoded I/O range 0x4000-0x40ff pcib1: device (null) requested decoded I/O range 0x4000-0x40ff map[1c]: type 1, range 64, base fde80000, size 18, enabled pcib3: device (null) requested decoded memory range 0xfde80000-0xfdebffff pcib1: device (null) requested decoded memory range 0xfde80000-0xfdebffff pcib3: matched entry for 4.3.INTA pcib3: slot 3 INTA hardwired to IRQ 51 found-> vendor=0x0e11, dev=0x0046, revid=0x01 bus=4, slot=3, func=0 class=01-04-00, hdrtype=0x00, mfdev=0 cmdreg=0x0157, statreg=0x0230, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=51 powerspec 2 supports D0 D1 D3 current D0 ciss0: port 0x4000-0x40ff mem 0xfde80000-0xfdebffff,0xfdef0000-0xfdef1fff irq 51 at device 3.0 on pci4 ciss0: Reserved 0x2000 bytes for rid 0x10 type 3 at 0xfdef0000 ciss0: [GIANT-LOCKED] ciss0: using 256 of 1024 available commands ciss0: firmware 2.36 ciss0: 2 SCSI channels ciss0: signature 'CISS' ciss0: valence 1 ciss0: supported I/O methods 0x80000006 ciss0: active I/O method 0x3 ciss0: 4G page base 0x00000000 ciss0: interrupt coalesce delay 1000us ciss0: interrupt coalesce count 16 ciss0: max outstanding commands 1024 ciss0: bus types 0x2 ciss0: server name '' ciss0: heartbeat 0x30000039 ciss0: 2 physical devices ciss0: 1 logical drive ciss0: logical drive (b0t0): RAID 0, 34304MB online pcib4: at device 6.0 on pci0 pcib4: secondary bus 5 pcib4: subordinate bus 12 pcib4: I/O decode 0x5000-0x5fff pcib4: memory decode 0xfdf00000-0xfdffffff pcib4: prefetched decode 0xfff00000-0xfffff ACPI PCI link initial configuration: pci5: on pcib4 pci5: physical bus=5 found-> vendor=0x8086, dev=0x0329, revid=0x09 bus=5, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x032a, revid=0x09 bus=5, slot=0, func=2 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) pcib5: at device 0.0 on pci5 pcib5: secondary bus 6 pcib5: subordinate bus 9 pcib5: I/O decode 0x5000-0x5fff pcib5: memory decode 0xfdf00000-0xfdffffff pcib5: prefetched decode 0xfff00000-0xfffff ACPI PCI link initial configuration: pci6: on pcib5 pci6: physical bus=6 found-> vendor=0x1014, dev=0x01a7, revid=0x02 bus=6, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0230, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) pcib6: at device 1.0 on pci6 pcib6: secondary bus 7 pcib6: subordinate bus 7 pcib6: I/O decode 0x5000-0x5fff pcib6: memory decode 0xfdf00000-0xfdffffff pcib6: prefetched decode 0xfff00000-0xfffff device_attach: pcib6 attach returned 6 pcib7: at device 0.2 on pci5 pcib7: secondary bus 10 pcib7: subordinate bus 12 pcib7: I/O decode 0xf000-0xfff pcib7: memory decode 0xfff00000-0xfffff pcib7: prefetched decode 0xfff00000-0xfffff ACPI PCI link initial configuration: pci10: on pcib7 pci10: physical bus=10 uhci0: port 0x2000-0x201f irq 16 at device 29.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x2000 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x2020-0x203f irq 19 at device 29.1 on pci0 uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0x2020 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x2040-0x205f irq 18 at device 29.2 on pci0 uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0x2040 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3: port 0x2060-0x207f irq 16 at device 29.3 on pci0 uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0x2060 uhci3: [GIANT-LOCKED] usb3: on uhci3 usb3: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered pci0: at device 29.7 (no driver attached) pcib8: at device 30.0 on pci0 pcib8: secondary bus 1 pcib8: subordinate bus 1 pcib8: I/O decode 0x1000-0x3fff pcib8: memory decode 0xfbf00000-0xfcffffff pcib8: prefetched decode 0xfff00000-0xfffff pcib8: Subtractively decoded bridge. ACPI PCI link initial configuration: pci1: on pcib8 pci1: physical bus=1 map[10]: type 1, range 32, base fc000000, size 24, enabled pcib8: device (null) requested decoded memory range 0xfc000000-0xfcffffff map[14]: type 4, range 32, base 00003000, size 8, enabled pcib8: device (null) requested decoded I/O range 0x3000-0x30ff map[18]: type 1, range 32, base fbff0000, size 12, enabled pcib8: device (null) requested decoded memory range 0xfbff0000-0xfbff0fff found-> vendor=0x1002, dev=0x4752, revid=0x27 bus=1, slot=3, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0087, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 4, range 32, base 00001800, size 8, enabled pcib8: device (null) requested decoded I/O range 0x1800-0x18ff map[14]: type 1, range 32, base fbfe0000, size 9, enabled pcib8: device (null) requested decoded memory range 0xfbfe0000-0xfbfe01ff pcib8: matched entry for 1.4.INTA pcib8: slot 4 INTA hardwired to IRQ 21 found-> vendor=0x0e11, dev=0xb203, revid=0x01 bus=1, slot=4, func=0 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0103, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=21 powerspec 2 supports D0 D3 current D0 map[10]: type 4, range 32, base 00003400, size 8, enabled pcib8: device (null) requested decoded I/O range 0x3400-0x34ff map[14]: type 1, range 32, base fbfd0000, size 11, enabled pcib8: device (null) requested decoded memory range 0xfbfd0000-0xfbfd07ff map[18]: type 1, range 32, base fbfc0000, size 13, enabled pcib8: device (null) requested decoded memory range 0xfbfc0000-0xfbfc1fff map[1c]: type 1, range 32, base fbf00000, size 19, enabled pcib8: device (null) requested decoded memory range 0xfbf00000-0xfbf7ffff pcib8: matched entry for 1.4.INTB pcib8: slot 4 INTB hardwired to IRQ 22 found-> vendor=0x0e11, dev=0xb204, revid=0x01 bus=1, slot=4, func=2 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0197, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=22 powerspec 2 supports D0 D3 current D0 pci1: at device 3.0 (no driver attached) pci1: at device 4.0 (no driver attached) pci1: at device 4.2 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x500-0x50f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x500 ata0: channel #0 on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=01 ata0-master: stat=0xd0 err=0xd0 lsb=0xd0 msb=0xd0 ata0-master: stat=0xd0 err=0xd0 lsb=0xd0 msb=0xd0 ata0-master: stat=0x00 err=0x01 lsb=0x14 msb=0xeb ata0-slave: stat=0x01 err=0x04 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=00 stat1=01 devices=0x4 ata0: [MPSAFE] ata1: channel #1 on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=03 ostat0=00 ostat1=00 ata1-master: stat=0x01 err=0x01 lsb=0x01 msb=0x01 ata1-slave: stat=0x01 err=0x01 lsb=0x01 msb=0x01 ata1: reset tp2 stat0=01 stat1=01 devices=0x0 ata1: [MPSAFE] acpi_tz0: on acpi0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 kbd0: atkbd0, generic (0), config:0x0, flags:0x3f0000 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ psmcpnp0: irq 12 on acpi0 psm0: current command byte:0065 psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons psm0: config:00000000, flags:00000008, packet size:3 psm0: syncmask:c0, syncbits:00 unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) sio0: irq maps: 0x4001 0x4011 0x4001 0x4001 sio0: port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A fdc0: port 0x3f2-0x3f5 irq 6 drq 2 on acpi0 fdc0: ic_type 90 part_id 73 fdc0: [MPSAFE] fdc0: [FAST] unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 ex_isa_identify() unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed 0 unknown: status reg test failed f0 unknown: status reg test failed ff unknown: status reg test failed ff sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it ahc_isa_probe 0: ioport 0xc00 alloc failed isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: at iomem 0xee000-0xeffff,0xc8000-0xcbfff,0xc0000-0xc7fff on isa0 pmtimer0 on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) lnc0: not probed (disabled) pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0 pcic1: not probed (disabled) ppc0: parallel port not found. ppc0: failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: irq maps: 0x4041 0x4041 0x4041 0x4041 sio1: probe failed test(s): 4 sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 07 80 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff vt0: not probed (disabled) isa_probe_children: probing PnP devices Device configuration finished. Reducing kern.maxvnodes 198755 -> 100000 procfs registered Timecounter "TSC" frequency 3200130808 Hz quality 800 Timecounters tick every 10.000 msec lo0: bpf attached fdc0: output ready timeout fdc0: output ready timeout fdc0: output ready timeout fdc0: output ready timeout fdc0: output ready timeout fdc0: output ready timeout fdc0: output ready timeout ata0-master: pio=0x0c wdma=0x22 udma=0x42 cable=40pin ata0-master: setting PIO4 on Intel ICH5 chip acd0: CDRW drive at ata0 as master acd0: read 4134KB/s (4134KB/s) write 4134KB/s (4134KB/s), 1654KB buffer, PIO4 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: CDR, CDRW, test write acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: CD-R 120mm data disc fdc0: output ready timeout fdc0: input ready timeout fdc0: input ready timeout fdc0: output ready timeout fdc0: input ready timeout fdc0: input ready timeout fdc0: output ready timeout fdc0: input ready timeout fdc0: input ready timeout fdc0: output ready timeout fdc0: input ready timeout fdc0: input ready timeout ciss0: command status 0x1 (target status) scsi status 0x2 (probe0:ciss0:0:0:0): error 22 (probe0:ciss0:0:0:0): Unretryable Error ciss0: command status 0x1 (target status) scsi status 0x2 (probe0:ciss0:0:0:0): error 22 (probe0:ciss0:0:0:0): Unretryable Error pass0 at ciss0 bus 0 target 0 lun 0 pass0: Fixed Direct Access SCSI-0 device pass0: 135.168MB/s transfers da0 at ciss0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 135.168MB/s transfers da0: 34727MB (71122560 512 byte sectors: 255H 32S/T 8716C) GEOM: new disk da0 ioapic0: routing intpin 1 (ISA IRQ 1) to cluster 0 ioapic0: routing intpin 4 (ISA IRQ 4) to cluster 0 ioapic0: routing intpin 6 (ISA IRQ 6) to cluster 0 ioapic0: routing intpin 8 (ISA IRQ 8) to cluster 0 ioapic0: routing intpin 9 (ISA IRQ 9) to cluster 0 ioapic0: routing intpin 12 (ISA IRQ 12) to cluster 0 ioapic0: routing intpin 13 (ISA IRQ 13) to cluster 0 ioapic0: routing intpin 14 (ISA IRQ 14) to cluster 0 ioapic0: routing intpin 15 (ISA IRQ 15) to cluster 0 ioapic0: routing intpin 16 (PCI IRQ 16) to cluster 0 ioapic0: routing intpin 18 (PCI IRQ 18) to cluster 0 ioapic0: routing intpin 19 (PCI IRQ 19) to cluster 0 ioapic1: routing intpin 1 (PCI IRQ 25) to cluster 0 ioapic1: routing intpin 2 (PCI IRQ 26) to cluster 0 ioapic2: routing intpin 3 (PCI IRQ 51) to cluster 0 [0] f:80 typ:165 s(CHS):0/1/1 e(CHS):1023/254/32 s:32 l:71122528 [1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [3] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 GEOM: Configure da0s1, start 16384 length 36414734336 end 36414750719 [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [3] f:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 GEOM: Configure da0s1a, start 0 length 134217728 end 134217727 GEOM: Configure da0s1b, start 134217728 length 3279945728 end 3414163455 GEOM: Configure da0s1c, start 0 length 36414734336 end 36414734335 GEOM: Configure da0s1d, start 3414163456 length 209715200 end 3623878655 GEOM: Configure da0s1e, start 3623878656 length 2147483648 end 5771362303 GEOM: Configure da0s1f, start 5771362304 length 4294967296 end 10066329599 GEOM: Configure da0s1g, start 10066329600 length 15032385536 end 25098715135 GEOM: Configure da0s1h, start 25098715136 length 11316019200 end 36414734335 [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [3] f:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [3] f:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 Mounting root from ufs:/dev/da0s1a start_init: trying /sbin/init >How-To-Repeat: Boot ACPI enabled kernel of FreeBSD 5.4 or 6.0 on DL380 G4 with Intel Pro/1000 MT 4-port NIC in PCI slot 3. >Fix: unknown >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Tue Jan 10 19:30:06 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 498A616A41F for ; Tue, 10 Jan 2006 19:30:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 323E443D46 for ; Tue, 10 Jan 2006 19:30:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0AJU4aM020516 for ; Tue, 10 Jan 2006 19:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0AJU4tT020509; Tue, 10 Jan 2006 19:30:04 GMT (envelope-from gnats) Resent-Date: Tue, 10 Jan 2006 19:30:04 GMT Resent-Message-Id: <200601101930.k0AJU4tT020509@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Brown Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E553416A41F for ; Tue, 10 Jan 2006 19:21:42 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9618A43D46 for ; Tue, 10 Jan 2006 19:21:42 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0AJLgeB073385 for ; Tue, 10 Jan 2006 19:21:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0AJLgen073384; Tue, 10 Jan 2006 19:21:42 GMT (envelope-from nobody) Message-Id: <200601101921.k0AJLgen073384@www.freebsd.org> Date: Tue, 10 Jan 2006 19:21:42 GMT From: David Brown To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/91609: Booting takes *a long time* unless power cord is plugged into laptop X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2006 19:30:06 -0000 >Number: 91609 >Category: i386 >Synopsis: Booting takes *a long time* unless power cord is plugged into laptop >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 10 19:30:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: David Brown >Release: 6-Stable >Organization: n/a >Environment: FreeBSD bsdlaptop 6.0-STABLE FreeBSD 6.0-STABLE #32: Sun Jan 8 17:10:19 GMT 2006 djbrown@bsdlaptop:/usr/obj/usr/src/sys/MYKERN i386 >Description: Hardware: IBM T40 laptop. When I boot my machine with the power supply on all is well But when I boot using the battery (fully charged or not) the boot process takes a long time and always pauses for a few minutes in the same place: " Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All righ ts reserved. FreeBSD 6.0-STABLE #32: Sun Jan 8 17:10:19 GMT 2006 djbrown@bsdlaptop:/usr/obj/usr/src/sys/MYKERN" ***** LONG DELAY OF A FEW MINUTES ***** And then continues as normal. Full DMESG with power supply on: Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.0-STABLE #32: Sun Jan 8 17:10:19 GMT 2006 djbrown@bsdlaptop:/usr/obj/usr/src/sys/MYKERN Preloaded elf kernel "/boot/kernel/kernel" at 0xc0878000. Preloaded elf module "/boot/kernel/snd_ich.ko" at 0xc08781a8. Preloaded elf module "/boot/kernel/sound.ko" at 0xc0878254. Preloaded elf module "/boot/kernel/acpi_video.ko" at 0xc0878300. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc08783b0. Preloaded elf module "/boot/kernel/acpi_ibm.ko" at 0xc087845c. Calibrating clock(s) ... i8254 clock: 1193179 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 598062960 Hz CPU: Intel(R) Pentium(R) M processor 1500MHz (598.06-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x695 Stepping = 5 Features=0xa7e9f9bf Features2=0x180 real memory = 804651008 (767 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000000c25000 - 0x000000002f1a9fff, 777539584 bytes (189829 pages) avail memory = 778113024 (742 MB) bios32: Found BIOS32 Service Directory header at 0xc00f6d20 bios32: Entry = 0xfd750 (c00fd750) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xfd6e0+0x1f6 pnpbios: Found PnP BIOS data at 0xc00f6da0 pnpbios: Entry = f0000:b614 Rev = 1.0 pnpbios: Event flag at 4b4 Other BIOS signatures found: ath_rate: version 1.2 wlan: <802.11 Link Layer> io: VESA: information block 56 45 53 41 00 02 00 01 00 01 01 00 00 00 22 00 00 01 ff 01 00 01 19 01 00 01 2f 01 00 01 34 01 00 01 82 01 0d 01 0e 01 0f 01 20 01 92 01 93 01 94 01 95 01 96 01 a2 01 a3 01 a4 01 a5 01 a6 01 VESA: 60 mode(s) found VESA: v2.0, 32704k memory, flags:0x1, mode table:0xc075c2a2 (1000022) VESA: ATI MOBILITY RADEON 7500 VESA: ATI Technologies Inc. P7 01.00 random: mem: Pentium Pro MTRR support enabled null: ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413) npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: [MPSAFE] acpi_ec0: port 0x62,0x66 on acpi0 pci_open(1): mode 1 addr port (0x0cf8) is 0x8000f904 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=33408086) pcibios: BIOS version 2.10 Found $PIR table, 15 entries at 0xc00fdea0 PCI-Only Interrupts: none Location Bus Device Pin Link IRQs embedded 0 0 A 0x60 3 4 5 6 7 9 10 11 12 14 15 embedded 0 0 B 0x61 3 4 5 6 7 9 10 11 12 14 15 embedded 0 0 C 0x62 3 4 5 6 7 9 10 11 12 14 15 embedded 0 0 D 0x63 3 4 5 6 7 9 10 11 12 14 15 embedded 0 2 A 0x60 3 4 5 6 7 9 10 11 12 14 15 embedded 0 2 B 0x61 3 4 5 6 7 9 10 11 12 14 15 embedded 0 1 A 0x60 3 4 5 6 7 9 10 11 12 14 15 embedded 0 1 B 0x61 3 4 5 6 7 9 10 11 12 14 15 embedded 1 0 A 0x60 3 4 5 6 7 9 10 11 12 14 15 embedded 1 0 B 0x61 3 4 5 6 7 9 10 11 12 14 15 embedded 0 30 A 0x60 3 4 5 6 7 9 10 11 12 14 15 embedded 0 30 B 0x61 3 4 5 6 7 9 10 11 12 14 15 embedded 0 30 C 0x62 3 4 5 6 7 9 10 11 12 14 15 embedded 0 30 D 0x63 3 4 5 6 7 9 10 11 12 14 15 embedded 2 0 A 0x60 3 4 5 6 7 9 10 11 12 14 15 embedded 2 0 B 0x61 3 4 5 6 7 9 10 11 12 14 15 slot 1 2 2 A 0x62 3 4 5 6 7 9 10 11 12 14 15 slot 1 2 2 B 0x63 3 4 5 6 7 9 10 11 12 14 15 embedded 2 3 A 0x60 3 4 5 6 7 9 10 11 12 14 15 embedded 2 3 B 0x61 3 4 5 6 7 9 10 11 12 14 15 embedded 2 3 D 0x63 3 4 5 6 7 9 10 11 12 14 15 slot 2 9 0 A 0x60 3 4 5 6 7 9 10 11 12 14 15 slot 2 9 0 B 0x61 3 4 5 6 7 9 10 11 12 14 15 slot 2 9 0 C 0x62 3 4 5 6 7 9 10 11 12 14 15 slot 2 9 0 D 0x63 3 4 5 6 7 9 10 11 12 14 15 embedded 9 1 A 0x61 3 4 5 6 7 9 10 11 12 14 15 embedded 9 2 A 0x62 3 4 5 6 7 9 10 11 12 14 15 embedded 9 2 B 0x62 3 4 5 6 7 9 10 11 12 14 15 embedded 2 1 A 0x60 3 4 5 6 7 9 10 11 12 14 15 embedded 2 8 A 0x68 3 4 5 6 7 9 10 11 12 14 15 embedded 0 29 A 0x60 3 4 5 6 7 9 10 11 12 14 15 embedded 0 29 B 0x63 3 4 5 6 7 9 10 11 12 14 15 embedded 0 29 C 0x62 3 4 5 6 7 9 10 11 12 14 15 embedded 0 29 D 0x6b 3 4 5 6 7 9 10 11 12 14 15 embedded 0 31 A 0x62 3 4 5 6 7 9 10 11 12 14 15 embedded 0 31 B 0x61 3 4 5 6 7 9 10 11 12 14 15 AcpiOsDerivePciId: bus 0 dev 31 func 0 AcpiOsDerivePciId: bus 0 dev 0 func 0 AcpiOsDerivePciId: bus 2 dev 0 func 0 AcpiOsDerivePciId: bus 2 dev 0 func 1 AcpiOsDerivePciId: bus 0 dev 29 func 7 acpi0: Power Button (fixed) atpic: Programming IRQ9 as level/low pci_link0: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 pci_link0: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 pci_link0: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link1: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 pci_link1: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 pci_link1: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link2: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 pci_link2: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 pci_link2: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link3: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 pci_link3: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 pci_link3: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link4: Links after initial probe: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link4: Links after initial validation: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link4: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link5: Links after initial probe: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link5: Links after initial validation: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link5: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link6: Links after initial probe: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link6: Links after initial validation: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link6: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link7: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 pci_link7: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 pci_link7: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 acpi_ec0: info: new max delay is 60 us ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 cpu0: on acpi0 acpi_perf0: on cpu0 acpi_throttle0: on cpu0 acpi_throttle0: P_CNT from P_BLK 0x1010 acpi_lid0: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 ACPI: Found matching pin for 0.29.INTA at func 0: 11 ACPI: Found matching pin for 0.29.INTB at func 1: 11 ACPI: Found matching pin for 0.29.INTC at func 2: 11 ACPI: Found matching pin for 0.29.INTD at func 7: 11 ACPI: Found matching pin for 0.31.INTA at func 1: 255 ACPI: Found matching pin for 0.31.INTB at func 3: 11 pci0: on pcib0 pci0: physical bus=0 found-> vendor=0x8086, dev=0x3340, revid=0x03 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x2090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type 3, range 32, base d0000000, size 28, enabled found-> vendor=0x8086, dev=0x3341, revid=0x03 bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x60 (2880 ns), mingnt=0x0c (3000 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x24c2, revid=0x01 bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[20]: type 4, range 32, base 00001800, size 5, enabled pcib0: matched entry for 0.29.INTA (src \\_SB_.LNKA:0) pcib0: slot 29 INTA routed to irq 11 via \\_SB_.LNKA found-> vendor=0x8086, dev=0x24c4, revid=0x01 bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 map[20]: type 4, range 32, base 00001820, size 5, enabled pcib0: matched entry for 0.29.INTB (src \\_SB_.LNKD:0) pcib0: slot 29 INTB routed to irq 11 via \\_SB_.LNKD found-> vendor=0x8086, dev=0x24c7, revid=0x01 bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=11 map[20]: type 4, range 32, base 00001840, size 5, enabled pcib0: matched entry for 0.29.INTC (src \\_SB_.LNKC:0) pcib0: slot 29 INTC routed to irq 11 via \\_SB_.LNKC found-> vendor=0x8086, dev=0x24cd, revid=0x01 bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base c0000000, size 10, enabled pcib0: matched entry for 0.29.INTD (src \\_SB_.LNKH:0) pcib0: slot 29 INTD routed to irq 11 via \\_SB_.LNKH found-> vendor=0x8086, dev=0x2448, revid=0x81 bus=0, slot=30, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x8080, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x24cc, revid=0x01 bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x24ca, revid=0x01 bus=0, slot=31, func=1 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 map[20]: type 4, range 32, base 00001860, size 4, enabled map[24]: type 1, range 32, base 00000000, size 10, memory disabled found-> vendor=0x8086, dev=0x24c3, revid=0x01 bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 map[20]: type 4, range 32, base 00001880, size 5, enabled pcib0: matched entry for 0.31.INTB (src \\_SB_.LNKB:0) pcib0: slot 31 INTB routed to irq 11 via \\_SB_.LNKB found-> vendor=0x8086, dev=0x24c5, revid=0x01 bus=0, slot=31, func=5 class=04-01-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type 4, range 32, base 00001c00, size 8, enabled map[14]: type 4, range 32, base 000018c0, size 6, enabled map[18]: type 1, range 32, base c0000c00, size 9, enabled map[1c]: type 1, range 32, base c0000800, size 8, enabled pcib0: matched entry for 0.31.INTB (src \\_SB_.LNKB:0) pcib0: slot 31 INTB routed to irq 11 via \\_SB_.LNKB found-> vendor=0x8086, dev=0x24c6, revid=0x01 bus=0, slot=31, func=6 class=07-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type 4, range 32, base 00002400, size 8, enabled map[14]: type 4, range 32, base 00002000, size 7, enabled pcib0: matched entry for 0.31.INTB (src \\_SB_.LNKB:0) pcib0: slot 31 INTB routed to irq 11 via \\_SB_.LNKB agp0: mem 0xd0000000-0xdfffffff at device 0.0 on pci0 agp0: Reserved 0x10000000 bytes for rid 0x10 type 3 at 0xd0000000 agp0: allocating GATT for aperture of size 256M pcib1: at device 1.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0x3000-0x3fff pcib1: memory decode 0xc0100000-0xc01fffff pcib1: prefetched decode 0xe0000000-0xe7ffffff ACPI: Found matching pin for 1.0.INTA at func 0: 11 pci1: on pcib1 pci1: physical bus=1 found-> vendor=0x1002, dev=0x4c57, revid=0x00 bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0387, statreg=0x02b0, cachelnsz=8 (dwords) lattimer=0x42 (1980 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 3, range 32, base e0000000, size 27, enabled pcib1: (null) requested memory range 0xe0000000-0xe7ffffff: good map[14]: type 4, range 32, base 00003000, size 8, enabled pcib1: (null) requested I/O range 0x3000-0x30ff: in range map[18]: type 1, range 32, base c0100000, size 16, enabled pcib1: (null) requested memory range 0xc0100000-0xc010ffff: good pcib1: matched entry for 1.0.INTA (src \\_SB_.LNKA:0) pcib1: slot 0 INTA routed to irq 11 via \\_SB_.LNKA drm0: port 0x3000-0x30ff mem 0xe0000000-0xe7ffffff,0xc0100000-0xc010ffff irq 11 at device 0.0 on pci1 info: [drm] AGP at 0xd0000000 256MB info: [drm] Initialized radeon 1.19.0 20050911 uhci0: port 0x1800-0x181f irq 11 at device 29.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1800 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x1820-0x183f irq 11 at device 29.1 on pci0 uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1820 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x1840-0x185f irq 11 at device 29.2 on pci0 uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1840 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xc0000000-0xc00003ff irq 11 at device 29.7 on pci0 ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xc0000000 ehci0: [GIANT-LOCKED] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered pcib2: at device 30.0 on pci0 pcib2: secondary bus 2 pcib2: subordinate bus 8 pcib2: I/O decode 0x4000-0x8fff pcib2: memory decode 0xc0200000-0xcfffffff pcib2: prefetched decode 0xe8000000-0xefffffff pcib2: Subtractively decoded bridge. ACPI: Found matching pin for 2.0.INTA at func 0: 11 ACPI: Found matching pin for 2.0.INTB at func 1: 11 ACPI: Found matching pin for 2.1.INTA at func 0: 11 ACPI: Found matching pin for 2.2.INTA at func 0: 11 pci2: on pcib2 pci2: physical bus=2 found-> vendor=0x104c, dev=0xac55, revid=0x01 bus=2, slot=0, func=0 class=06-07-00, hdrtype=0x02, mfdev=1 cmdreg=0x0107, statreg=0x0210, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0xc0 (48000 ns), maxlat=0x03 (750 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base b0000000, size 12, enabled pcib2: (null) requested memory range 0xb0000000-0xb0000fff: good pcib2: matched entry for 2.0.INTA (src \\_SB_.LNKA:0) pcib2: slot 0 INTA routed to irq 11 via \\_SB_.LNKA found-> vendor=0x104c, dev=0xac55, revid=0x01 bus=2, slot=0, func=1 class=06-07-00, hdrtype=0x02, mfdev=1 cmdreg=0x0107, statreg=0x0210, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0xc0 (48000 ns), maxlat=0x03 (750 ns) intpin=b, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base b1000000, size 12, enabled pcib2: (null) requested memory range 0xb1000000-0xb1000fff: good pcib2: matched entry for 2.0.INTB (src \\_SB_.LNKB:0) pcib2: slot 0 INTB routed to irq 11 via \\_SB_.LNKB found-> vendor=0x8086, dev=0x101e, revid=0x03 bus=2, slot=1, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0230, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 32, base c0220000, size 17, enabled pcib2: (null) requested memory range 0xc0220000-0xc023ffff: good map[14]: type 1, range 32, base c0200000, size 16, enabled pcib2: (null) requested memory range 0xc0200000-0xc020ffff: good map[18]: type 4, range 32, base 00008000, size 6, enabled pcib2: (null) requested I/O range 0x8000-0x803f: in range pcib2: matched entry for 2.1.INTA (src \\_SB_.LNKA:0) pcib2: slot 1 INTA routed to irq 11 via \\_SB_.LNKA found-> vendor=0x168c, dev=0x0013, revid=0x01 bus=2, slot=2, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0116, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x50 (2400 ns), mingnt=0x0a (2500 ns), maxlat=0x1c (7000 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base c0210000, size 16, enabled pcib2: (null) requested memory range 0xc0210000-0xc021ffff: good pcib2: matched entry for 2.2.INTA (src \\_SB_.LNKC:0) pcib2: slot 2 INTA routed to irq 11 via \\_SB_.LNKC cbb0: mem 0xb0000000-0xb0000fff irq 11 at device 0.0 on pci2 cbb0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xb0000000 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 cbb0: [MPSAFE] cbb0: PCI Configuration space: 0x00: 0xac55104c 0x02100107 0x06070001 0x00824008 0x10: 0xb0000000 0x020000a0 0xb0050302 0xfffff000 0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 0x30: 0x00000000 0xfffffffc 0x00000000 0x0740010b 0x40: 0x05121014 0x00000001 0x00000000 0x00000000 0x50: 0x00000000 0x00000000 0x00000000 0x00000000 0x60: 0x00000000 0x00000000 0x00000000 0x00000000 0x70: 0x00000000 0x00000000 0x00000000 0x00000000 0x80: 0x0844d071 0x00000000 0x00000000 0x01d21022 0x90: 0x406402c0 0x00000000 0x00000000 0x00000000 0xa0: 0xfe120001 0x00c00000 0x00000001 0x0000000f 0xb0: 0x00000000 0x00000000 0x00000000 0x00000000 0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 0xd0: 0x00000000 0x00000000 0x00000000 0x00000000 0xe0: 0x00000000 0x00000000 0x00000000 0x00000000 0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 cbb1: mem 0xb1000000-0xb1000fff irq 11 at device 0.1 on pci2 cbb1: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xb1000000 cardbus1: on cbb1 pccard1: <16-bit PCCard bus> on cbb1 cbb1: [MPSAFE] cbb1: PCI Configuration space: 0x00: 0xac55104c 0x02100107 0x06070001 0x00824008 0x10: 0xb1000000 0x020000a0 0xb0080602 0xfffff000 0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 0x30: 0x00000000 0xfffffffc 0x00000000 0x0740020b 0x40: 0x05121014 0x00000001 0x00000000 0x00000000 0x50: 0x00000000 0x00000000 0x00000000 0x00000000 0x60: 0x00000000 0x00000000 0x00000000 0x00000000 0x70: 0x00000000 0x00000000 0x00000000 0x00000000 0x80: 0x0844d071 0x00000000 0x00000000 0x01d21022 0x90: 0x406402c0 0x00000000 0x00000000 0x00000000 0xa0: 0xfe120001 0x00c00000 0x00000001 0x0000000f 0xb0: 0x00000000 0x00000000 0x00000000 0x00000000 0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 0xd0: 0x00000000 0x00000000 0x00000000 0x00000000 0xe0: 0x00000000 0x00000000 0x00000000 0x00000000 0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 pci2: at device 1.0 (no driver attached) ath0: mem 0xc0210000-0xc021ffff irq 11 at device 2.0 on pci2 ath0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xc0210000 ath0: [MPSAFE] ath0: bpf attached ath0: Ethernet address: 00:11:f5:2c:ce:87 ath0: bpf attached ath0: bpf attached ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps ath0: turboG rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps ath0: mac 5.9 phy 4.3 radio 4.6 ath0: Use hw queue 1 for WME_AC_BE traffic ath0: Use hw queue 0 for WME_AC_BK traffic ath0: Use hw queue 2 for WME_AC_VI traffic ath0: Use hw queue 3 for WME_AC_VO traffic ath0: Use hw queue 8 for CAB traffic ath0: Use hw queue 9 for beacons isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1860-0x186f at device 31.1 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x1860 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata0: stat1=0x00 err=0x01 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=50 stat1=00 devices=0x1 ata0: [MPSAFE] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=03 ostat0=50 ostat1=00 ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata1: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb ata1: reset tp2 stat0=00 stat1=00 devices=0xc ata1: [MPSAFE] pci0: at device 31.3 (no driver attached) pcm0: port 0x1c00-0x1cff,0x18c0-0x18ff mem 0xc0000c00-0xc0000dff,0xc0000800-0xc00008ff irq 11 at device 31.5 on pci0 pcm0: Reserved 0x200 bytes for rid 0x18 type 3 at 0xc0000c00 pcm0: Reserved 0x100 bytes for rid 0x1c type 3 at 0xc0000800 pcm0: [MPSAFE] pcm0: pcm0: Codec features headphone, 20 bit DAC, 5 bit master volume, no 3D Stereo Enhancement pcm0: Primary codec extended features variable rate PCM, AMAP, reserved 4 pcm0: ac97 codec dac ready count: 0 pcm0: sndbuf_setmap 2eed0000, 4000; 0xee413000 -> 2eed0000 pcm0: sndbuf_setmap 2eecc000, 4000; 0xee417000 -> 2eecc000 pci0: at device 31.6 (no driver attached) acpi_tz0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x54ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ psmcpnp0: irq 12 on acpi0 psm0: current command byte:0047 psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons psm0: config:00000000, flags:00000008, packet size:3 psm0: syncmask:c0, syncbits:00 battery0: on acpi0 acpi_acad0: on acpi0 acpi_ibm0: on acpi0 ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices pmtimer0 on isa0 orm0: at iomem 0xd0000-0xd0fff,0xd1000-0xd1fff,0xdc000-0xdffff on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0 fe0: not probed (disabled) ie0: not probed (disabled) lnc0: not probed (disabled) ppc0 failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) sio0 failed to probe at port 0x3f8 irq 4 on isa0 sio1 failed to probe at port 0x2f8 irq 3 on isa0 sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 vt0: not probed (disabled) isa_probe_children: probing PnP devices Device configuration finished. procfs registered Timecounter "TSC" frequency 598062960 Hz quality 800 Timecounters tick every 1.000 msec lo0: bpf attached battery0: battery initialization start acpi_acad0: acline initialization start ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire atapicam: atapicam0 already exists; skipping it acpi_acad0: On Line acpi_acad0: acline initialization done, tried 1 times ad0: setting PIO4 on Intel ICH4 chip battery0: battery initialization done, tried 1 times ad0: setting UDMA100 on Intel ICH4 chip ad0: 35133MB at ata0-master UDMA100 ad0: 71953394 sectors [71382C/16H/63S] 16 sectors/interrupt 1 depth queue GEOM: new disk ad0 ata1: reiniting channel .. ata1: reset tp1 mask=03 ostat0=00 ostat1=00 ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata1: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb ata1: reset tp2 stat0=00 stat1=00 devices=0xc ata1: reinit done .. ata1: reiniting channel .. ata1: reset tp1 mask=03 ostat0=00 ostat1=00 ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata1: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb ata1: reset tp2 stat0=00 stat1=00 devices=0xc ata1: reinit done .. ata1-master: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire acd0: setting PIO4 on Intel ICH4 chip acd0: setting UDMA33 on Intel ICH4 chip acd0: CDRW drive at ata1 as master acd0: read 689KB/s (4134KB/s) write 2755KB/s (2755KB/s), 2048KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: CDR, CDRW, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc pcm0: measured ac97 link rate at 48008 Hz, will use 48000 Hz Trying to mount root from ufs:/dev/ad0s1a start_init: trying /sbin/init (probe0:ata1:0:0:0): error 22 (probe0:ata1:0:0:0): Unretryable Error pass0 at ata1 bus 0 target 0 lun 0 pass0: Removable CD-ROM SCSI-0 device pass0: 33.000MB/s transfers GEOM: new disk cd0 (cd0:ata1:0:0:0): error 6 (cd0:ata1:0:0:0): Unretryable Error cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed (cd0:ata1:0:0:0): error 6 (cd0:ata1:0:0:0): Unretryable Error (cd0:ata1:0:0:0): error 6 (cd0:ata1:0:0:0): Unretryable Error (cd0:ata1:0:0:0): error 6 (cd0:ata1:0:0:0): Unretryable Error >How-To-Repeat: Boot an IBM T40 without the power supply disconnected >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Thu Jan 12 19:20:07 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72EA416A41F for ; Thu, 12 Jan 2006 19:20:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A00643D46 for ; Thu, 12 Jan 2006 19:20:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0CJK6FD018718 for ; Thu, 12 Jan 2006 19:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0CJK6Kd018717; Thu, 12 Jan 2006 19:20:06 GMT (envelope-from gnats) Resent-Date: Thu, 12 Jan 2006 19:20:06 GMT Resent-Message-Id: <200601121920.k0CJK6Kd018717@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruben Kerkhof Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CE3616A41F for ; Thu, 12 Jan 2006 19:13:18 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5816643D70 for ; Thu, 12 Jan 2006 19:13:13 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0CJDDpr058874 for ; Thu, 12 Jan 2006 19:13:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0CJDDRF058873; Thu, 12 Jan 2006 19:13:13 GMT (envelope-from nobody) Message-Id: <200601121913.k0CJDDRF058873@www.freebsd.org> Date: Thu, 12 Jan 2006 19:13:13 GMT From: Ruben Kerkhof To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/91719: BZ2_bzDecompress returned -3 error on loading bzipped kernel X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2006 19:20:07 -0000 >Number: 91719 >Category: i386 >Synopsis: BZ2_bzDecompress returned -3 error on loading bzipped kernel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 12 19:20:06 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ruben Kerkhof >Release: 6.0. >Organization: >Environment: FreeBSD 6.0-RELEASE >Description: If pxeboot loads a bzipped kernel, it errors with: bzf_read: BZ2_bzDecompress returned -3 Unable to load a kernel! \ Can't load 'kernel' >How-To-Repeat: Recompile the bootloader for bzip2 support: # cd /usr/src/sys/boot # make -DLOADER_BZIP2_SUPPORT -DLOADER_TFTP_SUPPORT copy pxeloader to tftp root # cp i386/pxeldr/pxeboot /usr/tftpboot boot the client >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Fri Jan 13 06:07:14 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7527C16A41F; Fri, 13 Jan 2006 06:07:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AAE343D45; Fri, 13 Jan 2006 06:07:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0D67DJ5056697; Fri, 13 Jan 2006 06:07:13 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0D6783N056693; Fri, 13 Jan 2006 06:07:08 GMT (envelope-from linimon) Date: Fri, 13 Jan 2006 06:07:08 GMT From: Mark Linimon Message-Id: <200601130607.k0D6783N056693@freefall.freebsd.org> To: freebsd_floh@deranfangvomen.de, linimon@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/91250: make buildworld netgraph/build.c failure X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 06:07:14 -0000 Synopsis: make buildworld netgraph/build.c failure State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Jan 13 06:05:40 UTC 2006 State-Changed-Why: Please ask questions involving build failures on the appropriate mailing list (in this case, freebsd-stable). They tend to get caught and fixed far more quickly than PRs can get handled. http://www.freebsd.org/cgi/query-pr.cgi?pr=91250 From owner-freebsd-i386@FreeBSD.ORG Fri Jan 13 06:11:09 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6531516A41F; Fri, 13 Jan 2006 06:11:09 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A3CD43D45; Fri, 13 Jan 2006 06:11:09 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0D6B891056889; Fri, 13 Jan 2006 06:11:08 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0D6B8pX056885; Fri, 13 Jan 2006 06:11:08 GMT (envelope-from linimon) Date: Fri, 13 Jan 2006 06:11:08 GMT From: Mark Linimon Message-Id: <200601130611.k0D6B8pX056885@freefall.freebsd.org> To: jekillen@prodigy.net, linimon@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/91075: no X configuration on installation. X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 06:11:09 -0000 Synopsis: no X configuration on installation. State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Jan 13 06:09:53 UTC 2006 State-Changed-Why: As stated in the followup, this question should be asked on freebsd-x11. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=91075 From owner-freebsd-i386@FreeBSD.ORG Fri Jan 13 06:12:35 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18BA616A41F; Fri, 13 Jan 2006 06:12:35 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E310643D5C; Fri, 13 Jan 2006 06:12:32 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0D6CWOA057041; Fri, 13 Jan 2006 06:12:32 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0D6CWe6057037; Fri, 13 Jan 2006 06:12:32 GMT (envelope-from linimon) Date: Fri, 13 Jan 2006 06:12:32 GMT From: Mark Linimon Message-Id: <200601130612.k0D6CWe6057037@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/90214: [sound] memory leaks in snd_via8233 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 06:12:35 -0000 Old Synopsis: memory leaks in snd_via8233 New Synopsis: [sound] memory leaks in snd_via8233 Responsible-Changed-From-To: freebsd-i386->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jan 13 06:11:57 UTC 2006 Responsible-Changed-Why: Reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=90214 From owner-freebsd-i386@FreeBSD.ORG Fri Jan 13 06:15:07 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58E1A16A41F; Fri, 13 Jan 2006 06:15:07 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 062F943D45; Fri, 13 Jan 2006 06:15:07 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0D6F6rA057231; Fri, 13 Jan 2006 06:15:06 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0D6F6dj057227; Fri, 13 Jan 2006 06:15:06 GMT (envelope-from linimon) Date: Fri, 13 Jan 2006 06:15:06 GMT From: Mark Linimon Message-Id: <200601130615.k0D6F6dj057227@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-qa@FreeBSD.org Cc: Subject: Re: bin/90057: [sysinstall] [patch] chown: root.operator: Invalid argument X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 06:15:07 -0000 Old Synopsis: [sysinstall] chown: root.operator: Invalid argument New Synopsis: [sysinstall] [patch] chown: root.operator: Invalid argument Responsible-Changed-From-To: freebsd-i386->freebsd-qa Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jan 13 06:14:03 UTC 2006 Responsible-Changed-Why: Reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=90057 From owner-freebsd-i386@FreeBSD.ORG Fri Jan 13 06:24:56 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E31FA16A420; Fri, 13 Jan 2006 06:24:56 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92F6443D49; Fri, 13 Jan 2006 06:24:56 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0D6Ouoi057798; Fri, 13 Jan 2006 06:24:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0D6OuLD057794; Fri, 13 Jan 2006 06:24:56 GMT (envelope-from linimon) Date: Fri, 13 Jan 2006 06:24:56 GMT From: Mark Linimon Message-Id: <200601130624.k0D6OuLD057794@freefall.freebsd.org> To: chad@DCFinc.com, linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/87598: make release broken X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 06:24:57 -0000 Synopsis: make release broken State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Fri Jan 13 06:23:52 UTC 2006 State-Changed-Why: Is this still a problem? Responsible-Changed-From-To: freebsd-i386->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jan 13 06:23:52 UTC 2006 Responsible-Changed-Why: This does not sound i386-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=87598 From owner-freebsd-i386@FreeBSD.ORG Fri Jan 13 06:26:34 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C764916A420; Fri, 13 Jan 2006 06:26:34 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B66043D46; Fri, 13 Jan 2006 06:26:34 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0D6QYI4057886; Fri, 13 Jan 2006 06:26:34 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0D6QY93057882; Fri, 13 Jan 2006 06:26:34 GMT (envelope-from linimon) Date: Fri, 13 Jan 2006 06:26:34 GMT From: Mark Linimon Message-Id: <200601130626.k0D6QY93057882@freefall.freebsd.org> To: sokolhacker@mail.ru, linimon@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/87223: The moving cursor of the mouse at a login X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 06:26:34 -0000 Synopsis: The moving cursor of the mouse at a login State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Jan 13 06:25:30 UTC 2006 State-Changed-Why: Kernel compilation errors should be posted to the appropriate mailing list, in this case, freebsd-stable. They tend to get noted and fixed far more quickly than via PRs. http://www.freebsd.org/cgi/query-pr.cgi?pr=87223 From owner-freebsd-i386@FreeBSD.ORG Fri Jan 13 10:00:21 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D65FD16A41F for ; Fri, 13 Jan 2006 10:00:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E628C43D58 for ; Fri, 13 Jan 2006 10:00:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0DA0HSg070695 for ; Fri, 13 Jan 2006 10:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DA0H7M070691; Fri, 13 Jan 2006 10:00:17 GMT (envelope-from gnats) Resent-Date: Fri, 13 Jan 2006 10:00:17 GMT Resent-Message-Id: <200601131000.k0DA0H7M070691@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alessandro Dellavedova Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C388A16A420 for ; Fri, 13 Jan 2006 09:52:42 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61F7543D5F for ; Fri, 13 Jan 2006 09:52:41 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0D9qfDP060601 for ; Fri, 13 Jan 2006 09:52:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0D9qfmm060600; Fri, 13 Jan 2006 09:52:41 GMT (envelope-from nobody) Message-Id: <200601130952.k0D9qfmm060600@www.freebsd.org> Date: Fri, 13 Jan 2006 09:52:41 GMT From: Alessandro Dellavedova To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/91745: Second processor not detected on Proliant ML530 G2 with latest ROM firmware X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 10:00:22 -0000 >Number: 91745 >Category: i386 >Synopsis: Second processor not detected on Proliant ML530 G2 with latest ROM firmware >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 13 10:00:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alessandro Dellavedova >Release: FreeBSD 5.4 >Organization: European Institute of Oncology >Environment: FreeBSD lapo 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #3: Fri Jan 13 10:11:55 CET 2006 root@lapo:/usr/obj/usr/src/sys/LAPO i386 >Description: Dear Sirs, after having upgraded the firmware of the Proliant ML530 G2, the FreeBSD kernel is no more able to detect the second CPU. Other FreeBSD servers based on Proliant DL360 machines can correctly detect the second CPU if I set, in the ROM Bios, the following parameters: - "OS Selection": Other - "Processor Hyper-Threading": Disabled Unfortunately these settings are not working for the ML530 G2, I also tried with all the others options available in the "OS Selection" menu (they are: Linux, OS/2, OS/2 SMP, Windows 2000/2003 server etc etc). None of these worked for me, I also tried to recompile the kernel with this config file: include GENERIC ident LAPO options SMP device mpt device isp device ispfw device carp options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=100 options IPFIREWALL_FORWARD options DUMMYNET options IPDIVERT No result, then I tried to add the option: options NO_MIXED_MODE And recompiled the kernel, still no result. This the full dmsg of the Proliant ML530 G2 with the "disappeared" CPU: Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.4-RELEASE-p8 #3: Fri Jan 13 10:11:55 CET 2006 root@lapo:/usr/obj/usr/src/sys/LAPO Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) XEON(TM) CPU 2.40GHz (2399.92-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf24 Stepping = 4 Features=0x3febfbff Hyperthreading: 2 logical CPUs real memory = 2147459072 (2047 MB) avail memory = 2095992832 (1998 MB) npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x920-0x923 on acpi0 cpu0: on acpi0 pcib0: on acpi0 pci0: on pcib0 pci0: at device 2.0 (no driver attached) pci0: at device 3.0 (no driver attached) fxp0: port 0x2800-0x283f mem 0xf5e00000-0xf5efffff,0xf5fe0000-0xf5fe0fff irq 10 at device 4.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:08:02:b0:8c:47 ahc0: port 0x2c00-0x2cff mem 0xf5df0000-0xf5df0fff irq 11 at device 5.0 on pci0 aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs ahc1: port 0x3000-0x30ff mem 0xf5de0000-0xf5de0fff irq 15 at device 5.1 on pci0 aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs isab0: at device 15.0 on pci0 isa0: on isab0 atapci0: port 0x2000-0x200f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 15.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 ohci0: mem 0xf5dd0000-0xf5dd0fff irq 10 at device 15.2 on pci0 usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 4 ports with 4 removable, self powered pcib1: on acpi0 pci1: on pcib1 pcib2: at device 2.0 on pci1 pci2: on pcib2 fxp1: port 0x4000-0x403f mem 0xf7d00000-0xf7dfffff,0xf7ef0000-0xf7ef0fff irq 10 at device 4.0 on pci2 miibus1: on fxp1 inphy1: on miibus1 inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp1: Ethernet address: 00:08:02:b0:18:78 fxp2: port 0x4040-0x407f mem 0xf7b00000-0xf7bfffff,0xf7cf0000-0xf7cf0fff irq 10 at device 5.0 on pci2 miibus2: on fxp2 inphy2: on miibus2 inphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp2: Ethernet address: 00:08:02:b0:18:79 em0: mem 0xf7ad0000-0xf7adffff,0xf7ae0000-0xf7afffff irq 10 at device 6.0 on pci2 em0: Ethernet address: 00:08:02:b0:7d:5d em0: Speed:N/A Duplex:N/A pci1: at device 30.0 (no driver attached) pcib3: on acpi0 pci5: on pcib3 pci5: at device 30.0 (no driver attached) pcib4: on acpi0 pci9: on pcib4 pcib5: on acpi0 pci13: on pcib5 acpi_tz0: on acpi0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 ppc0: port 0x778-0x77d,0x378-0x37f irq 7 drq 0 on acpi0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sio0: port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A fdc0: port 0x3f2-0x3f5 irq 6 drq 2 on acpi0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 orm0: at iomem 0xee000-0xeffff,0xc0000-0xc7fff on isa0 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 2399924804 Hz quality 800 Timecounters tick every 10.000 msec ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to deny, logging limited to 100 packets/entry by default acd0: CDROM at ata0-master PIO4 Waiting 15 seconds for SCSI devices to settle pass2 at ahc0 bus 0 target 15 lun 0 pass2: Fixed Processor SCSI-2 device pass2: 3.300MB/s transfers da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged Queueing Enabled da0: 17365MB (35565080 512 byte sectors: 255H 63S/T 2213C) da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-3 device da1: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged Queueing Enabled da1: 17365MB (35565080 512 byte sectors: 255H 63S/T 2213C) GEOM_MIRROR: Device gm0 created (id=2965706779). GEOM_MIRROR: Device gm0: provider da0 detected. GEOM_MIRROR: Device gm0: provider da1 detected. GEOM_MIRROR: Device gm0: provider da1 activated. GEOM_MIRROR: Device gm0: provider da0 activated. GEOM_MIRROR: Device gm0: provider mirror/gm0 launched. Mounting root from ufs:/dev/mirror/gm0s1a The Kernel does not enter SMP mode because it sees only one cpu. Other people solved this issue, not relative to a Proliant ML530 but to a Proliant DL360 G3 by following instructions at http://lists.freebsd.org/pipermail/freebsd-hardware/2005-September/002861.html but this is not working for me. The BSD kernel is correctly compiled with SMP support as you can see from these sysctl variabiles: lapo# sysctl -a | grep smp kern.timecounter.smp_tsc: 0 kern.smp.maxcpus: 16 kern.smp.active: 0 kern.smp.disabled: 0 kern.smp.cpus: 1 kern.smp.forward_signal_enabled: 1 kern.smp.forward_roundrobin_enabled: 1 debug.psmpkterrthresh: 2 The mptable command returns the following (not relevant parts zapped): MPTable, version 2.0.15 ------------------------------------------------------------------------------- MP Floating Pointer Structure: location: BIOS physical address: 0x000f4fd0 signature: '_MP_' length: 16 bytes version: 1.4 checksum: 0x15 mode: Virtual Wire ------------------------------------------------------------------------------- MP Config Table Header: physical address: 0x000f2359 signature: 'PCMP' base table length: 556 version: 1.4 checksum: 0x99 OEM ID: 'COMPAQ ' Product ID: 'PROLIANT ' OEM table pointer: 0x00000000 OEM table size: 0 entry count: 61 local APIC address: 0xfee00000 extended table length: 268 extended table checksum: 21 ------------------------------------------------------------------------------- MP Config Base Table Entries: -- Processors: APIC ID Version State Family Model Step Flags 0 0x14 BSP, usable 15 2 4 0x3febfbff 6 0x14 AP, usable 15 2 4 0x3febfbff I'm really desperate about this.. there's something I can do to provide any other useful information for tracking of this issue ? Best regards, Alessandro Dellavedova >How-To-Repeat: Get a Proliant ML530 G2, upgrade the firmware to the latest one provided with the "Firmware CD ver. 7.30", upgrade the ROM firmware. Boot the FreeBSD kernel with SMP support, only 1 CPU is detected. >Fix: None, contacted HP about this. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Fri Jan 13 10:40:15 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A1F016A41F for ; Fri, 13 Jan 2006 10:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5CD543D48 for ; Fri, 13 Jan 2006 10:40:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0DAeENY073469 for ; Fri, 13 Jan 2006 10:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DAeE5k073468; Fri, 13 Jan 2006 10:40:14 GMT (envelope-from gnats) Date: Fri, 13 Jan 2006 10:40:14 GMT Message-Id: <200601131040.k0DAeE5k073468@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Alessandro Dellavedova Cc: Subject: Re: i386/91745: Second processor not detected on Proliant ML530 G2 with latest ROM firmware X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alessandro Dellavedova List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 10:40:15 -0000 The following reply was made to PR i386/91745; it has been noted by GNATS. From: Alessandro Dellavedova To: bug-followup@FreeBSD.org, alessandro.dellavedova@gmail.com Cc: Subject: Re: i386/91745: Second processor not detected on Proliant ML530 G2 with latest ROM firmware Date: Fri, 13 Jan 2006 11:38:41 +0100 I tried to boot the server with a Knoppix 4.0.2 CD, the 2 processors are correctly identified and used so it's not an hardware issue. Alessandro Dellavedova From owner-freebsd-i386@FreeBSD.ORG Fri Jan 13 12:10:10 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 135F416A41F for ; Fri, 13 Jan 2006 12:10:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFAEC43D55 for ; Fri, 13 Jan 2006 12:10:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0DCA7ix078473 for ; Fri, 13 Jan 2006 12:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DCA75F078471; Fri, 13 Jan 2006 12:10:07 GMT (envelope-from gnats) Resent-Date: Fri, 13 Jan 2006 12:10:07 GMT Resent-Message-Id: <200601131210.k0DCA75F078471@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zdenek Dvoroznak Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4E5716A41F for ; Fri, 13 Jan 2006 12:08:06 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B23043D45 for ; Fri, 13 Jan 2006 12:08:06 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0DC86aB089863 for ; Fri, 13 Jan 2006 12:08:06 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0DC861h089862; Fri, 13 Jan 2006 12:08:06 GMT (envelope-from nobody) Message-Id: <200601131208.k0DC861h089862@www.freebsd.org> Date: Fri, 13 Jan 2006 12:08:06 GMT From: Zdenek Dvoroznak To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/91748: acpi problem on Acer TravelMare 4652LMi (nvidia panic, cd/dvd not found, touchpad not work...etc) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 12:10:10 -0000 >Number: 91748 >Category: i386 >Synopsis: acpi problem on Acer TravelMare 4652LMi (nvidia panic, cd/dvd not found, touchpad not work...etc) >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 13 12:10:06 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Zdenek Dvoroznak >Release: 6.0-RELEASE >Organization: none >Environment: FreeBSD ap3s.vetinet 6.0-RELEASE FreeBSD 6.0-RELEASE #13: Tue Jan 10 20:15:32 UTC 2006 root@ap3s.vetinet:/usr/src/sys/i386/compile/APES i386 >Description: When I try to boot with ACPI enabled I got a lot of errors and finally my CD/DVD rom isn`t found, my touchpad isn`t detected. When I try to load nvidia.ko my notebook resets. I tryed almost everything what I found on internet (use DSDT - not from my laptop etc..) but nothing helped me. I don`t know what shell I do... Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.0-RELEASE #13: Tue Jan 10 20:15:32 UTC 2006 root@ap3s.vetinet:/usr/src/sys/i386/compile/APES Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) M processor 1.73GHz (1729.01-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6d8 Stepping = 8 Features=0xafe9fbff Features2=0x180 AMD Features=0x100000 real memory = 536735744 (511 MB) avail memory = 515895296 (491 MB) ichwd module loaded npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR acpi0: Power Button (fixed) acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR pci_link0: irq 11 on acpi0 pci_link1: irq 5 on acpi0 pci_link2: irq 11 on acpi0 pci_link3: irq 11 on acpi0 pci_link4: irq 10 on acpi0 pci_link5: irq 11 on acpi0 pci_link6: irq 11 on acpi0 pci_link7: irq 11 on acpi0 acpi_ec0: port 0x62,0x66 on acpi0 ACPI-0501: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT1._STA] (Node 0xc1a84220), AE_NO_HARDWARE_RESPONSE ACPI-0239: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT1._STA] (Node 0xc1a84220), AE_NO_HARDWARE_RESPONSE ACPI-0501: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT2._STA] (Node 0xc1a84100), AE_NO_HARDWARE_RESPONSE ACPI-0239: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT2._STA] (Node 0xc1a84100), AE_NO_HARDWARE_RESPONSE Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 cpu0: on acpi0 acpi_perf0: on cpu0 acpi_perf0: failed in PERF_STATUS attach device_attach: acpi_perf0 attach returned 6 acpi_perf0: on cpu0 acpi_perf0: failed in PERF_STATUS attach device_attach: acpi_perf0 attach returned 6 acpi_throttle0: on cpu0 acpi_lid0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 9 at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) pcib2: irq 5 at device 28.0 on pci0 pci2: on pcib2 pcib3: irq 9 at device 28.1 on pci0 pci12: on pcib3 uhci0: port 0x1200-0x121f irq 11 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x1220-0x123f irq 11 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x1240-0x125f irq 9 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3: port 0x1260-0x127f irq 9 at device 29.3 on pci0 uhci3: [GIANT-LOCKED] usb3: on uhci3 usb3: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered pci0: at device 29.7 (no driver attached) pcib4: at device 30.0 on pci0 pci6: on pcib4 fwohci0: mem 0xb0020000-0xb00207ff,0xb0024000-0xb0027fff irq 10 at device 0.0 on pci6 fwohci0: OHCI version 1.10 (ROM=0) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:02:3f:59:71:40:1a:c4 fwohci0: Phy 1394a available S400, 1 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:02:3f:40:1a:c4 fwe0: Ethernet address: 02:02:3f:40:1a:c4 fwe0: if_start running deferred for Giant sbp0: on firewire0 fwohci0: Initiate bus reset bge0: mem 0xb0010000-0xb001ffff irq 11 at device 1.0 on pci6 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: Ethernet address: 00:0f:b0:93:98:71 pci6: at device 2.0 (no driver attached) cbb0: at device 4.0 on pci6 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 pci6: at device 4.1 (no driver attached) pci6: at device 4.2 (no driver attached) pci6: at device 4.3 (no driver attached) pci6: at device 4.4 (no driver attached) pcm0: port 0xe000-0xe0ff,0xe100-0xe13f mem 0xd0000000-0xd00001ff,0xd0000200-0xd00002ff irq 5 at device 30.2 on pci0 pcm0: [GIANT-LOCKED] pcm0: pci0: at device 30.3 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1100-0x110f at device 31.2 on pci0 atapci0: failed to enable memory mapping! ata0: on atapci0 ata1: on atapci0 pci0: at device 31.3 (no driver attached) acpi_acad0: on acpi0 ACPI-0501: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT1._STA] (Node 0xc1a84220), AE_NO_HARDWARE_RESPONSE ACPI-0239: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT1._STA] (Node 0xc1a84220), AE_NO_HARDWARE_RESPONSE ACPI-0501: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT1._STA] (Node 0xc1a84220), AE_NO_HARDWARE_RESPONSE ACPI-0239: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT1._STA] (Node 0xc1a84220), AE_NO_HARDWARE_RESPONSE ACPI-0501: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT1._STA] (Node 0xc1a84220), AE_NO_HARDWARE_RESPONSE ACPI-0239: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT1._STA] (Node 0xc1a84220), AE_NO_HARDWARE_RESPONSE ACPI-0501: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT1._STA] (Node 0xc1a84220), AE_NO_HARDWARE_RESPONSE ACPI-0239: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT1._STA] (Node 0xc1a84220), AE_NO_HARDWARE_RESPONSE ACPI-0501: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT1._STA] (Node 0xc1a84220), AE_NO_HARDWARE_RESPONSE ACPI-0239: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT1._STA] (Node 0xc1a84220), AE_NO_HARDWARE_RESPONSE ACPI-0501: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT1._STA] (Node 0xc1a84220), AE_NO_HARDWARE_RESPONSE ACPI-0239: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT1._STA] (Node 0xc1a84220), AE_NO_HARDWARE_RESPONSE battery0: on acpi0 ACPI-0501: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT2._STA] (Node 0xc1a84100), AE_NO_HARDWARE_RESPONSE ACPI-0239: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT2._STA] (Node 0xc1a84100), AE_NO_HARDWARE_RESPONSE ACPI-0501: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT2._STA] (Node 0xc1a84100), AE_NO_HARDWARE_RESPONSE ACPI-0239: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT2._STA] (Node 0xc1a84100), AE_NO_HARDWARE_RESPONSE ACPI-0501: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT2._STA] (Node 0xc1a84100), AE_NO_HARDWARE_RESPONSE ACPI-0239: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT2._STA] (Node 0xc1a84100), AE_NO_HARDWARE_RESPONSE ACPI-0501: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT2._STA] (Node 0xc1a84100), AE_NO_HARDWARE_RESPONSE ACPI-0239: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT2._STA] (Node 0xc1a84100), AE_NO_HARDWARE_RESPONSE ACPI-0501: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT2._STA] (Node 0xc1a84100), AE_NO_HARDWARE_RESPONSE ACPI-0239: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT2._STA] (Node 0xc1a84100), AE_NO_HARDWARE_RESPONSE ACPI-0501: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT2._STA] (Node 0xc1a84100), AE_NO_HARDWARE_RESPONSE ACPI-0239: *** Error: Method execution failed [\\_SB_.PCI0.LPCB.BAT2._STA] (Node 0xc1a84100), AE_NO_HARDWARE_RESPONSE battery1: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] pmtimer0 on isa0 orm0: at iomem 0xe0000-0xe1fff,0xe5000-0xe5fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 1729014125 Hz quality 800 Timecounters tick every 1.000 msec fwohci0: node_id=0xc000ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) ad2: 76319MB at ata1-master UDMA100 >How-To-Repeat: >Fix: ??? something with ACPI ... ??? :( >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Fri Jan 13 17:20:05 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C9B416A41F for ; Fri, 13 Jan 2006 17:20:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E87CE43D5C for ; Fri, 13 Jan 2006 17:20:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0DHK4Hs097007 for ; Fri, 13 Jan 2006 17:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DHK4hU097002; Fri, 13 Jan 2006 17:20:04 GMT (envelope-from gnats) Resent-Date: Fri, 13 Jan 2006 17:20:04 GMT Resent-Message-Id: <200601131720.k0DHK4hU097002@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Grzegorz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE7C416A41F for ; Fri, 13 Jan 2006 17:13:49 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 903A143D45 for ; Fri, 13 Jan 2006 17:13:49 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0DHDmuw048545 for ; Fri, 13 Jan 2006 17:13:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0DHDmxl048544; Fri, 13 Jan 2006 17:13:48 GMT (envelope-from nobody) Message-Id: <200601131713.k0DHDmxl048544@www.freebsd.org> Date: Fri, 13 Jan 2006 17:13:48 GMT From: Grzegorz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/91761: NEC_DVD-RW + system start X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 17:20:05 -0000 >Number: 91761 >Category: i386 >Synopsis: NEC_DVD-RW + system start >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 13 17:20:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Grzegorz >Release: 6.0-RELEASE >Organization: >Environment: FreeBSD# uname -a FreeBSD FreeBSD.grzes.NET 6.0-RELEASE-p2 FreeBSD 6.0-RELEASE-p2 #0: Wed Jan 11 18:22:41 CET 2006 grzes@FreeBSD.grzes.NET:/usr/obj/usr/src/sys/GRZESIEK_6 i386 >Description: dmesg: ..cut... acd0: DVDR at ata1-master UDMA33 acd0: req=0xc29afe10 TEST_UNIT_READY semaphore timeout !! DANGER Will Robinson !! acd0: req=0xc29afe10 TEST_UNIT_READY semaphore timeout !! DANGER Will Robinson !! acd0: req=0xc29afe10 TEST_UNIT_READY semaphore timeout !! DANGER Will Robinson !! >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Fri Jan 13 19:20:06 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EC5116A41F for ; Fri, 13 Jan 2006 19:20:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2C9043D46 for ; Fri, 13 Jan 2006 19:20:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0DJK4TH004115 for ; Fri, 13 Jan 2006 19:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DJK48L004114; Fri, 13 Jan 2006 19:20:04 GMT (envelope-from gnats) Resent-Date: Fri, 13 Jan 2006 19:20:04 GMT Resent-Message-Id: <200601131920.k0DJK48L004114@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Manish Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 694C116A41F for ; Fri, 13 Jan 2006 19:11:10 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D70143D46 for ; Fri, 13 Jan 2006 19:11:10 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0DJB9f6023332 for ; Fri, 13 Jan 2006 19:11:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0DJB9WN023331; Fri, 13 Jan 2006 19:11:09 GMT (envelope-from nobody) Message-Id: <200601131911.k0DJB9WN023331@www.freebsd.org> Date: Fri, 13 Jan 2006 19:11:09 GMT From: Manish To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/91766: Is it possible to install FreeBSD on extended partitin X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 19:20:06 -0000 >Number: 91766 >Category: i386 >Synopsis: Is it possible to install FreeBSD on extended partitin >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 13 19:20:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Manish >Release: >Organization: IIIT-C >Environment: >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sat Jan 14 02:17:57 2006 Return-Path: X-Original-To: i386@freebsd.org Delivered-To: freebsd-i386@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4045716A41F; Sat, 14 Jan 2006 02:17:57 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFB7A43D46; Sat, 14 Jan 2006 02:17:56 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.13.4/8.13.4) with ESMTP id k0E2Ht9k080259; Fri, 13 Jan 2006 21:17:55 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.13.3/8.13.3) with ESMTP id k0E2Htxq037113; Fri, 13 Jan 2006 21:17:55 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A04EC7302F; Fri, 13 Jan 2006 21:17:55 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060114021755.A04EC7302F@freebsd-current.sentex.ca> Date: Fri, 13 Jan 2006 21:17:55 -0500 (EST) X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on clamscanner3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 Cc: Subject: [releng_6 tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 02:17:57 -0000 TB --- 2006-01-14 01:16:04 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-01-14 01:16:04 - starting RELENG_6 tinderbox run for i386/i386 TB --- 2006-01-14 01:16:04 - cleaning the object tree TB --- 2006-01-14 01:16:37 - checking out the source tree TB --- 2006-01-14 01:16:37 - cd /tinderbox/RELENG_6/i386/i386 TB --- 2006-01-14 01:16:37 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_6 src TB --- 2006-01-14 01:25:49 - building world (CFLAGS=-O -pipe) TB --- 2006-01-14 01:25:49 - cd /src TB --- 2006-01-14 01:25:49 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything TB --- 2006-01-14 02:15:50 - generating LINT kernel config TB --- 2006-01-14 02:15:50 - cd /src/sys/i386/conf TB --- 2006-01-14 02:15:50 - /usr/bin/make -B LINT TB --- 2006-01-14 02:15:51 - building LINT kernel (COPTFLAGS=-O -pipe) TB --- 2006-01-14 02:15:51 - cd /src TB --- 2006-01-14 02:15:51 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Jan 14 02:15:51 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies [...] awk -f /src/sys/tools/makeobjops.awk /src/sys/kern/linker_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/libkern/iconv_converter_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/pci/agp_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/dev/acpica/acpi_if.m -h rm -f .newdep /usr/bin/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding /src/sys/pci/if_ti.c:2536:35: macro "VLAN_INPUT_TAG" requires 4 arguments, but only 3 given mkdep: compile failed *** Error code 1 Stop in /obj/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-01-14 02:17:55 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-01-14 02:17:55 - ERROR: failed to build lint kernel TB --- 2006-01-14 02:17:55 - tinderbox aborted TB --- 1.07 user 5.42 system 3710.95 real From owner-freebsd-i386@FreeBSD.ORG Sat Jan 14 03:19:06 2006 Return-Path: X-Original-To: i386@freebsd.org Delivered-To: freebsd-i386@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ED3216A41F; Sat, 14 Jan 2006 03:19:06 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36F4543D46; Sat, 14 Jan 2006 03:19:05 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.4/8.13.4) with ESMTP id k0E3J5fv083325; Fri, 13 Jan 2006 22:19:05 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.3/8.13.3) with ESMTP id k0E3J5d6091729; Fri, 13 Jan 2006 22:19:05 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id D88517302F; Fri, 13 Jan 2006 22:19:04 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060114031904.D88517302F@freebsd-current.sentex.ca> Date: Fri, 13 Jan 2006 22:19:04 -0500 (EST) X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on clamscanner4 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 Cc: Subject: [releng_6 tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 03:19:07 -0000 TB --- 2006-01-14 02:17:55 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-01-14 02:17:55 - starting RELENG_6 tinderbox run for i386/pc98 TB --- 2006-01-14 02:17:55 - cleaning the object tree TB --- 2006-01-14 02:18:28 - checking out the source tree TB --- 2006-01-14 02:18:28 - cd /tinderbox/RELENG_6/i386/pc98 TB --- 2006-01-14 02:18:28 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_6 src TB --- 2006-01-14 02:27:28 - building world (CFLAGS=-O -pipe) TB --- 2006-01-14 02:27:28 - cd /src TB --- 2006-01-14 02:27:28 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything TB --- 2006-01-14 03:17:22 - generating LINT kernel config TB --- 2006-01-14 03:17:22 - cd /src/sys/pc98/conf TB --- 2006-01-14 03:17:22 - /usr/bin/make -B LINT TB --- 2006-01-14 03:17:22 - building LINT kernel (COPTFLAGS=-O -pipe) TB --- 2006-01-14 03:17:22 - cd /src TB --- 2006-01-14 03:17:22 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Jan 14 03:17:22 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies [...] awk -f /src/sys/tools/makeobjops.awk /src/sys/kern/linker_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/libkern/iconv_converter_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/pci/agp_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/pc98/pc98/canbus_if.m -h rm -f .newdep /usr/bin/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding /src/sys/pci/if_ti.c:2536:35: macro "VLAN_INPUT_TAG" requires 4 arguments, but only 3 given mkdep: compile failed *** Error code 1 Stop in /obj/pc98/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-01-14 03:19:04 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-01-14 03:19:04 - ERROR: failed to build lint kernel TB --- 2006-01-14 03:19:04 - tinderbox aborted TB --- 1.11 user 5.32 system 3668.82 real From owner-freebsd-i386@FreeBSD.ORG Sat Jan 14 07:35:25 2006 Return-Path: X-Original-To: freebsd-i386@FreeBSD.org Delivered-To: freebsd-i386@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1C6516A41F; Sat, 14 Jan 2006 07:35:24 +0000 (GMT) (envelope-from chad@DCFinc.com) Received: from freebie.dcfinc.com (freebie.dcfinc.com [205.159.99.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8489743D45; Sat, 14 Jan 2006 07:35:24 +0000 (GMT) (envelope-from chad@DCFinc.com) Received: from freebie.dcfinc.com (chad@localhost.dcfinc.com [127.0.0.1]) by freebie.dcfinc.com (8.13.1/8.13.1) with ESMTP id k0E7ZJff034808; Sat, 14 Jan 2006 00:35:19 -0700 (MST) (envelope-from chad@freebie.dcfinc.com) Received: (from chad@localhost) by freebie.dcfinc.com (8.13.1/8.12.11/Submit) id k0E7ZJ6Z034807; Sat, 14 Jan 2006 00:35:19 -0700 (MST) (envelope-from chad) Date: Sat, 14 Jan 2006 00:35:19 -0700 From: "Chad R. Larson" To: Mark Linimon Message-ID: <20060114073519.GB34709@freebie.dcfinc.com> References: <200601130624.k0D6OuLD057794@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601130624.k0D6OuLD057794@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: chad@DCFinc.com, freebsd-bugs@FreeBSD.org, freebsd-i386@FreeBSD.org, William Bloom Subject: Re: misc/87598: make release broken X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 07:35:25 -0000 On Fri, Jan 13, 2006 at 06:24:56AM +0000, Mark Linimon wrote: > Synopsis: make release broken > > State-Changed-From-To: open->feedback > State-Changed-By: linimon > State-Changed-When: Fri Jan 13 06:23:52 UTC 2006 > State-Changed-Why: > Is this still a problem? Yes, it is. It looks like only partially completed work on the build environmental switches got committed. Someone was converting from NOKERBEROS to MAKE_KERBEROS with the NOKERBEROS wanting "yes" or "no", and the MAKE_KERBEROS being used to select which Kerberos package (4 or 5 or none) to build. Here's a diff of the hack I put into /etc/defaults/make.conf in order to get "make release" to complete. -=-=-=-=-=-=-=-=-=-=-=-=(cut here) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= chad@freebie[defaults]:28> rcsdiff make.conf =================================================================== RCS file: RCS/make.conf,v retrieving revision 1.3 diff -r1.3 make.conf 312a313,317 > ###### Hack alert! -crl ######### > ###### It looks like work done in version 1.774 fell out. > NOKERBEROS= yes > ###### > # -=-=-=-=-=-=-=-=-=-=-=-=-=-(end cut)-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Responsible-Changed-From-To: freebsd-i386->freebsd-bugs > Responsible-Changed-By: linimon > Responsible-Changed-When: Fri Jan 13 06:23:52 UTC 2006 > Responsible-Changed-Why: > This does not sound i386-specific. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=87598 -crl -- Chad R. Larson (CRL15) 602-264-5009 chad@DCFinc.com Else: chad@larsons.org http://public.xdi.org/=Chad.R.Larson DCF, Inc., 1701 East Colter Street, Phoenix, Arizona 85016-3381