summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2009-11-02 22:31:51 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2009-11-02 22:31:51 +0000
commit9d941b635cf8c118d1188816786388bf63b54864 (patch)
tree5c5f57192ed4188093673111d190263df6ae7741 /sys/dev/pci
parent1ae6c27eda3aaaaf0e48a102129effe6e7437d65 (diff)
s/hz/Hz/ on multiples of the SI unit hertz other than MHz.
reminded by STeve Andre.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/drm/i915_drv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/i915_drv.h b/sys/dev/pci/drm/i915_drv.h
index 8436def5b57..eb9de0cded1 100644
--- a/sys/dev/pci/drm/i915_drv.h
+++ b/sys/dev/pci/drm/i915_drv.h
@@ -745,14 +745,14 @@ extern int i915_set_status_page(struct drm_device *, void *, struct drm_file *);
/*
* SDVO/UDI pixel multiplier.
*
- * SDVO requires that the bus clock rate be between 1 and 2 Ghz, and the bus
+ * SDVO requires that the bus clock rate be between 1 and 2 GHz, and the bus
* clock rate is 10 times the DPLL clock. At low resolution/refresh rate
* modes, the bus rate would be below the limits, so SDVO allows for stuffing
* dummy bytes in the datastream at an increased clock rate, with both sides of
* the link knowing how many bytes are fill.
*
* So, for a mode with a dotclock of 65MHz, we would want to double the clock
- * rate to 130MHz to get a bus rate of 1.30Ghz. The DPLL clock rate would be
+ * rate to 130MHz to get a bus rate of 1.30GHz. The DPLL clock rate would be
* set to 130MHz, and the SDVO multiplier set to 2x in this register and
* through an SDVO command.
*