Remove another remnants left after r246713.
MFC after: 2 weeks
This commit is contained in:
parent
02147c9fe5
commit
c3290a31c7
@ -1835,7 +1835,6 @@ typedef struct {
|
||||
void *cmd_token;
|
||||
void *rq; /* original request */
|
||||
int error;
|
||||
bus_size_t mapsize;
|
||||
} mush_t;
|
||||
|
||||
#define MUSHERR_NOQENTRIES -2
|
||||
@ -1980,7 +1979,6 @@ isp_pci_dmasetup(ispsoftc_t *isp, struct ccb_scsiio *csio, void *ff)
|
||||
mp->cmd_token = csio;
|
||||
mp->rq = ff;
|
||||
mp->error = 0;
|
||||
mp->mapsize = 0;
|
||||
|
||||
#ifdef ISP_TARGET_MODE
|
||||
if (csio->ccb_h.func_code == XPT_CONT_TARGET_IO)
|
||||
|
@ -585,7 +585,6 @@ typedef struct {
|
||||
void *cmd_token;
|
||||
void *rq; /* original request */
|
||||
int error;
|
||||
bus_size_t mapsize;
|
||||
} mush_t;
|
||||
|
||||
#define MUSHERR_NOQENTRIES -2
|
||||
@ -639,7 +638,6 @@ isp_sbus_dmasetup(ispsoftc_t *isp, struct ccb_scsiio *csio, void *ff)
|
||||
mp->cmd_token = csio;
|
||||
mp->rq = ff;
|
||||
mp->error = 0;
|
||||
mp->mapsize = 0;
|
||||
|
||||
error = bus_dmamap_load_ccb(isp->isp_osinfo.dmat,
|
||||
PISP_PCMD(csio)->dmap, (union ccb *)csio, dma2, mp, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user