Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/dev Comment fixes from OpenBSD.



details:   https://anonhg.NetBSD.org/src/rev/3bf796c2f7d3
branches:  trunk
changeset: 545887:3bf796c2f7d3
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Thu Apr 17 12:58:18 2003 +0000

description:
Comment fixes from OpenBSD.

diffstat:

 sys/arch/sparc64/dev/psychoreg.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 325081c9831e -r 3bf796c2f7d3 sys/arch/sparc64/dev/psychoreg.h
--- a/sys/arch/sparc64/dev/psychoreg.h  Thu Apr 17 12:52:21 2003 +0000
+++ b/sys/arch/sparc64/dev/psychoreg.h  Thu Apr 17 12:58:18 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: psychoreg.h,v 1.9 2001/09/15 07:10:05 eeh Exp $ */
+/*     $NetBSD: psychoreg.h,v 1.10 2003/04/17 12:58:18 nakayama Exp $ */
 
 /*
  * Copyright (c) 1998, 1999 Eduardo E. Horvath
@@ -95,8 +95,8 @@
        u_int64_t       pcia_slot3_int;         /* PCI bus a slot 3 irq map reg (IIi)*/ /* 1fe.0000.0c18 */
        u_int64_t       pcib_slot0_int;         /* PCI bus b slot 0 irq map reg */      /* 1fe.0000.0c20 */
        u_int64_t       pcib_slot1_int;         /* PCI bus b slot 1 irq map reg */      /* 1fe.0000.0c28 */
-       u_int64_t       pcib_slot2_int;         /* PCI bus b slot 1 irq map reg */      /* 1fe.0000.0c30 */
-       u_int64_t       pcib_slot3_int;         /* PCI bus b slot 1 irq map reg */      /* 1fe.0000.0c38 */
+       u_int64_t       pcib_slot2_int;         /* PCI bus b slot 2 irq map reg */      /* 1fe.0000.0c30 */
+       u_int64_t       pcib_slot3_int;         /* PCI bus b slot 3 irq map reg */      /* 1fe.0000.0c38 */
 
        u_int64_t       pad4[120];
 
@@ -207,7 +207,7 @@
 
        u_int64_t       pad16[48];
 
-       u_int64_t       pci_int_diag;           /* SBUS int state diag reg */           /* 1fe.0000.a800 */
+       u_int64_t       pci_int_diag;           /* PCI int state diag reg */            /* 1fe.0000.a800 */
        u_int64_t       obio_int_diag;          /* OBIO and misc int state diag reg */  /* 1fe.0000.a808 */
 
        u_int64_t       pad17[254];



Home | Main Index | Thread Index | Old Index