Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/vme Fix register and memory addresses for PAM...
details: https://anonhg.NetBSD.org/src/rev/fae5555d0894
branches: trunk
changeset: 753127:fae5555d0894
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Tue Mar 16 17:56:41 2010 +0000
description:
Fix register and memory addresses for PAM, per MintNet driver.
XXX: In le_vme_match(), probably we should not return even if
XXX: bus_space_map(9) fails unless all le_addresses have been checked.
diffstat:
sys/arch/atari/vme/if_le_vme.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fccce8d8d318 -r fae5555d0894 sys/arch/atari/vme/if_le_vme.c
--- a/sys/arch/atari/vme/if_le_vme.c Tue Mar 16 16:20:19 2010 +0000
+++ b/sys/arch/atari/vme/if_le_vme.c Tue Mar 16 17:56:41 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_le_vme.c,v 1.28 2010/01/19 22:06:19 pooka Exp $ */
+/* $NetBSD: if_le_vme.c,v 1.29 2010/03/16 17:56:41 tsutsui Exp $ */
/*-
* Copyright (c) 1998 maximum entropy. All rights reserved.
@@ -74,7 +74,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_le_vme.c,v 1.28 2010/01/19 22:06:19 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_le_vme.c,v 1.29 2010/03/16 17:56:41 tsutsui Exp $");
#include "opt_inet.h"
@@ -124,7 +124,7 @@
} lestd[] = {
{ 0xfe00fff0, 0xfe010000, IRQUNK, 16, 64*1024,
LE_OLD_RIEBL|LE_NEW_RIEBL }, /* Riebl */
- { 0xffcffff0, 0xffcf0000, 5, 16, 64*1024,
+ { 0xfecffff0, 0xfecf0000, 5, 16, 64*1024,
LE_PAM }, /* PAM */
{ 0xfecffff0, 0xfecf0000, 5, 16, 64*1024,
LE_ROTHRON }, /* Rhotron */
Home |
Main Index |
Thread Index |
Old Index