summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-09-15 16:34:01 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-09-15 16:34:01 +0000
commit15c459c9575b4cab08d9c9278ab2d03571beb3a8 (patch)
tree7436dac502a7f30701b51e423bf630861201087f
parent2e4aa206bc65e055200e438c62f26a7740ba3271 (diff)
-rw-r--r--README.sgml1
-rw-r--r--src/newport_driver.c5
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&uuml;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;