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 Make this compile with __FULL_SPARC_BUS_S...
details: https://anonhg.NetBSD.org/src/rev/fb154daecccc
branches: trunk
changeset: 546517:fb154daecccc
user: martin <martin%NetBSD.org@localhost>
date: Wed Apr 30 22:12:34 2003 +0000
description:
Make this compile with __FULL_SPARC_BUS_SPACE,
from Steve Rumble in PR 21398.
diffstat:
sys/arch/sparc/dev/obio.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 12a45a5a7892 -r fb154daecccc sys/arch/sparc/dev/obio.c
--- a/sys/arch/sparc/dev/obio.c Wed Apr 30 20:49:49 2003 +0000
+++ b/sys/arch/sparc/dev/obio.c Wed Apr 30 22:12:34 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: obio.c,v 1.61 2003/04/02 04:35:28 thorpej Exp $ */
+/* $NetBSD: obio.c,v 1.62 2003/04/30 22:12:34 martin Exp $ */
/*-
* Copyright (c) 1997,1998 The NetBSD Foundation, Inc.
@@ -107,7 +107,7 @@
NULL, /* bus_space_subregion */
NULL, /* bus_space_barrier */
obio_bus_mmap, /* bus_space_mmap */
- NULL /* bus_intr_establish */
+ NULL, /* bus_intr_establish */
#if __FULL_SPARC_BUS_SPACE
NULL, /* read_1 */
NULL, /* read_2 */
Home |
Main Index |
Thread Index |
Old Index