Subject: Re: can't find boot device on U5 (Re: CVS commit: src/sys/arch/sparc64)
To: None <martin@duskware.de>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: port-sparc64
Date: 10/10/2006 07:43:16
martin@duskware.de wrote:

> I think I fixed it - can you verify?

Yes, now it works fine. Thanks.

BTW, for -Wextra, how about:
	DPRINTF(ACDB_BOOTDEV, ("boot target: %s\n",
	    ofboottarget ? ofboottarget : "<NULL>"));
than wrapping DPRINTFs with #ifdef DEBUG?
---
Izumi Tsutsui