diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2006-10-19 10:55:57 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2006-10-19 10:55:57 +0000 |
commit | 8aff8e78d3d69b8cd3802bbb39e678ddbe0693ac (patch) | |
tree | 2594f2256966cdbd5b8013a78b199a5c4c5a6797 /sys/dev/pci/if_bgereg.h | |
parent | d079ea7bd9c8c790e010d1123f8cb2567f8bd39a (diff) |
s/Mhz/MHz/ in comments and printf() strings
ok jsg@
Diffstat (limited to 'sys/dev/pci/if_bgereg.h')
-rw-r--r-- | sys/dev/pci/if_bgereg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bgereg.h b/sys/dev/pci/if_bgereg.h index 2b0ac15cccc..93d6318616b 100644 --- a/sys/dev/pci/if_bgereg.h +++ b/sys/dev/pci/if_bgereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bgereg.h,v 1.66 2006/10/17 22:28:07 brad Exp $ */ +/* $OpenBSD: if_bgereg.h,v 1.67 2006/10/19 10:55:56 tom Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -740,7 +740,7 @@ #define BGE_SERDESCFG_CDET 0x00010000 /* comma detect enable */ #define BGE_SERDESCFG_TBILOOP 0x00020000 /* local loopback */ #define BGE_SERDESCFG_REMLOOP 0x00040000 /* remote loopback */ -#define BGE_SERDESCFG_INVPHASE 0x00080000 /* Reverse 125Mhz clock */ +#define BGE_SERDESCFG_INVPHASE 0x00080000 /* Reverse 125MHz clock */ #define BGE_SERDESCFG_12REGCTL 0x00300000 /* 1.2v regulator ctl */ #define BGE_SERDESCFG_REGCTL 0x00C00000 /* regulator ctl (2.5v) */ |