From owner-freebsd-scsi Sun Oct 20 15:48: 2 2002 Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD0B537B401; Sun, 20 Oct 2002 15:48:00 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1894743E88; Sun, 20 Oct 2002 15:48:00 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id SAA26247; Sun, 20 Oct 2002 18:47:59 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g9KMlTd04612; Sun, 20 Oct 2002 18:47:29 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15795.12929.644655.273688@grasshopper.cs.duke.edu> Date: Sun, 20 Oct 2002 18:47:29 -0400 (EDT) To: scott_long@btc.adaptec.com Cc: scsi@FreeBSD.ORG, alpha@FreeBSD.ORG Subject: Re: FW: alpha tinderbox failure In-Reply-To: <20021020192329.A56483@freebie.xs4all.nl> References: <20021019125916.A52382@freebie.xs4all.nl> <20021019142034.GA76694@hollin.btc.adaptec.com> <20021020192329.A56483@freebie.xs4all.nl> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Wilko Bulte writes: > On Sat, Oct 19, 2002 at 08:20:34AM -0600, Scott Long wrote: > > On Sat, Oct 19, 2002 at 12:59:16PM +0200, Wilko Bulte wrote: > > > can ahd_pci please be fixed? > > > > > > Wilko > > > > Alpha is missing several bus.h functions that exist on every other > > platform. If nobody is willing to fix that then ahd should probably > > be removed from the alpha configs. I think sparc64 is bus_space_subregion too. > Hm, is that related to the busdma stuff? I'm by no means an expert here.. Yes. I just added a bus_space_subregion() for alpha, so now we're back down to printf format errors for things like sizeof(): cc -c -O -pipe -mcpu=ev6 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -fno-builtin -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror ../../../dev/aic7xxx/aic79xx.c cc1: warnings being treated as errors ../../../dev/aic7xxx/aic79xx.c: In function `ahd_alloc': ../../../dev/aic7xxx/aic79xx.c:4208: warning: unsigned int format, different type arg (arg 3) ../../../dev/aic7xxx/aic79xx.c:4208: warning: unsigned int format, different type arg (arg 4) ../../../dev/aic7xxx/aic79xx.c: In function `ahd_init_scbdata': ../../../dev/aic7xxx/aic79xx.c:4601: warning: unsigned int format, different type arg (arg 3) *** Error code 1 I know you guys do all your work in p4, so I don't want to commit something to your drivers which will cause you conflicts. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message