CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/05/16 14:33:59
Modified files:
sys/dev/ic : ami.c mfi.c mpi.c
Log message:
Use a temporary variable for now to sidestep -Wbounded checking when
copying vendor[8]/product[16]/revision[4] out of struct scsi_inquiry_data
together with one memcopy.
ok krw
