Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/isp/ispvar.h 291144 2015-11-21 21:01:00Z mav $ */
---
> /* $FreeBSD: head/sys/dev/isp/ispvar.h 291188 2015-11-23 10:06:19Z mav $ */
174d173
< role : 2,
1073,1074c1072
< * GET_DEFAULT_ROLE(ispsoftc_t *, int) Get Default Role for a channel
< * SET_DEFAULT_ROLE(ispsoftc_t *, int, int) Set Default Role for a channel
---
> * DEFAULT_ROLE(ispsoftc_t *, int) Get Default Role for a channel
1132,1139d1129
< * Enable/Disable/Modify a logical unit.
< * (softc, cmd, bus, tgt, lun, cmd_cnt, inotify_cnt)
< */
< #define DFLT_CMND_CNT 0xff /* unmonitored */
< #define DFLT_INOT_CNT 0xff /* unmonitored */
< int isp_lun_cmd(ispsoftc_t *, int, int, int, int, int);
<
< /*