diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-02-11 19:20:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-02-11 19:20:29 +0000 |
commit | 9f03a5af0492cb853685880bbbd9cbc622fa942f (patch) | |
tree | 96c6440dfb40fb88110394ed46c228cde9f0922d /sys/dev/pci/noctreg.h | |
parent | ba0bc613711d8eafa59eaaaad0a136d1566e7e36 (diff) |
be consistant on Hz vs hz
Diffstat (limited to 'sys/dev/pci/noctreg.h')
-rw-r--r-- | sys/dev/pci/noctreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/noctreg.h b/sys/dev/pci/noctreg.h index cc38ef0194a..4570ae1c411 100644 --- a/sys/dev/pci/noctreg.h +++ b/sys/dev/pci/noctreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: noctreg.h,v 1.6 2002/07/16 22:44:31 jason Exp $ */ +/* $OpenBSD: noctreg.h,v 1.7 2003/02/11 19:20:28 mickey Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -311,7 +311,7 @@ union noct_pkh_cmd { /* NOCT_EA_SDRAM_CFG */ #define EASDRC_8KREFRESH 0x00000080 /* 8K refreshes/64ms */ -#define EASDRC_FREQ 0x0000003f /* in Mhz */ +#define EASDRC_FREQ 0x0000003f /* in MHz */ /* NOCT_RNG_CTL */ #define RNGCTL_RNG_ENA 0x80000000 /* rng enable */ |