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
8b8ae328
Commit
8b8ae328
authored
Apr 25, 2003
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AGPGART] Remove useless enums from serverworks gart driver
parent
70442084
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
drivers/char/agp/sworks-agp.c
drivers/char/agp/sworks-agp.c
+1
-4
include/linux/agp_backend.h
include/linux/agp_backend.h
+0
-2
No files found.
drivers/char/agp/sworks-agp.c
View file @
8b8ae328
...
...
@@ -507,12 +507,9 @@ static int __init agp_find_supported_device(struct pci_dev *dev)
switch
(
dev
->
device
)
{
case
PCI_DEVICE_ID_SERVERWORKS_HE
:
agp_bridge
->
type
=
SVWRKS_HE
;
return
serverworks_setup
(
bridge_dev
);
case
PCI_DEVICE_ID_SERVERWORKS_LE
:
case
0x0007
:
agp_bridge
->
type
=
SVWRKS_
LE
;
agp_bridge
->
type
=
SVWRKS_
GENERIC
;
return
serverworks_setup
(
bridge_dev
);
default:
...
...
include/linux/agp_backend.h
View file @
8b8ae328
...
...
@@ -48,8 +48,6 @@ enum chipset_type {
AMD_8151
,
ALI_M1541
,
ALI_GENERIC
,
SVWRKS_HE
,
SVWRKS_LE
,
SVWRKS_GENERIC
,
HP_ZX1
,
ALPHA_CORE_AGP
,
...
...
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