diff options
Diffstat (limited to 'sys/dev/pci/pcscp.c')
-rw-r--r-- | sys/dev/pci/pcscp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcscp.c b/sys/dev/pci/pcscp.c index dd540935cd3..1f1763d09e4 100644 --- a/sys/dev/pci/pcscp.c +++ b/sys/dev/pci/pcscp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcscp.c,v 1.6 2001/08/26 03:32:22 jason Exp $ */ +/* $OpenBSD: pcscp.c,v 1.7 2001/09/27 04:01:42 jason Exp $ */ /* $NetBSD: pcscp.c,v 1.11 2000/11/14 18:42:58 thorpej Exp $ */ /*- @@ -346,7 +346,7 @@ pcscp_attach(parent, self, aux) ncr53c9x_attach(sc, &pcscp_adapter, NULL); /* Turn on target selection using the `dma' method */ - ncr53c9x_dmaselect = 1; + sc->sc_features |= NCR_F_DMASELECT; } /* |