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
Kirill Smelkov
linux
Commits
640987e4
Commit
640987e4
authored
Mar 24, 2003
by
Dave Jones
Committed by
Dave Jones
Mar 24, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AGPGART] New PCI idents for new VIA GARTs
parent
2f24f2ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
10 deletions
+19
-10
drivers/char/agp/via-agp.c
drivers/char/agp/via-agp.c
+9
-9
include/linux/pci_ids.h
include/linux/pci_ids.h
+10
-1
No files found.
drivers/char/agp/via-agp.c
View file @
640987e4
...
...
@@ -332,7 +332,7 @@ static struct agp_device_ids via_agp_device_ids[] __initdata =
/* VT8753A */
{
.
device_id
=
PCI_DEVICE_ID_VIA_8753_0
,
// 0x3128
.
device_id
=
PCI_DEVICE_ID_VIA_8753_0
,
.
chipset_name
=
"P4X266"
,
},
...
...
@@ -350,13 +350,13 @@ static struct agp_device_ids via_agp_device_ids[] __initdata =
/* KM266 / PM266 */
{
.
device_id
=
PCI_DEVICE_ID_VIA_KM266
,
// 0x3116
.
device_id
=
PCI_DEVICE_ID_VIA_KM266
,
.
chipset_name
=
"KM266/PM266"
,
},
/* CLE266 */
{
.
device_id
=
PCI_DEVICE_ID_VIA_CLE266
,
// 0x3123
.
device_id
=
PCI_DEVICE_ID_VIA_CLE266
,
.
chipset_name
=
"CLE266"
,
},
...
...
@@ -375,13 +375,13 @@ static struct agp_device_ids via_agp_device_ids[] __initdata =
/* VT8752*/
{
.
device_id
=
PCI_DEVICE_ID_VIA_8752
,
// 0x3148
.
device_id
=
PCI_DEVICE_ID_VIA_8752
,
.
chipset_name
=
"ProSavage DDR P4M266"
,
},
/* KN266/PN266 */
{
.
device_id
=
PCI_DEVICE_ID_
KN266
,
// 0x3156
.
device_id
=
PCI_DEVICE_ID_
VIA_KN266
,
.
chipset_name
=
"KN266/PN266"
,
},
...
...
@@ -393,25 +393,25 @@ static struct agp_device_ids via_agp_device_ids[] __initdata =
/* P4N333 */
{
.
device_id
=
PCI_DEVICE_ID_VIA_P4N333
,
// 0x3178
.
device_id
=
PCI_DEVICE_ID_VIA_P4N333
,
.
chipset_name
=
"P4N333"
,
},
/* P4X600 */
{
.
device_id
=
PCI_DEVICE_ID_VIA_P4X600
,
// 0x0198
.
device_id
=
PCI_DEVICE_ID_VIA_P4X600
,
.
chipset_name
=
"P4X600"
,
},
/* KM400 */
{
.
device_id
=
PCI_DEVICE_ID_VIA_KM400
,
// 0x3205
.
device_id
=
PCI_DEVICE_ID_VIA_KM400
,
.
chipset_name
=
"KM400"
,
},
/* P4M400 */
{
.
device_id
=
PCI_DEVICE_ID_VIA_P4M400
,
// 0x3209
.
device_id
=
PCI_DEVICE_ID_VIA_P4M400
,
.
chipset_name
=
"PM400"
,
},
...
...
include/linux/pci_ids.h
View file @
640987e4
...
...
@@ -1070,6 +1070,7 @@
#define PCI_DEVICE_ID_TTI_HPT374 0x0008
#define PCI_VENDOR_ID_VIA 0x1106
#define PCI_DEVICE_ID_VIA_P4X600 0x0198
#define PCI_DEVICE_ID_VIA_8363_0 0x0305
#define PCI_DEVICE_ID_VIA_8371_0 0x0391
#define PCI_DEVICE_ID_VIA_8501_0 0x0501
...
...
@@ -1109,11 +1110,19 @@
#define PCI_DEVICE_ID_VIA_8653_0 0x3101
#define PCI_DEVICE_ID_VIA_8622 0x3102
#define PCI_DEVICE_ID_VIA_8233C_0 0x3109
#define PCI_DEVICE_ID_VIA_8361 0x3112
#define PCI_DEVICE_ID_VIA_8361 0x3112
#define PCI_DEVICE_ID_VIA_KM266 0x3116
#define PCI_DEVICE_ID_VIA_CLE266 0x3123
#define PCI_DEVICE_ID_VIA_8753_0 0x3128
#define PCI_DEVICE_ID_VIA_8233A 0x3147
#define PCI_DEVICE_ID_VIA_8752 0x3148
#define PCI_DEVICE_ID_VIA_KN266 0x3156
#define PCI_DEVICE_ID_VIA_8754 0x3168
#define PCI_DEVICE_ID_VIA_8235 0x3177
#define PCI_DEVICE_ID_VIA_P4N333 0x3178
#define PCI_DEVICE_ID_VIA_8377_0 0x3189
#define PCI_DEVICE_ID_VIA_KM400 0x3205
#define PCI_DEVICE_ID_VIA_P4M400 0x3209
#define PCI_DEVICE_ID_VIA_86C100A 0x6100
#define PCI_DEVICE_ID_VIA_8231 0x8231
#define PCI_DEVICE_ID_VIA_8231_4 0x8235
...
...
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