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
7e5829c1
Commit
7e5829c1
authored
Oct 05, 2004
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://bk.arm.linux.org.uk/linux-2.6-serial
into ppc970.osdl.org:/home/torvalds/v2.6/linux
parents
a3632439
91c31141
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
drivers/char/drm/Kconfig
drivers/char/drm/Kconfig
+8
-4
drivers/media/video/dpc7146.c
drivers/media/video/dpc7146.c
+1
-0
include/linux/sunrpc/auth_gss.h
include/linux/sunrpc/auth_gss.h
+0
-2
No files found.
drivers/char/drm/Kconfig
View file @
7e5829c1
...
...
@@ -55,9 +55,13 @@ config DRM_I810
selected, the module will be called i810. AGP support is required
for this driver to work.
c
onfig DRM_I830
tristate
"Intel 830M, 845G, 852GM, 855GM, 865G"
c
hoice
prompt
"Intel 830M, 845G, 852GM, 855GM, 865G"
depends on DRM && AGP && AGP_INTEL
optional
config DRM_I830
tristate "i830 driver"
help
Choose this option if you have a system that has Intel 830M, 845G,
852GM, 855GM or 865G integrated graphics. If M is selected, the
...
...
@@ -65,8 +69,7 @@ config DRM_I830
to work. This driver will eventually be replaced by the i915 one.
config DRM_I915
tristate "Intel 830M, 845G, 852GM, 855GM, 865G, 915G"
depends on DRM && AGP && AGP_INTEL
tristate "i915 driver"
help
Choose this option if you have a system that has Intel 830M, 845G,
852GM, 855GM 865G or 915G integrated graphics. If M is selected, the
...
...
@@ -74,6 +77,7 @@ config DRM_I915
to work. This driver will eventually replace the I830 driver, when
later release of X start to use the new DDX and DRI.
endchoice
config DRM_MGA
tristate "Matrox g200/g400"
...
...
drivers/media/video/dpc7146.c
View file @
7e5829c1
...
...
@@ -123,6 +123,7 @@ static int dpc_probe(struct saa7146_dev* dev)
/* check if all devices are present */
if
(
0
==
dpc
->
saa7111a
)
{
DEB_D
((
"dpc_v4l2.o: dpc_attach failed for this device.
\n
"
));
i2c_del_adapter
(
&
dpc
->
i2c_adapter
);
kfree
(
dpc
);
return
-
ENODEV
;
}
...
...
include/linux/sunrpc/auth_gss.h
View file @
7e5829c1
...
...
@@ -15,11 +15,9 @@
#define _LINUX_SUNRPC_AUTH_GSS_H
#ifdef __KERNEL__
#ifdef __linux__
#include <linux/sunrpc/auth.h>
#include <linux/sunrpc/svc.h>
#include <linux/sunrpc/gss_api.h>
#endif
#define RPC_GSS_VERSION 1
...
...
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