diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-09-27 04:01:43 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-09-27 04:01:43 +0000 |
commit | 37bc047e274b3210d85884e8bee9f367c52b7704 (patch) | |
tree | 1181175836bef305547c258f3f59aa625bbd5ae6 /sys/arch | |
parent | ea07e5f4d44613fa5c483a396d12d1d12dc30ff4 (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/arch')
-rw-r--r-- | sys/arch/sparc/dev/esp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/esp.c b/sys/arch/sparc/dev/esp.c index 475d4e894ed..bfe094a03f4 100644 --- a/sys/arch/sparc/dev/esp.c +++ b/sys/arch/sparc/dev/esp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: esp.c,v 1.16 2000/06/12 06:10:46 fgsch Exp $ */ +/* $OpenBSD: esp.c,v 1.17 2001/09/27 04:01:42 jason Exp $ */ /* $NetBSD: esp.c,v 1.69 1997/08/27 11:24:18 bouyer Exp $ */ /* @@ -402,7 +402,7 @@ espattach(parent, self, aux) ncr53c9x_attach(sc, &esp_switch, &esp_dev); /* Turn on target selection using the `dma' method */ - ncr53c9x_dmaselect = 1; + sc->sc_features |= NCR_F_DMASELECT; bootpath_store(1, NULL); } |