Subject: Re: MI bus ops(Re: 16bit aligned NS16550 variant)
To: None <thorpej@wasabisystems.com>
From: TAKEMURA Shin <takemura@netbsd.org>
List: tech-kern
Date: 11/11/2001 23:27:39
I've wrote the sys/bus.h (attached). Could you please review the file?
I'd like to add the sys/bus.h into the CVS repo. and replace
"#include <machine/bus.h>" with "#include <sys/bus.h>" of all files.

----- Original Message -----
From: "TAKEMURA Shin" <takemura@netbsd.org>
To: <thorpej@wasabisystems.com>
Cc: <cgd@broadcom.com>; <eeh@netbsd.org>; <mouse@rodents.montreal.qc.ca>;
<simonb@wasabisystems.com>; <tech-kern@netbsd.org>
Sent: Sunday, November 11, 2001 12:09 AM
Subject: Re: MI bus ops(Re: 16bit aligned NS16550 variant)

> How do you think abous this ? I'm going to write concrete (compilable)
> version of new bus.h and hpcmips' main bus.If you object, please let
> me know ASAP. I don't like to write more code only to throw it away.
>
> Takemura