Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xf86-video-sis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
17
Issues
17
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xorg
driver
xf86-video-sis
Commits
1b851e81
Commit
1b851e81
authored
Apr 07, 2006
by
Eric Anholt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't forget to zero the xf86ModReqInfo before using it. Noticed by Alex
Deucher.
parent
7d9999fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
ChangeLog
ChangeLog
+6
-0
src/sis_driver.c
src/sis_driver.c
+2
-1
No files found.
ChangeLog
View file @
1b851e81
2006-04-06 Eric Anholt <anholt@FreeBSD.org>
* src/sis_driver.c:
Don't forget to zero the xf86ModReqInfo before using it.
Noticed by Alex Deucher.
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
...
...
src/sis_driver.c
View file @
1b851e81
/* $XFree86$ */
/* $XdotOrg: driver/xf86-video-sis/src/sis_driver.c,v 1.7
1 2005/11/09 17:42:58 mhopf
Exp $ */
/* $XdotOrg: driver/xf86-video-sis/src/sis_driver.c,v 1.7
2 2006/03/09 06:06:25 anholt
Exp $ */
/*
* SiS driver main code
*
...
...
@@ -6971,6 +6971,7 @@ SISPreInit(ScrnInfoPtr pScrn, int flags)
XF86ModReqInfo
req
;
int
errmaj
,
errmin
;
memset
(
&
req
,
0
,
sizeof
(
req
));
req
.
majorversion
=
2
;
req
.
minorversion
=
0
;
if
(
!
LoadSubModule
(
pScrn
->
module
,
"exa"
,
NULL
,
NULL
,
NULL
,
&
req
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment