diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2017-03-22 08:56:03 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2017-03-22 08:56:03 +0000 |
| commit | 2d24b6af63512832df98a4c7b83014f5f1b46779 (patch) | |
| tree | 25c5b459c996e8aa78ea4434dae5f5c012238615 /sys/dev/isp/ispvar.h | |
| parent | ae2373da91d8433cc2d204d5966e0565a1508c84 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/ispvar.h')
| -rw-r--r-- | sys/dev/isp/ispvar.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h index e42133cbcdf1..179c751bc75d 100644 --- a/sys/dev/isp/ispvar.h +++ b/sys/dev/isp/ispvar.h @@ -914,11 +914,6 @@ void isp_async(ispsoftc_t *, ispasync_t, ...); #define ISPASYNC_CHANGE_OTHER 2 /* - * Platform Independent Error Prinout - */ -void isp_prt_endcmd(ispsoftc_t *, XS_T *); - -/* * Platform Dependent Error and Debug Printout * * Two required functions for each platform must be provided: @@ -1039,8 +1034,7 @@ void isp_prt_endcmd(ispsoftc_t *, XS_T *); * XS_NOERR(xs) there is no error currently set * XS_INITERR(xs) initialize error state * - * XS_SAVE_SENSE(xs, sp, total_len, this_len) save sense data (total and current amount) - * + * XS_SAVE_SENSE(xs, sp, len) save sense data * XS_APPEND_SENSE(xs, sp, len) append more sense data * * XS_SENSE_VALID(xs) indicates whether sense is valid |
