summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-09-27 04:01:43 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-09-27 04:01:43 +0000
commit37bc047e274b3210d85884e8bee9f367c52b7704 (patch)
tree1181175836bef305547c258f3f59aa625bbd5ae6 /sys/dev/pci
parentea07e5f4d44613fa5c483a396d12d1d12dc30ff4 (diff)
Huge merge with NetBSD. For full details look at their revision history (1.26 -> 1.83)...
Highlights: o tag queue support o fas366 support (doesn't work yet on sparc, but does on sparc64) o tons more (thanks to hugh, fgsch and beck for testing)
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcscp.c4
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;
}
/*