xs->cmdstore.
ok krw@ a while back (contingent upon testing), and deraadt@ says this
has been in snapshots for weeks now.
-/* $OpenBSD: mfi.c,v 1.109 2010/07/01 03:20:38 matthew Exp $ */
+/* $OpenBSD: mfi.c,v 1.110 2010/07/22 04:40:41 matthew Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <marco@peereboom.us>
*
pf->mpf_sense_addr_lo = htole32(ccb->ccb_psense);
memset(pf->mpf_cdb, 0, 16);
- memcpy(pf->mpf_cdb, &xs->cmdstore, xs->cmdlen);
+ memcpy(pf->mpf_cdb, xs->cmd, xs->cmdlen);
ccb->ccb_done = mfi_scsi_xs_done;
ccb->ccb_cookie = xs;