Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/dev Fix tyop in comment, and keep comment line...



details:   https://anonhg.NetBSD.org/src/rev/67e54ec47ce6
branches:  trunk
changeset: 472865:67e54ec47ce6
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon May 10 12:36:16 1999 +0000

description:
Fix tyop in comment, and keep comment lines to less that 80 chars.

diffstat:

 sys/arch/pmax/dev/sfb.c |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r cc660060635e -r 67e54ec47ce6 sys/arch/pmax/dev/sfb.c
--- a/sys/arch/pmax/dev/sfb.c   Mon May 10 12:18:57 1999 +0000
+++ b/sys/arch/pmax/dev/sfb.c   Mon May 10 12:36:16 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sfb.c,v 1.30 1999/04/24 08:01:07 simonb Exp $  */
+/*     $NetBSD: sfb.c,v 1.31 1999/05/10 12:36:16 simonb Exp $  */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -333,12 +333,13 @@
 
 
 /*
- * The  TURBOChannel sfb interrupts by default on every vertical retrace,
+ * The TURBOChannel sfb interrupts by default on every vertical retrace,
  * and we don't know to disable those interrupt requests.
- * The 4.4BSD/pamx kernel never enabled delivery of those interrupts from the TC bus,
- * but there's a kernel design bug on the 3MIN, where disabling
- * (or enabling) TC option interrupts has no effect; each slot interrupt is
- * mapped directly to a separate R3000 interrupt  and they always seem to be taken.
+ * The 4.4BSD/pmax kernel never enabled delivery of those interrupts
+ * from the TC bus, but there's a kernel design bug on the 3MIN, where
+ * disabling (or enabling) TC option interrupts has no effect; each slot
+ * interrupt is mapped directly to a separate R3000 interrupt and they
+ * always seem to be taken.
  *
  * This function simply dismisses SFB interrupts, or the interrupt
  * request from the card will still be active.



Home | Main Index | Thread Index | Old Index