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
c5c6b8a3
Commit
c5c6b8a3
authored
Jul 07, 2004
by
Dave Jones
Committed by
Dave Jones
Jul 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AGPGART] VIA KT880 support.
Signed-off-by:
Dave Jones
<
davej@redhat.com
>
parent
8dd39236
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
drivers/char/agp/via-agp.c
drivers/char/agp/via-agp.c
+7
-1
include/linux/pci_ids.h
include/linux/pci_ids.h
+1
-0
No files found.
drivers/char/agp/via-agp.c
View file @
c5c6b8a3
...
...
@@ -348,6 +348,11 @@ static struct agp_device_ids via_agp_device_ids[] __devinitdata =
.
device_id
=
PCI_DEVICE_ID_VIA_PX8X0_0
,
.
chipset_name
=
"PM800/PN800/PM880/PN880"
,
},
/* KT880 */
{
.
device_id
=
PCI_DEVICE_ID_VIA_3269_0
,
.
chipset_name
=
"KT880"
,
},
{
},
/* dummy final entry, always present */
};
...
...
@@ -457,7 +462,8 @@ static struct pci_device_id agp_via_pci_table[] = {
ID
(
PCI_DEVICE_ID_VIA_8378_0
),
ID
(
PCI_DEVICE_ID_VIA_PT880
),
ID
(
PCI_DEVICE_ID_VIA_8783_0
),
ID
(
PCI_DEVICE_ID_VIA_PX8X0_0
),
ID
(
PCI_DEVICE_ID_VIA_PX8X0_0
),
ID
(
PCI_DEVICE_ID_VIA_3269_0
),
{
}
};
...
...
include/linux/pci_ids.h
View file @
c5c6b8a3
...
...
@@ -1174,6 +1174,7 @@
#define PCI_DEVICE_ID_VIA_8380_0 0x0204
#define PCI_DEVICE_ID_VIA_3238_0 0x0238
#define PCI_DEVICE_ID_VIA_PX8X0_0 0x0259
#define PCI_DEVICE_ID_VIA_3269_0 0x0269
#define PCI_DEVICE_ID_VIA_K8T800PRO_0 0x0282
#define PCI_DEVICE_ID_VIA_8363_0 0x0305
#define PCI_DEVICE_ID_VIA_8371_0 0x0391
...
...
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