Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/tc Fix wrong figures in comments.



details:   https://anonhg.NetBSD.org/src/rev/bcc1c99dcd0f
branches:  trunk
changeset: 479000:bcc1c99dcd0f
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Wed Dec 01 08:55:09 1999 +0000

description:
Fix wrong figures in comments.

diffstat:

 sys/arch/pmax/tc/tc_3min.c   |  6 +++---
 sys/arch/pmax/tc/tc_maxine.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 1e491a43438f -r bcc1c99dcd0f sys/arch/pmax/tc/tc_3min.c
--- a/sys/arch/pmax/tc/tc_3min.c        Wed Dec 01 08:41:41 1999 +0000
+++ b/sys/arch/pmax/tc/tc_3min.c        Wed Dec 01 08:55:09 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tc_3min.c,v 1.3 1999/12/01 08:41:41 nisimura Exp $     */
+/*     $NetBSD: tc_3min.c,v 1.4 1999/12/01 08:55:09 nisimura Exp $     */
 
 /*
  * Copyright (c) 1998 Jonathan Stone.  All rights reserved.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: tc_3min.c,v 1.3 1999/12/01 08:41:41 nisimura Exp $ ");
+__KERNEL_RCSID(0, "$NetBSD: tc_3min.c,v 1.4 1999/12/01 08:55:09 nisimura Exp $ ");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -42,7 +42,7 @@
 
 /*
  * 3MIN has 4 TC option slot address space starting at 0x1000.0000.
- * TC slot size is 32MB.  Three option slots are available.  IOASIC, 
+ * TC slot size is 64MB.  Three option slots are available.  IOASIC, 
  * which governs various baseboard devices like keyboard/mouse, RTC,
  * DMA assisted ASC SCSI, LANCE Ether, forms a system base.  IOASIC
  * is designed as a TC device and sits in slot #3 space.
diff -r 1e491a43438f -r bcc1c99dcd0f sys/arch/pmax/tc/tc_maxine.c
--- a/sys/arch/pmax/tc/tc_maxine.c      Wed Dec 01 08:41:41 1999 +0000
+++ b/sys/arch/pmax/tc/tc_maxine.c      Wed Dec 01 08:55:09 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tc_maxine.c,v 1.3 1999/12/01 08:41:42 nisimura Exp $   */
+/*     $NetBSD: tc_maxine.c,v 1.4 1999/12/01 08:55:09 nisimura Exp $   */
 
 /*
  * Copyright (c) 1998 Jonathan Stone.  All rights reserved.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: tc_maxine.c,v 1.3 1999/12/01 08:41:42 nisimura Exp $ ");
+__KERNEL_RCSID(0, "$NetBSD: tc_maxine.c,v 1.4 1999/12/01 08:55:09 nisimura Exp $ ");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -42,7 +42,7 @@
 
 /*
  * MAXINE has 4 TC option slot address space starting at 0x1000.0000.
- * TC slot size is 32MB.  Two option slots are available.  Slot#2 is
+ * TC slot size is 64MB.  Two option slots are available.  Slot#2 is
  * not available for option cards.  IOASIC, which governs various
  * baseboard devices like RTC, DMA assisted ASC SCSI, LANCE Ether,
  * forms a system base.  MAXINE IOASIC also controls ACCESS.bus



Home | Main Index | Thread Index | Old Index