Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2002 18:47:29 -0400 (EDT)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        scott_long@btc.adaptec.com
Cc:        scsi@FreeBSD.ORG, alpha@FreeBSD.ORG
Subject:   Re: FW: alpha tinderbox failure
Message-ID:  <15795.12929.644655.273688@grasshopper.cs.duke.edu>
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>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15795.12929.644655.273688>