diff options
author | Alex Deucher <alex@botch2.com> | 2007-03-06 02:28:33 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2007-03-06 02:28:33 -0500 |
commit | ee7c53ae2b6e167dd4d6e813bc565e991f6b73e3 (patch) | |
tree | b2f76ae44f9497b738475c45eaa4105b32cbf77b /src/savage_driver.c | |
parent | 3e2d370e291f5f222de88075f1f285446cca0569 (diff) |
small exa fix ups, remove an errant comment
Diffstat (limited to 'src/savage_driver.c')
-rw-r--r-- | src/savage_driver.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/savage_driver.c b/src/savage_driver.c index 25694da..2c51770 100644 --- a/src/savage_driver.c +++ b/src/savage_driver.c @@ -4159,9 +4159,6 @@ void SavageLoadPaletteSavage4(ScrnInfoPtr pScrn, int numColors, int *indicies, } static void SavageCalcClock(long freq, int min_m, int min_n1, int max_n1, - - /* Make sure linear addressing is enabled after the BIOS call. */ - /* Note that we must use an I/O port to do this. */ int min_n2, int max_n2, long freq_min, long freq_max, unsigned int *mdiv, unsigned int *ndiv, unsigned int *r) |