From e9ff9b9d73ea3b4fc6f2e623d342d0ec413b577a Mon Sep 17 00:00:00 2001 From: bjh21 Date: Sat, 2 Jun 2001 11:43:40 +0000 Subject: Enable disconnect/reselect (now that it works) and parity checking. --- sys/dev/podulebus/hcsc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/podulebus/hcsc.c b/sys/dev/podulebus/hcsc.c index 3744c8447e6..ab58a6b9316 100644 --- a/sys/dev/podulebus/hcsc.c +++ b/sys/dev/podulebus/hcsc.c @@ -1,4 +1,4 @@ -/* $NetBSD: hcsc.c,v 1.2 2001/05/28 22:54:10 bjh21 Exp $ */ +/* $NetBSD: hcsc.c,v 1.3 2001/06/02 11:43:40 bjh21 Exp $ */ /* * Copyright (c) 2001 Ben Harris @@ -72,7 +72,7 @@ #include -__KERNEL_RCSID(0, "$NetBSD: hcsc.c,v 1.2 2001/05/28 22:54:10 bjh21 Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hcsc.c,v 1.3 2001/06/02 11:43:40 bjh21 Exp $"); #include #include @@ -147,8 +147,8 @@ hcsc_attach(struct device *parent, struct device *self, void *aux) char hi_option[sizeof(sc->sc_ncr5380.sc_dev.dv_xname) + 8]; sc->sc_ncr5380.sc_min_dma_len = 0; - sc->sc_ncr5380.sc_no_disconnect = 0xff; - sc->sc_ncr5380.sc_parity_disable = 0xff; + sc->sc_ncr5380.sc_no_disconnect = 0; + sc->sc_ncr5380.sc_parity_disable = 0; sc->sc_ncr5380.sc_dma_alloc = NULL; sc->sc_ncr5380.sc_dma_free = NULL; -- cgit