Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Fix two typos in comments. kern/16386 by Sean Da...



details:   https://anonhg.NetBSD.org/src/rev/a8e281e4a032
branches:  trunk
changeset: 525774:a8e281e4a032
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Apr 17 09:16:27 2002 +0000

description:
Fix two typos in comments. kern/16386 by Sean Davis.

diffstat:

 sys/dev/pci/if_tl.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r c536b70163db -r a8e281e4a032 sys/dev/pci/if_tl.c
--- a/sys/dev/pci/if_tl.c       Wed Apr 17 09:14:21 2002 +0000
+++ b/sys/dev/pci/if_tl.c       Wed Apr 17 09:16:27 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_tl.c,v 1.51 2002/03/07 21:42:20 christos Exp $      */
+/*     $NetBSD: if_tl.c,v 1.52 2002/04/17 09:16:27 wiz Exp $   */
 
 /*
  * Copyright (c) 1997 Manuel Bouyer.  All rights reserved.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_tl.c,v 1.51 2002/03/07 21:42:20 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_tl.c,v 1.52 2002/04/17 09:16:27 wiz Exp $");
 
 #undef TLDEBUG
 #define TL_PRIV_STATS
@@ -299,7 +299,7 @@
        sc->tl_product = tp;
 
        /*
-        * Map the card space. Fisrt we have to find the I/O and MEM
+        * Map the card space. First we have to find the I/O and MEM
         * registers. I/O is supposed to be at 0x10, MEM at 0x14, 
         * but some boards (Compaq Netflex 3/P PCI) seem to have it reversed.
         * The ThunderLAN manual is not consistent about this either (there
@@ -415,7 +415,7 @@
        }
        /*
         * Add shutdown hook so that DMA is disabled prior to reboot. Not
-        * doing do could allow DMA to corrupt kernel memory during the
+        * doing 
         * reboot before the driver initializes.
         */
        (void) shutdownhook_establish(tl_shutdown, ifp);



Home | Main Index | Thread Index | Old Index