summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-05-28 23:35:52 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-05-28 23:35:52 +0000
commit17088dd6e87c47f284370bbdbcb7fdedf148067d (patch)
tree82cc28e175cfc1986378732b58ab361a75de463c /sys
parent2bf3fe3ba4e633e36478b80ae95e5a06f3cdafba (diff)
We do not have sc_link.channel
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/vax/vsa/ncr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/vax/vsa/ncr.c b/sys/arch/vax/vsa/ncr.c
index 69e74118c1d..f283ea8e680 100644
--- a/sys/arch/vax/vsa/ncr.c
+++ b/sys/arch/vax/vsa/ncr.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ncr.c,v 1.2 1997/05/28 23:35:51 niklas Exp $ */
/* $NetBSD: ncr.c,v 1.5 1996/10/13 03:36:14 christos Exp $ */
/* #define DEBUG /* */
@@ -385,7 +386,9 @@ si_attach(parent, self, aux)
/*
* Fill in the prototype scsi_link.
*/
+#ifndef __OpenBSD__
ncr_sc->sc_link.channel = SCSI_CHANNEL_ONLY_ONE;
+#endif
ncr_sc->sc_link.adapter_softc = sc;
ncr_sc->sc_link.adapter_target = ca->ca_idval;
ncr_sc->sc_link.adapter = &si_ops;