From owner-freebsd-scsi Thu Oct 24 10:49:14 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 D207237B401; Thu, 24 Oct 2002 10:49:13 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BC5B43E3B; Thu, 24 Oct 2002 10:49:13 -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 NAA17344; Thu, 24 Oct 2002 13:49:11 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g9OHmfu10937; Thu, 24 Oct 2002 13:48:41 -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: <15800.12921.27041.896819@grasshopper.cs.duke.edu> Date: Thu, 24 Oct 2002 13:48:41 -0400 (EDT) To: "Justin T. Gibbs" Cc: scott_long@btc.adaptec.com, scsi@freebsd.org, alpha@freebsd.org Subject: Re: FW: alpha tinderbox failure 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> 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 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