Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/sparc/dev Pull up revision 1.49 from trunk:
details: https://anonhg.NetBSD.org/src/rev/8e97dff7d009
branches: netbsd-1-5
changeset: 488724:8e97dff7d009
user: pk <pk%NetBSD.org@localhost>
date: Wed Jul 26 09:33:39 2000 +0000
description:
Pull up revision 1.49 from trunk:
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 bbaa6e7a0c90 -r 8e97dff7d009 sys/arch/sparc/dev/obio.c
--- a/sys/arch/sparc/dev/obio.c Wed Jul 26 07:28:33 2000 +0000
+++ b/sys/arch/sparc/dev/obio.c Wed Jul 26 09:33:39 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: obio.c,v 1.47 2000/01/11 12:59:46 pk Exp $ */
+/* $NetBSD: obio.c,v 1.47.4.1 2000/07/26 09:33:39 pk Exp $ */
/*-
* Copyright (c) 1997,1998 The NetBSD Foundation, Inc.
@@ -156,6 +156,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