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
fd01155c
Commit
fd01155c
authored
Jul 14, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agpgart: renamed the agp files to make more sense
parent
7843a0b0
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
11 additions
and
11 deletions
+11
-11
drivers/char/agp/Makefile
drivers/char/agp/Makefile
+11
-11
drivers/char/agp/agp.c
drivers/char/agp/agp.c
+0
-0
drivers/char/agp/ali.c
drivers/char/agp/ali.c
+0
-0
drivers/char/agp/amd.c
drivers/char/agp/amd.c
+0
-0
drivers/char/agp/frontend.c
drivers/char/agp/frontend.c
+0
-0
drivers/char/agp/hp.c
drivers/char/agp/hp.c
+0
-0
drivers/char/agp/i460.c
drivers/char/agp/i460.c
+0
-0
drivers/char/agp/i810.c
drivers/char/agp/i810.c
+0
-0
drivers/char/agp/i8x0.c
drivers/char/agp/i8x0.c
+0
-0
drivers/char/agp/sis.c
drivers/char/agp/sis.c
+0
-0
drivers/char/agp/sworks.c
drivers/char/agp/sworks.c
+0
-0
drivers/char/agp/via.c
drivers/char/agp/via.c
+0
-0
No files found.
drivers/char/agp/Makefile
View file @
fd01155c
...
...
@@ -3,19 +3,19 @@
# space ioctl interface to use agp memory. It also adds a kernel interface
# that other drivers could use to manipulate agp memory.
export-objs
:=
agp
gart_be
.o
export-objs
:=
agp.o
agpgart-y
:=
agp
gart_fe.o agpgart_be
.o
agpgart-y
:=
agp
.o frontend
.o
agpgart-$(CONFIG_AGP_INTEL)
+=
agpgart_be-
i8x0.o
agpgart-$(CONFIG_AGP_I810)
+=
agpgart_be-
i810.o
agpgart-$(CONFIG_AGP_VIA)
+=
agpgart_be-
via.o
agpgart-$(CONFIG_AGP_AMD)
+=
agpgart_be-
amd.o
agpgart-$(CONFIG_AGP_SIS)
+=
agpgart_be-
sis.o
agpgart-$(CONFIG_AGP_ALI)
+=
agpgart_be-
ali.o
agpgart-$(CONFIG_AGP_SWORKS)
+=
agpgart_be-
sworks.o
agpgart-$(CONFIG_AGP_I460)
+=
agpgart_be-
i460.o
agpgart-$(CONFIG_AGP_HP_ZX1)
+=
agpgart_be-
hp.o
agpgart-$(CONFIG_AGP_INTEL)
+=
i8x0.o
agpgart-$(CONFIG_AGP_I810)
+=
i810.o
agpgart-$(CONFIG_AGP_VIA)
+=
via.o
agpgart-$(CONFIG_AGP_AMD)
+=
amd.o
agpgart-$(CONFIG_AGP_SIS)
+=
sis.o
agpgart-$(CONFIG_AGP_ALI)
+=
ali.o
agpgart-$(CONFIG_AGP_SWORKS)
+=
sworks.o
agpgart-$(CONFIG_AGP_I460)
+=
i460.o
agpgart-$(CONFIG_AGP_HP_ZX1)
+=
hp.o
agpgart-objs
:=
$
(
agpgart-y
)
obj-$(CONFIG_AGP)
+=
agpgart.o
...
...
drivers/char/agp/agp
gart_be
.c
→
drivers/char/agp/agp.c
View file @
fd01155c
File moved
drivers/char/agp/a
gpgart_be-a
li.c
→
drivers/char/agp/ali.c
View file @
fd01155c
File moved
drivers/char/agp/a
gpgart_be-a
md.c
→
drivers/char/agp/amd.c
View file @
fd01155c
File moved
drivers/char/agp/
agpgart_fe
.c
→
drivers/char/agp/
frontend
.c
View file @
fd01155c
File moved
drivers/char/agp/
agpgart_be-
hp.c
→
drivers/char/agp/hp.c
View file @
fd01155c
File moved
drivers/char/agp/
agpgart_be-
i460.c
→
drivers/char/agp/i460.c
View file @
fd01155c
File moved
drivers/char/agp/
agpgart_be-
i810.c
→
drivers/char/agp/i810.c
View file @
fd01155c
File moved
drivers/char/agp/
agpgart_be-
i8x0.c
→
drivers/char/agp/i8x0.c
View file @
fd01155c
File moved
drivers/char/agp/
agpgart_be-
sis.c
→
drivers/char/agp/sis.c
View file @
fd01155c
File moved
drivers/char/agp/
agpgart_be-
sworks.c
→
drivers/char/agp/sworks.c
View file @
fd01155c
File moved
drivers/char/agp/
agpgart_be-
via.c
→
drivers/char/agp/via.c
View file @
fd01155c
File moved
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