Subject: Re: kern/23276 aic7xxx driver tries to use leftover (bogus) BIOS settings
To: None <gnats-bugs@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: netbsd-bugs
Date: 11/23/2005 03:39:16
In article <20051122173501.9443363BA19@narn.netbsd.org>
thorpej@shagadelic.org wrote:

>  >  +#ifdef AHC_IGNORE_BIOSTARGETSETTINGS
>  >  +			ahc->flags |= AHC_DEFAULTTARGETCONF;
>  >  +#endif

>  Wouldn't it be better to use a device property here rather than an  
>  #ifdef?

Hmm, which property? cf_flags?

IMHO, I guess there is no ahc which has no SEEPROM but requires target
settings by BIOS on sgimips, so no problem to use #ifdef there.
(only some i386 or alpha motherboards have such on-board ahc?)
---
Izumi Tsutsui