Subject: Re: port-arm32/12120: arm32 wdc drivers should use wdc_print_modes for a bit more info
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Chris Gilbert <chris@paradox.demon.co.uk>
List: netbsd-bugs
Date: 02/04/2001 16:25:25
On Sunday 04 February 2001  1:07 pm, Manuel Bouyer wrote:
> > >Description:
> >
> > 	When booting the arm32 kernels do not output what mode the wdc device is
> > running the channels/devices in.  We should use the newish
> > wdc_print_modes call
> >
> > >How-To-Repeat:
> >
> > 	Boot a kernel/check dmesg and note the lack of info on what mode wdc is
> > running in.
>
> I think this change is wrong, because none of these front-end support
> WDC_CAPABILITY_MODE flag; so the infos printed by wdc_print_modes() will
> not be accurate.

Looking at sys/macppc/dev/wdc_obio.c it doesn't have this flag set, and it 
uses wdc_print_modes (AFAIR it's the original reason for having 
wdc_print_modes)  Is it also wrong?  or have I missed something? (which is 
probably more likely)

Cheers,
Chris