Subject: Re: CVS commit: src/sys/dev/ic
To: None <martin@NetBSD.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: source-changes
Date: 01/17/2007 12:06:14
Martin Husemann <martin@NetBSD.org> writes:

> cvs rdiff -r1.243 -r1.244 src/sys/dev/ic/wdc.c

After reading the diff and code around there, I wonder
	why don't put spaces between char and * or around +.
	why data32io[th] aren't used for 32bit access
	why don't need to care _stream_N version.

enami.