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
5c9742b2
Commit
5c9742b2
authored
Feb 10, 2003
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AGPGART] Additional VIA ids.
parent
6220b3c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
drivers/char/agp/via-agp.c
drivers/char/agp/via-agp.c
+11
-3
No files found.
drivers/char/agp/via-agp.c
View file @
5c9742b2
...
...
@@ -221,6 +221,13 @@ static struct agp_device_ids via_agp_device_ids[] __initdata =
.
chipset_name
=
"Apollo Pro KT133/KM133/TwisterK"
,
},
/* VT8753A */
/* {
.device_id = PCI_DEVICE_ID_VIA_8753_0, // 0x3128
.chipset = VIA_P4X266,
.chipset_name = "P4X266",
}, */
/* VT8366 */
{
.
device_id
=
PCI_DEVICE_ID_VIA_8367_0
,
...
...
@@ -264,11 +271,11 @@ static struct agp_device_ids via_agp_device_ids[] __initdata =
.
chipset_name
=
"Apollo ProSavage PM133/PL133/PN133/Twister"
},
/*
P4M266
*/
/*
VT8752
*/
/* {
.device_id = PCI_DEVICE_ID_VIA_
P4M266
, // 0x3148
.device_id = PCI_DEVICE_ID_VIA_
8752
, // 0x3148
.chipset = VIA_P4M266,
.chipset_name = "P4M266",
.chipset_name = "P
roSavage DDR P
4M266",
}, */
/* KN266/PN266 */
...
...
@@ -278,6 +285,7 @@ static struct agp_device_ids via_agp_device_ids[] __initdata =
.chipset_name = "KN266/PN266",
}, */
/* VT8754 */
{
.
device_id
=
PCI_DEVICE_ID_VIA_8754
,
.
chipset
=
VIA_P4X
,
...
...
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