Subject: Re: PPS diffs, round #4
To: None <thorpej@nas.nasa.gov>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: tech-kern
Date: 04/22/1998 15:27:25
>Well, the compiler is going to pad it out regardless, and just treat it
>as an int...

Thats why I left it as an int.

>I would say - "Use whatever type the COM registers are"... that would
>mean u_int8_t, not u_char :-)

OK to change all the softc char fields for COM registers to u_int_8_t
while I'm in there?  otherwise I'd sooner leave it all as-is.