Subject: Re: CVS commit: src/sys/dev/pcmcia
To: None <matt@netbsd.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 03/12/2005 02:07:26
In article <20050311161757.5177A2DA27@cvs.netbsd.org>
matt@netbsd.org wrote:

> Module Name:	src
> Committed By:	matt
> Date:		Fri Mar 11 16:17:57 UTC 2005
> 
> Modified Files:
> 	src/sys/dev/pcmcia: wdc_pcmcia.c
> 
> Log Message:
> Just like wdc.c, if the bus_space implementation doesn't support stream
> method, make them equivalent to the non-stream methods.

I think all bus.h files should have/define stream methods and
all ifdefs __BUS_SPACE_HAS_STREAM_METHODS in drivers should
be removed.
---
Izumi Tsutsui