Date: Thu, 24 Oct 2002 13:48:41 -0400 (EDT) From: Andrew Gallatin <gallatin@cs.duke.edu> To: "Justin T. Gibbs" <gibbs@scsiguy.com> Cc: scott_long@btc.adaptec.com, scsi@freebsd.org, alpha@freebsd.org Subject: Re: FW: alpha tinderbox failure Message-ID: <15800.12921.27041.896819@grasshopper.cs.duke.edu> In-Reply-To: <975620000.1035481224@aslan.btc.adaptec.com> References: <20021019125916.A52382@freebie.xs4all.nl> <20021019142034.GA76694@hollin.btc.adaptec.com> <20021020192329.A56483@freebie.xs4all.nl> <15795.12929.644655.273688@grasshopper.cs.duke.edu> <975620000.1035481224@aslan.btc.adaptec.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Justin T. Gibbs writes: > > Yes. I just added a bus_space_subregion() for alpha, so now we're > > back down to printf format errors for things like sizeof(): > > Sorry. I haven't checked my FreeBSD-scsi mail for too long... > > What is the type of sizeof() on the alpha? What is the correct fix > here? There was a move afoot to make the kernel printf() accept %z like userland printf, but it seemed to die out. I'd just cast to an unsigned long and use "%ld" as a format string. 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?15800.12921.27041.896819>