Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic hz -> Hz (from OpenBSD)



details:   https://anonhg.NetBSD.org/src/rev/a22427eecf6b
branches:  trunk
changeset: 543170:a22427eecf6b
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue Feb 18 16:37:48 2003 +0000

description:
hz -> Hz (from OpenBSD)

diffstat:

 sys/dev/ic/osiopreg.h |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r d39ee28094f7 -r a22427eecf6b sys/dev/ic/osiopreg.h
--- a/sys/dev/ic/osiopreg.h     Tue Feb 18 16:36:58 2003 +0000
+++ b/sys/dev/ic/osiopreg.h     Tue Feb 18 16:37:48 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: osiopreg.h,v 1.1 2001/04/30 04:47:51 tsutsui Exp $     */
+/*     $NetBSD: osiopreg.h,v 1.2 2003/02/18 16:37:48 tsutsui Exp $     */
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -366,10 +366,10 @@
 /* DMA control register (dcntl) */
 
 #define OSIOP_DCNTL_CF_MASK    0xc0    /* Clock frequency dividers: */
-#define  OSIOP_DCNTL_CF_2      0x00    /*  0 --> 37.51..50.00 Mhz, div=2 */
-#define  OSIOP_DCNTL_CF_1_5    0x40    /*  1 --> 25.01..37.50 Mhz, div=1.5 */
-#define  OSIOP_DCNTL_CF_1      0x80    /*  2 --> 16.67..25.00 Mhz, div=1 */
-#define  OSIOP_DCNTL_CF_3      0xc0    /*  3 --> 50.01..66.67 Mhz, div=3 */
+#define  OSIOP_DCNTL_CF_2      0x00    /*  0 --> 37.51..50.00 MHz, div=2 */
+#define  OSIOP_DCNTL_CF_1_5    0x40    /*  1 --> 25.01..37.50 MHz, div=1.5 */
+#define  OSIOP_DCNTL_CF_1      0x80    /*  2 --> 16.67..25.00 MHz, div=1 */
+#define  OSIOP_DCNTL_CF_3      0xc0    /*  3 --> 50.01..66.67 MHz, div=3 */
 #define OSIOP_DCNTL_EA         0x20    /* Enable ACK */
 #define OSIOP_DCNTL_SSM                0x10    /* Single step mode */
 #define OSIOP_DCNTL_LLM                0x08    /* Enable SCSI Low-level mode */



Home | Main Index | Thread Index | Old Index