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/if_bge.c | |
parent | ba0bc613711d8eafa59eaaaad0a136d1566e7e36 (diff) |
be consistant on Hz vs hz
Diffstat (limited to 'sys/dev/pci/if_bge.c')
-rw-r--r-- | sys/dev/pci/if_bge.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index 5bf51d3bcc4..320091ed349 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bge.c,v 1.18 2003/01/15 06:31:24 art Exp $ */ +/* $OpenBSD: if_bge.c,v 1.19 2003/02/11 19:20:27 mickey Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2001 @@ -55,7 +55,7 @@ * into the driver. * * The BCM5700 supports the PCI v2.2 and PCI-X v1.0 standards, and will - * function in a 32-bit/64-bit 33/66Mhz bus, or a 64-bit/133Mhz bus. + * function in a 32-bit/64-bit 33/66MHz bus, or a 64-bit/133MHz bus. * * The BCM5701 is a single-chip solution incorporating both the BCM5700 * MAC and a BCM5401 10/100/1000 PHY. Unlike the BCM5700, the BCM5701 @@ -1035,7 +1035,7 @@ bge_chipinit(sc) BGE_PCI_READ_BNDRY_1024); #endif - /* Set the timer prescaler (always 66Mhz) */ + /* Set the timer prescaler (always 66MHz) */ CSR_WRITE_4(sc, BGE_MISC_CFG, 65 << 1/*BGE_32BITTIME_66MHZ*/); return(0); |