CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/10/24 12:32:47
Modified files:
sys/arch/sparc/dev: cgtworeg.h
Log message:
The cgtwo control registers only support 16-bit accesses, and respond with
a bus error to larger widths. Declare all control register bitfield structs
with uint16_t instead of u_int, to force gcc4 to use short accesses.
