Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/dev Add `dma' to the `early device' list, sin...



details:   https://anonhg.NetBSD.org/src/rev/97ecd4306693
branches:  trunk
changeset: 495295:97ecd4306693
user:      pk <pk%NetBSD.org@localhost>
date:      Tue Jul 25 21:50:03 2000 +0000

description:
Add `dma' to the `early device' list, since we need it before an `esp'
is configured. Traced and tested by Julian Coleman.

diffstat:

 sys/arch/sparc/dev/obio.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 45c01523d752 -r 97ecd4306693 sys/arch/sparc/dev/obio.c
--- a/sys/arch/sparc/dev/obio.c Tue Jul 25 21:42:55 2000 +0000
+++ b/sys/arch/sparc/dev/obio.c Tue Jul 25 21:50:03 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: obio.c,v 1.48 2000/06/29 07:40:07 mrg Exp $    */
+/*     $NetBSD: obio.c,v 1.49 2000/07/25 21:50:03 pk Exp $     */
 
 /*-
  * Copyright (c) 1997,1998 The NetBSD Foundation, Inc.
@@ -155,6 +155,7 @@
                static const char *const special4[] = {
                        /* find these first */
                        "timer",
+                       "dma",          /* need this before `esp', if any */
                        NULL
                };
 



Home | Main Index | Thread Index | Old Index