Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/dreamcast/dev/microcode improve comment, update mai...



details:   https://anonhg.NetBSD.org/src/rev/05b3e17c2922
branches:  trunk
changeset: 370734:05b3e17c2922
user:      ryo <ryo%NetBSD.org@localhost>
date:      Sun Sep 25 21:26:22 2022 +0000

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

diffstat:

 sys/arch/dreamcast/dev/microcode/aica_arm.c        |   6 ++----
 sys/arch/dreamcast/dev/microcode/aica_arm_locore.S |  10 ++++------
 2 files changed, 6 insertions(+), 10 deletions(-)

diffs (55 lines):

diff -r 3debd253bfca -r 05b3e17c2922 sys/arch/dreamcast/dev/microcode/aica_arm.c
--- a/sys/arch/dreamcast/dev/microcode/aica_arm.c       Sun Sep 25 21:19:20 2022 +0000
+++ b/sys/arch/dreamcast/dev/microcode/aica_arm.c       Sun Sep 25 21:26:22 2022 +0000
@@ -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 <ryo%misakimix.org@localhost>
+ * Copyright (c) 2003 Ryo Shimizu <ryo%nerv.org@localhost>
  * 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
diff -r 3debd253bfca -r 05b3e17c2922 sys/arch/dreamcast/dev/microcode/aica_arm_locore.S
--- a/sys/arch/dreamcast/dev/microcode/aica_arm_locore.S        Sun Sep 25 21:19:20 2022 +0000
+++ b/sys/arch/dreamcast/dev/microcode/aica_arm_locore.S        Sun Sep 25 21:26:22 2022 +0000
@@ -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 <ryo%misakimix.org@localhost>
+ * Copyright (c) 2003 Ryo Shimizu <ryo%nerv.org@localhost>
  * 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 @@
        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 */



Home | Main Index | Thread Index | Old Index