Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
844f8b99
Commit
844f8b99
authored
Jul 07, 2004
by
Dave Jones
Committed by
Dave Jones
Jul 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AGPGART] VIA VT83xx/VT87xx/KTxxx/Px8xx support.
Signed-off-by:
Dave Jones
<
davej@redhat.com
>
parent
c5c6b8a3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
drivers/char/agp/via-agp.c
drivers/char/agp/via-agp.c
+6
-0
No files found.
drivers/char/agp/via-agp.c
View file @
844f8b99
...
...
@@ -353,6 +353,11 @@ static struct agp_device_ids via_agp_device_ids[] __devinitdata =
.
device_id
=
PCI_DEVICE_ID_VIA_3269_0
,
.
chipset_name
=
"KT880"
,
},
/* KTxxx/Px8xx */
{
.
device_id
=
PCI_DEVICE_ID_VIA_83_87XX_1
,
.
chipset_name
=
"VT83xx/VT87xx/KTxxx/Px8xx"
,
},
{
},
/* dummy final entry, always present */
};
...
...
@@ -464,6 +469,7 @@ static struct pci_device_id agp_via_pci_table[] = {
ID
(
PCI_DEVICE_ID_VIA_8783_0
),
ID
(
PCI_DEVICE_ID_VIA_PX8X0_0
),
ID
(
PCI_DEVICE_ID_VIA_3269_0
),
ID
(
PCI_DEVICE_ID_VIA_83_87XX_1
),
{
}
};
...
...
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