From owner-freebsd-current Tue Mar 20 15:42:14 2001 Delivered-To: freebsd-current@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id E435E37B733 for ; Tue, 20 Mar 2001 15:42:10 -0800 (PST) (envelope-from gibbs@scsiguy.com) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.2/8.9.3) with ESMTP id f2KNfvs74802; Tue, 20 Mar 2001 16:42:07 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200103202342.f2KNfvs74802@aslan.scsiguy.com> To: Mark Hittinger Cc: freebsd-current@FreeBSD.ORG Subject: Re: ahc driver: aic7892 no longer supported In-Reply-To: Your message of "Tue, 20 Mar 2001 17:11:22 CST." <200103202311.RAA19701@freebsd.netcom.com> Date: Tue, 20 Mar 2001 16:41:57 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >Looks like I've got a similar problem only its aic7880/wide > >I've got a Dell optiplex 450 with an Adaptec 2940uw controller which can >boot but can't "mountroot". Perhaps something happend recently that makes it difficult to get "largish" chuncks of contiguous memory? You'll have to instrument the driver to find out where the attach is failing. Start by going into aic7xxx.c:ahc_init() and adding a printf to all of the early returns. If that doesn't catch it, do the same for aic7xxx_pci.c:aic7xxx_config(). I'll add this logging the next time I touch the driver. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message