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
7d22476d
Commit
7d22476d
authored
Aug 23, 2004
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://linux-dj.bkbits.net/agpgart
into ppc970.osdl.org:/home/torvalds/v2.6/linux
parents
96560f76
dbcf91f2
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
57 additions
and
55 deletions
+57
-55
drivers/char/agp/Kconfig
drivers/char/agp/Kconfig
+1
-1
drivers/char/agp/amd64-agp.c
drivers/char/agp/amd64-agp.c
+1
-1
drivers/char/agp/intel-agp.c
drivers/char/agp/intel-agp.c
+49
-51
drivers/char/agp/intel-mch-agp.c
drivers/char/agp/intel-mch-agp.c
+1
-1
drivers/char/agp/sis-agp.c
drivers/char/agp/sis-agp.c
+4
-0
drivers/char/agp/via-agp.c
drivers/char/agp/via-agp.c
+1
-1
No files found.
drivers/char/agp/Kconfig
View file @
7d22476d
...
@@ -130,7 +130,7 @@ config AGP_VIA
...
@@ -130,7 +130,7 @@ config AGP_VIA
depends on AGP && X86 && !X86_64
depends on AGP && X86 && !X86_64
help
help
This option gives you AGP support for the GLX component of
This option gives you AGP support for the GLX component of
XFree86 4.x on VIA M
PV
3/Apollo Pro chipsets.
XFree86 4.x on VIA M
VP
3/Apollo Pro chipsets.
You should say Y here if you use XFree86 3.3.6 or 4.x and want to
You should say Y here if you use XFree86 3.3.6 or 4.x and want to
use GLX or DRI. If unsure, say N.
use GLX or DRI. If unsure, say N.
...
...
drivers/char/agp/amd64-agp.c
View file @
7d22476d
...
@@ -675,4 +675,4 @@ module_exit(agp_amd64_cleanup);
...
@@ -675,4 +675,4 @@ module_exit(agp_amd64_cleanup);
MODULE_AUTHOR
(
"Dave Jones <davej@codemonkey.org.uk>, Andi Kleen"
);
MODULE_AUTHOR
(
"Dave Jones <davej@codemonkey.org.uk>, Andi Kleen"
);
MODULE_PARM
(
agp_try_unsupported
,
"1i"
);
MODULE_PARM
(
agp_try_unsupported
,
"1i"
);
MODULE_LICENSE
(
"GPL
and additional rights
"
);
MODULE_LICENSE
(
"GPL"
);
drivers/char/agp/intel-agp.c
View file @
7d22476d
This diff is collapsed.
Click to expand it.
drivers/char/agp/intel-mch-agp.c
View file @
7d22476d
...
@@ -633,5 +633,5 @@ module_init(agp_intelmch_init);
...
@@ -633,5 +633,5 @@ module_init(agp_intelmch_init);
module_exit
(
agp_intelmch_cleanup
);
module_exit
(
agp_intelmch_cleanup
);
MODULE_AUTHOR
(
"Dave Jones <davej@codemonkey.org.uk>"
);
MODULE_AUTHOR
(
"Dave Jones <davej@codemonkey.org.uk>"
);
MODULE_LICENSE
(
"GPL
and additional rights
"
);
MODULE_LICENSE
(
"GPL"
);
drivers/char/agp/sis-agp.c
View file @
7d22476d
...
@@ -168,6 +168,10 @@ static struct agp_device_ids sis_agp_device_ids[] __devinitdata =
...
@@ -168,6 +168,10 @@ static struct agp_device_ids sis_agp_device_ids[] __devinitdata =
.
device_id
=
PCI_DEVICE_ID_SI_630
,
.
device_id
=
PCI_DEVICE_ID_SI_630
,
.
chipset_name
=
"630"
,
.
chipset_name
=
"630"
,
},
},
{
.
device_id
=
PCI_DEVICE_ID_SI_635
,
.
chipset_name
=
"635"
,
},
{
{
.
device_id
=
PCI_DEVICE_ID_SI_645
,
.
device_id
=
PCI_DEVICE_ID_SI_645
,
.
chipset_name
=
"645"
,
.
chipset_name
=
"645"
,
...
...
drivers/char/agp/via-agp.c
View file @
7d22476d
...
@@ -503,5 +503,5 @@ static void __exit agp_via_cleanup(void)
...
@@ -503,5 +503,5 @@ static void __exit agp_via_cleanup(void)
module_init
(
agp_via_init
);
module_init
(
agp_via_init
);
module_exit
(
agp_via_cleanup
);
module_exit
(
agp_via_cleanup
);
MODULE_LICENSE
(
"GPL
and additional rights
"
);
MODULE_LICENSE
(
"GPL"
);
MODULE_AUTHOR
(
"Dave Jones <davej@codemonkey.org.uk>"
);
MODULE_AUTHOR
(
"Dave Jones <davej@codemonkey.org.uk>"
);
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