From 1efe36ed5cf5b0931daa915ca3ce231b78168d87 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Wed, 22 Oct 2008 19:06:06 -0200 Subject: Make UseFBDev option functional again. It is mean't to be a fallback option, that as long as kernel boots in framebuffer mode, the X Server should also work. Correct incorrect value being checked when printing state of Dualhead option. The M value when programming PLL3 is actually an 8 bits integer, so correct it and comments about it. --- src/smi_501.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/smi_501.h') diff --git a/src/smi_501.h b/src/smi_501.h index 1050a3c..ca49813 100644 --- a/src/smi_501.h +++ b/src/smi_501.h @@ -369,7 +369,7 @@ typedef struct _MSOCRegRec { * Requested Pixel Clock = Input Frequency * M / N * Input Frequency is the input crystal frequency value (24 MHz in * the SMI VGX Demo Board). N must be a value between 2 and 24. - * M can be any (7 bits) value, and a loop testing all possible N + * M can be any (8 bits) value, and a loop testing all possible N * values should be the best approach to calculate it's value. */ union { -- cgit v1.2.3