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
8a612a51
Commit
8a612a51
authored
Nov 27, 2002
by
Dave Jones
Committed by
Dave Jones
Nov 27, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add support for two new VIA GARTs
parent
0da45e8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
drivers/char/agp/via.h
drivers/char/agp/via.h
+10
-0
include/linux/agp_backend.h
include/linux/agp_backend.h
+2
-0
No files found.
drivers/char/agp/via.h
View file @
8a612a51
...
...
@@ -25,6 +25,11 @@ struct agp_device_ids via_agp_device_ids[] __initdata =
.
chipset
=
VIA_APOLLO_KX133
,
.
chipset_name
=
"Apollo Pro KX133"
,
},
{
.
device_id
=
PCI_DEVICE_ID_VIA_8633_0
,
.
chipset
=
VIA_APOLLO_PRO_266
,
.
chipset_name
=
"Apollo Pro 266"
,
},
{
.
device_id
=
PCI_DEVICE_ID_VIA_8363_0
,
.
chipset
=
VIA_APOLLO_KT133
,
...
...
@@ -45,6 +50,11 @@ struct agp_device_ids via_agp_device_ids[] __initdata =
.
chipset
=
VIA_APOLLO_PRO
,
.
chipset_name
=
"Apollo Pro266T"
,
},
{
.
device_id
=
PCI_DEVICE_ID_VIA_82C694X_0
,
.
chipset
=
VIA_VT8605
,
.
chipset_name
=
"PM133"
},
{
.
device_id
=
0
,
.
chipset
=
VIA_GENERIC
,
...
...
include/linux/agp_backend.h
View file @
8a612a51
...
...
@@ -62,6 +62,8 @@ enum chipset_type {
VIA_APOLLO_KX133
,
VIA_APOLLO_KT133
,
VIA_APOLLO_KT400
,
VIA_APOLLO_PRO_266
,
VIA_VT8605
,
SIS_GENERIC
,
AMD_GENERIC
,
AMD_IRONGATE
,
...
...
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