Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3/sun3x Add the address of the DMA gate array (u...
details: https://anonhg.NetBSD.org/src/rev/cd9b1eafe4d0
branches: trunk
changeset: 471612:cd9b1eafe4d0
user: gwr <gwr%NetBSD.org@localhost>
date: Tue Apr 06 02:07:51 1999 +0000
description:
Add the address of the DMA gate array (used by the esp driver).
diffstat:
sys/arch/sun3/sun3x/obio.c | 4 +++-
sys/arch/sun3/sun3x/obio.h | 5 +++--
2 files changed, 6 insertions(+), 3 deletions(-)
diffs (37 lines):
diff -r 703385c90401 -r cd9b1eafe4d0 sys/arch/sun3/sun3x/obio.c
--- a/sys/arch/sun3/sun3x/obio.c Mon Apr 05 22:12:03 1999 +0000
+++ b/sys/arch/sun3/sun3x/obio.c Tue Apr 06 02:07:51 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: obio.c,v 1.10 1998/02/08 05:07:07 gwr Exp $ */
+/* $NetBSD: obio.c,v 1.11 1999/04/06 02:07:51 gwr Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -108,6 +108,8 @@
OBIO_INTEL_ETHER,
OBIO_LANCE_ETHER,
+ /* Need esp DMA before SCSI. */
+ OBIO_EMULEX_DMA, /* 3/80 only */
OBIO_EMULEX_SCSI, /* 3/80 only */
/* Memory subsystem */
diff -r 703385c90401 -r cd9b1eafe4d0 sys/arch/sun3/sun3x/obio.h
--- a/sys/arch/sun3/sun3x/obio.h Mon Apr 05 22:12:03 1999 +0000
+++ b/sys/arch/sun3/sun3x/obio.h Tue Apr 06 02:07:51 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: obio.h,v 1.5 1998/02/05 04:58:01 gwr Exp $ */
+/* $NetBSD: obio.h,v 1.6 1999/04/06 02:07:51 gwr Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -82,7 +82,8 @@
#define OBIO_INTEL_ETHER 0x65000000
#define OBIO_LANCE_ETHER 0x65002000
-#define OBIO_EMULEX_SCSI 0x66000000 /* 3/80 only? */
+#define OBIO_EMULEX_SCSI 0x66000000 /* 3/80 only */
+#define OBIO_EMULEX_DMA 0x66001000 /* 3/80 only */
#define OBIO_PCACHE_TAGS 0x68000000
#define OBIO_ECCPARREG 0x6A1E0000
Home |
Main Index |
Thread Index |
Old Index