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
32ddef98
Commit
32ddef98
authored
Aug 25, 2007
by
Xavier Bachelot
Committed by
Dave Airlie
Aug 25, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agp: Add device id for P4M900 to via-agp module
Signed-off-by:
Dave Airlie
<
airlied@linux.ie
>
parent
db7f3ded
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
drivers/char/agp/via-agp.c
drivers/char/agp/via-agp.c
+5
-0
include/linux/pci_ids.h
include/linux/pci_ids.h
+1
-0
No files found.
drivers/char/agp/via-agp.c
View file @
32ddef98
...
...
@@ -399,6 +399,11 @@ static struct agp_device_ids via_agp_device_ids[] __devinitdata =
.
device_id
=
PCI_DEVICE_ID_VIA_P4M890
,
.
chipset_name
=
"P4M890"
,
},
/* P4M900 */
{
.
device_id
=
PCI_DEVICE_ID_VIA_VT3364
,
.
chipset_name
=
"P4M900"
,
},
{
},
/* dummy final entry, always present */
};
...
...
include/linux/pci_ids.h
View file @
32ddef98
...
...
@@ -1287,6 +1287,7 @@
#define PCI_DEVICE_ID_VIA_VT3324 0x0324
#define PCI_DEVICE_ID_VIA_VT3336 0x0336
#define PCI_DEVICE_ID_VIA_VT3351 0x0351
#define PCI_DEVICE_ID_VIA_VT3364 0x0364
#define PCI_DEVICE_ID_VIA_8371_0 0x0391
#define PCI_DEVICE_ID_VIA_8501_0 0x0501
#define PCI_DEVICE_ID_VIA_82C561 0x0561
...
...
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