CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/22 18:10:31
Modified files:
sys/dev/ic : mfireg.h mfi.c
sys/dev/pci : mfii.c
Log message:
represent the mbox layout with union instead of an array of bytes.
memcpying uint16_ts into inconsistently addressed offsets is hard
to read, and this makes future work easier to implement.
tested on mfi(4) and mfii(4)
