Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic s/32-bits/32-bit/ (Hi Al!)



details:   https://anonhg.NetBSD.org/src/rev/735d8e40abcb
branches:  trunk
changeset: 484034:735d8e40abcb
user:      soren <soren%NetBSD.org@localhost>
date:      Thu Mar 23 15:04:49 2000 +0000

description:
s/32-bits/32-bit/ (Hi Al!)

diffstat:

 sys/dev/ic/wdc.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 00307ed1afa6 -r 735d8e40abcb sys/dev/ic/wdc.c
--- a/sys/dev/ic/wdc.c  Thu Mar 23 14:50:36 2000 +0000
+++ b/sys/dev/ic/wdc.c  Thu Mar 23 15:04:49 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wdc.c,v 1.81 2000/03/23 07:01:33 thorpej Exp $ */
+/*     $NetBSD: wdc.c,v 1.82 2000/03/23 15:04:49 soren Exp $ */
 
 
 /*
@@ -931,7 +931,7 @@
                        /* Not good. fall back to 16bits */
                        drvp->drive_flags &= ~DRIVE_CAP32;
                } else {
-                       printf("%s: 32-bits data port", drv_dev->dv_xname);
+                       printf("%s: 32-bit data port", drv_dev->dv_xname);
                }
        }
 #if 0 /* Some ultra-DMA drives claims to only support ATA-3. sigh */



Home | Main Index | Thread Index | Old Index