Subject: Re: PPS diffs, round #4
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: tech-kern
Date: 04/22/1998 15:37:02
>Oh, well, if the others are ints, then leave this one as int, too.

They're (almost all) u_chars. Some u_chars are for device registers
values or masks, some are just boolean flags. I didnt want to use
u_int8_ts for the new fields, and leave the rest as u_char.