From owner-freebsd-stable@FreeBSD.ORG Sun Oct 19 18:39:20 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D60616A4B3 for ; Sun, 19 Oct 2003 18:39:20 -0700 (PDT) Received: from falcon.midgard.homeip.net (h76n3fls24o1048.bredband.comhem.se [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 218C543F3F for ; Sun, 19 Oct 2003 18:39:19 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: (qmail 60014 invoked by uid 1001); 20 Oct 2003 01:39:18 -0000 Date: Mon, 20 Oct 2003 03:39:17 +0200 From: Erik Trulsson To: Andrew Atrens Message-ID: <20031020013917.GA57650@falcon.midgard.homeip.net> Mail-Followup-To: Andrew Atrens , stable@freebsd.org References: <3F4F56EF.3060900@nortelnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F4F56EF.3060900@nortelnetworks.com> User-Agent: Mutt/1.5.4i cc: stable@freebsd.org Subject: Re: 4.9-PRERELEASE PAE panics Highpoint Raid module (hpt374.ko) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 01:39:20 -0000 On Fri, Aug 29, 2003 at 09:36:47AM -0400, Andrew Atrens wrote: > > The subject says it all. > > I preload the module, and during boot I see a panic when it attempts to > initialise. 100% reproducible. The panic seems to happen in > pmap_kthread... (mumble) ... I got this from a ddb 'trace' command. I believe you can't use loadable modules with PAE enabled. The reason is that modules are not compiled with the necessary options to make them work with PAE. (And if they were compiled so they worked with PAE, they wouldn't work in the non-PAE case.) > > > During normal operations I see that it has installed itself as some kind > of kernel thread - don't know the precise terminology for this, but ps > ax says - > > 0 ?? DLs 0:00.00 (swapper) > 1 ?? ILs 0:00.08 /sbin/init -- > 2 ?? DL 0:00.00 (usb0) > 3 ?? DL 0:00.00 (usbtask) > 4 ?? DL 0:04.56 (usb1) > 5 ?? DL 0:00.00 (pagedaemon) > 6 ?? DL 0:00.00 (vmdaemon) > 7 ?? DL 0:00.00 (bufdaemon) > 8 ?? DL 0:00.01 (vnlru) > 9 ?? DL 0:00.19 (syncer) > 10 ?? DL 0:00.00 (hpt374) > > > Without PAE the Highpoint driver is rock solid. -- Erik Trulsson ertr1013@student.uu.se