Module Name:    src
Committed By:   ryo
Date:           Sun Sep 25 21:26:22 UTC 2022

Modified Files:
        src/sys/arch/dreamcast/dev/microcode: aica_arm.c aica_arm_locore.S

Log Message:
improve comment, update mailaddr, and remove clause 3 from my licenses.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/dreamcast/dev/microcode/aica_arm.c
cvs rdiff -u -r1.4 -r1.5 \
    src/sys/arch/dreamcast/dev/microcode/aica_arm_locore.S

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/dreamcast/dev/microcode/aica_arm.c
diff -u src/sys/arch/dreamcast/dev/microcode/aica_arm.c:1.7 src/sys/arch/dreamcast/dev/microcode/aica_arm.c:1.8
--- src/sys/arch/dreamcast/dev/microcode/aica_arm.c:1.7	Sun Sep 25 21:19:20 2022
+++ src/sys/arch/dreamcast/dev/microcode/aica_arm.c	Sun Sep 25 21:26:22 2022
@@ -1,7 +1,7 @@
-/*	$NetBSD: aica_arm.c,v 1.7 2022/09/25 21:19:20 ryo Exp $	*/
+/*	$NetBSD: aica_arm.c,v 1.8 2022/09/25 21:26:22 ryo Exp $	*/
 
 /*
- * Copyright (c) 2003 SHIMIZU Ryo <r...@misakimix.org>
+ * Copyright (c) 2003 Ryo Shimizu <r...@nerv.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -13,8 +13,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

Index: src/sys/arch/dreamcast/dev/microcode/aica_arm_locore.S
diff -u src/sys/arch/dreamcast/dev/microcode/aica_arm_locore.S:1.4 src/sys/arch/dreamcast/dev/microcode/aica_arm_locore.S:1.5
--- src/sys/arch/dreamcast/dev/microcode/aica_arm_locore.S:1.4	Sun Sep 25 21:19:20 2022
+++ src/sys/arch/dreamcast/dev/microcode/aica_arm_locore.S	Sun Sep 25 21:26:22 2022
@@ -1,7 +1,7 @@
-/*	$NetBSD: aica_arm_locore.S,v 1.4 2022/09/25 21:19:20 ryo Exp $	*/
+/*	$NetBSD: aica_arm_locore.S,v 1.5 2022/09/25 21:26:22 ryo Exp $	*/
 
 /*
- * Copyright (c) 2003 SHIMIZU Ryo <r...@misakimix.org>
+ * Copyright (c) 2003 Ryo Shimizu <r...@nerv.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -13,8 +13,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -45,8 +43,8 @@ exp_reset:
 	mov	sp,#0xff00	/* setup stack */
 
 	mrs	r0,CPSR		/* disable interrupt */
-	bic	r0,r0,#0x80
-	bic	r0,r0,#0x40
+	bic	r0,r0,#0x80	/* disable IRQ */
+	bic	r0,r0,#0x40	/* disbale FIQ */
 	msr	CPSR_all,r0
 
 	mrc	p15,0,r0,c1,c0,0	/* read control register */

Reply via email to