Module Name:    src
Committed By:   tsutsui
Date:           Tue Mar 16 17:56:41 UTC 2010

Modified Files:
        src/sys/arch/atari/vme: if_le_vme.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/atari/vme/if_le_vme.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/atari/vme/if_le_vme.c
diff -u src/sys/arch/atari/vme/if_le_vme.c:1.28 src/sys/arch/atari/vme/if_le_vme.c:1.29
--- src/sys/arch/atari/vme/if_le_vme.c:1.28	Tue Jan 19 22:06:19 2010
+++ src/sys/arch/atari/vme/if_le_vme.c	Tue Mar 16 17:56:41 2010
@@ -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	*/

Reply via email to