summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2006-10-19 10:55:57 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2006-10-19 10:55:57 +0000
commit8aff8e78d3d69b8cd3802bbb39e678ddbe0693ac (patch)
tree2594f2256966cdbd5b8013a78b199a5c4c5a6797 /sys/dev/pci
parentd079ea7bd9c8c790e010d1123f8cb2567f8bd39a (diff)
s/Mhz/MHz/ in comments and printf() strings
ok jsg@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/ahd_pci.c10
-rw-r--r--sys/dev/pci/if_bgereg.h4
-rw-r--r--sys/dev/pci/if_vge.c4
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/pci/ahd_pci.c b/sys/dev/pci/ahd_pci.c
index 543b4a81b06..110f4eb8f1f 100644
--- a/sys/dev/pci/ahd_pci.c
+++ b/sys/dev/pci/ahd_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ahd_pci.c,v 1.14 2006/07/11 18:50:05 kettenis Exp $ */
+/* $OpenBSD: ahd_pci.c,v 1.15 2006/10/19 10:55:56 tom Exp $ */
/*
* Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom
@@ -256,10 +256,10 @@ static const char *pci_bus_modes[] =
"PCI bus mode unknown",
"PCI bus mode unknown",
"PCI bus mode unknown",
- "PCI-X 101-133Mhz",
- "PCI-X 67-100Mhz",
- "PCI-X 50-66Mhz",
- "PCI 33 or 66Mhz"
+ "PCI-X 101-133MHz",
+ "PCI-X 67-100MHz",
+ "PCI-X 50-66MHz",
+ "PCI 33 or 66MHz"
};
#define TESTMODE 0x00000800ul
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) */
diff --git a/sys/dev/pci/if_vge.c b/sys/dev/pci/if_vge.c
index fac9849db91..9c4d3fed95c 100644
--- a/sys/dev/pci/if_vge.c
+++ b/sys/dev/pci/if_vge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_vge.c,v 1.28 2006/10/03 19:46:08 damien Exp $ */
+/* $OpenBSD: if_vge.c,v 1.29 2006/10/19 10:55:56 tom Exp $ */
/* $FreeBSD: if_vge.c,v 1.3 2004/09/11 22:13:25 wpaul Exp $ */
/*
* Copyright (c) 2004
@@ -43,7 +43,7 @@
*/
/*
- * The VIA Networking VT6122 is a 32bit, 33/66Mhz PCI device that
+ * The VIA Networking VT6122 is a 32bit, 33/66MHz PCI device that
* combines a tri-speed ethernet MAC and PHY, with the following
* features:
*