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
56aba639
Commit
56aba639
authored
Oct 07, 2002
by
Dave Jones
Committed by
Linus Torvalds
Oct 07, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Add ALI 1671 support to AGPGART
parent
9faf0b63
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
drivers/char/agp/agp.c
drivers/char/agp/agp.c
+8
-0
include/linux/agp_backend.h
include/linux/agp_backend.h
+1
-0
include/linux/pci_ids.h
include/linux/pci_ids.h
+1
-0
No files found.
drivers/char/agp/agp.c
View file @
56aba639
...
...
@@ -822,6 +822,14 @@ static struct {
.
chipset_name
=
"M1651"
,
.
chipset_setup
=
ali_generic_setup
,
},
{
.
device_id
=
PCI_DEVICE_ID_AL_M1671
,
.
vendor_id
=
PCI_VENDOR_ID_AL
,
.
chipset
=
ALI_M1671
,
.
vendor_name
=
"Ali"
,
.
chipset_name
=
"M1671"
,
.
chipset_setup
=
ali_generic_setup
,
},
{
.
device_id
=
0
,
.
vendor_id
=
PCI_VENDOR_ID_AL
,
...
...
include/linux/agp_backend.h
View file @
56aba639
...
...
@@ -75,6 +75,7 @@ enum chipset_type {
ALI_M1644
,
ALI_M1647
,
ALI_M1651
,
ALI_M1671
,
ALI_GENERIC
,
SVWRKS_HE
,
SVWRKS_LE
,
...
...
include/linux/pci_ids.h
View file @
56aba639
...
...
@@ -852,6 +852,7 @@
#define PCI_DEVICE_ID_AL_M1644 0x1644
#define PCI_DEVICE_ID_AL_M1647 0x1647
#define PCI_DEVICE_ID_AL_M1651 0x1651
#define PCI_DEVICE_ID_AL_M1671 0x1671
#define PCI_DEVICE_ID_AL_M1543 0x1543
#define PCI_DEVICE_ID_AL_M3307 0x3307
#define PCI_DEVICE_ID_AL_M4803 0x5215
...
...
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