diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2017-03-20 20:44:14 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2017-03-20 20:44:14 +0000 |
| commit | 98339da12a4e4255ea080b6a3913896c4587cebc (patch) | |
| tree | c419e0bd5fb3be866e2072fe26f9749d75307e2a /sys/dev/isp/isp_freebsd.h | |
| parent | a668f3d89eb68745e90ccbd38b9f300ca16c4726 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_freebsd.h')
| -rw-r--r-- | sys/dev/isp/isp_freebsd.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index 10a818e2053b..65b18ae64363 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -297,16 +297,7 @@ struct isposinfo { struct isp_pcmd * pcmd_pool; struct isp_pcmd * pcmd_free; - uint32_t -#ifdef ISP_TARGET_MODE - tmwanted : 1, - tmbusy : 1, -#else - : 2, -#endif - sixtyfourbit : 1, /* sixtyfour bit platform */ - timer_active : 1, - autoconf : 1; + int sixtyfourbit; /* sixtyfour bit platform */ int mbox_sleeping; int mbox_sleep_ok; int mboxbsy; |
