Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa Correct a misleading comment copied over from th...



details:   https://anonhg.NetBSD.org/src/rev/e074ef593365
branches:  trunk
changeset: 471707:e074ef593365
user:      bad <bad%NetBSD.org@localhost>
date:      Thu Apr 08 16:14:29 1999 +0000

description:
Correct a misleading comment copied over from the PCIC version of this file.

diffstat:

 sys/dev/isa/tcic2_isa.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 2827a1dc1510 -r e074ef593365 sys/dev/isa/tcic2_isa.c
--- a/sys/dev/isa/tcic2_isa.c   Thu Apr 08 16:12:31 1999 +0000
+++ b/sys/dev/isa/tcic2_isa.c   Thu Apr 08 16:14:29 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcic2_isa.c,v 1.1 1999/03/23 20:04:15 bad Exp $        */
+/*     $NetBSD: tcic2_isa.c,v 1.2 1999/04/08 16:14:29 bad Exp $        */
 
 #undef TCICISADEBUG
 
@@ -238,8 +238,8 @@
        sc->validirqs = tcic_validirqs(sc->chipid);
 
        /*
-        * allocate an irq.  but interrupts are relatively
-        * scarce, shareable, and for PCIC controllers, very infrequent.
+        * allocate an irq.  interrupts are relatively
+        * scarce but for TCIC controllers very infrequent.
         */
 
        if ((sc->irq = ia->ia_irq) == IRQUNK) {



Home | Main Index | Thread Index | Old Index