diff options
-rw-r--r-- | README.sgml | 1 | ||||
-rw-r--r-- | src/newport_driver.c | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/README.sgml b/README.sgml index e202ae8..70a22bd 100644 --- a/README.sgml +++ b/README.sgml @@ -7,7 +7,6 @@ <author>Guido Günther <date>24 February 2003 <ident> -$Id$ </ident> <toc> diff --git a/src/newport_driver.c b/src/newport_driver.c index 0f927dc..98770e3 100644 --- a/src/newport_driver.c +++ b/src/newport_driver.c @@ -127,7 +127,7 @@ static XF86ModuleVersionInfo newportVersRec = MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, - XF86_VERSION_CURRENT, + XORG_VERSION_CURRENT, NEWPORT_MAJOR_VERSION, NEWPORT_MINOR_VERSION, NEWPORT_PATCHLEVEL, ABI_CLASS_VIDEODRV, ABI_VIDEODRV_VERSION, @@ -353,6 +353,9 @@ NewportPreInit(ScrnInfoPtr pScrn, int flags) pNewport = NEWPORTPTR(pScrn); pNewport->busID = busID; + pScrn->memPhysBase = 0; + pScrn->fbOffset = 0; + /* We use a programmable clock */ pScrn->progClock = TRUE; |