Subject: Re: CVS commit: src/sys/dev/ic
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Charles M. Hannum <abuse@spamalicious.com>
List: source-changes
Date: 08/13/2004 10:55:32
On Friday 13 August 2004 08:06, Izumi Tsutsui wrote:
> In article <20040810070030.C84132DA1D@cvs.netbsd.org>
>
> mycroft@netbsd.org wrote:
> > Module Name:	src
> > Committed By:	mycroft
> > Date:		Tue Aug 10 07:00:30 UTC 2004
> >
> > Modified Files:
> > 	src/sys/dev/ic: ncr5380sbc.c
> >
> > Log Message:
> > For the c400, set 5380 compatibility mode on every pass through the reset
> > routine.  The PCMCIA attachment, at least, needs this.
>
> This breaks ports !NCR5380_USE_BUS_SPACE.

So, it turns out that, with the single exception of sun3, all of these ports 
have bus_space implementations.  Perhaps someone should convert them and 
remove this conditional from the generic code.