diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-09-11 01:07:14 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-09-11 01:07:14 +0000 |
commit | 8617c71cfcbcbafe4d2829b6d1378be65a0f1966 (patch) | |
tree | 41b1675f94f32dec83668157fae67c91010c54d0 /sys/dev/ic | |
parent | f9c4a43eada38440574518d379e117d175d480cf (diff) |
add sc_no_disconnect
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/ncr5380var.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ic/ncr5380var.h b/sys/dev/ic/ncr5380var.h index 534105dfc29..31f8416463c 100644 --- a/sys/dev/ic/ncr5380var.h +++ b/sys/dev/ic/ncr5380var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr5380var.h,v 1.4 1996/05/26 00:27:02 deraadt Exp $ */ +/* $OpenBSD: ncr5380var.h,v 1.5 1997/09/11 01:07:13 kstailey Exp $ */ /* $NetBSD: ncr5380var.h,v 1.6 1996/05/10 18:04:06 gwr Exp $ */ /* @@ -111,6 +111,9 @@ struct ncr5380_softc { #define NCR5380_PERMIT_RESELECT 1 /* Allow disconnect/reselect */ #define NCR5380_FORCE_POLLING 2 /* Do not use interrupts. */ + /* Set bits in this to disable disconnect per-target. */ + int sc_no_disconnect; + /* Set bits in this to disable parity for some target. */ int sc_parity_disable; |