Stephen suggested a lot of other changes, and I have tested the attached patch. It seems to work fine. -Corey Stephen Rothwell wrote: >Hi Cory, > >On Thu, 19 May 2005 18:33:21 -0500 Corey Minyard wrote: > > >>+struct ipmi_msg32 >>+{ >>+ uint8_t netfn; >>+ uint8_t cmd; >>+ uint16_t data_len; >>+ compat_uptr_t data; >>+}; >> >> > >Why are you using unint8_t etc when we have perfectly good kernel types u8 >etc? > > >