Commit bb8b2c0a authored by Richard Russon's avatar Richard Russon

Merge flatcap.org:/home/flatcap/backup/bk/ntfs-2.6

into flatcap.org:/home/flatcap/backup/bk/ntfs-2.6-devel
parents be98a001 953c48f8
...@@ -55,9 +55,13 @@ config DRM_I810 ...@@ -55,9 +55,13 @@ config DRM_I810
selected, the module will be called i810. AGP support is required selected, the module will be called i810. AGP support is required
for this driver to work. for this driver to work.
config DRM_I830 choice
tristate "Intel 830M, 845G, 852GM, 855GM, 865G" prompt "Intel 830M, 845G, 852GM, 855GM, 865G"
depends on DRM && AGP && AGP_INTEL depends on DRM && AGP && AGP_INTEL
optional
config DRM_I830
tristate "i830 driver"
help help
Choose this option if you have a system that has Intel 830M, 845G, Choose this option if you have a system that has Intel 830M, 845G,
852GM, 855GM or 865G integrated graphics. If M is selected, the 852GM, 855GM or 865G integrated graphics. If M is selected, the
...@@ -65,8 +69,7 @@ config DRM_I830 ...@@ -65,8 +69,7 @@ config DRM_I830
to work. This driver will eventually be replaced by the i915 one. to work. This driver will eventually be replaced by the i915 one.
config DRM_I915 config DRM_I915
tristate "Intel 830M, 845G, 852GM, 855GM, 865G, 915G" tristate "i915 driver"
depends on DRM && AGP && AGP_INTEL
help help
Choose this option if you have a system that has Intel 830M, 845G, 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 852GM, 855GM 865G or 915G integrated graphics. If M is selected, the
...@@ -74,6 +77,7 @@ config DRM_I915 ...@@ -74,6 +77,7 @@ config DRM_I915
to work. This driver will eventually replace the I830 driver, when to work. This driver will eventually replace the I830 driver, when
later release of X start to use the new DDX and DRI. later release of X start to use the new DDX and DRI.
endchoice
config DRM_MGA config DRM_MGA
tristate "Matrox g200/g400" tristate "Matrox g200/g400"
......
...@@ -123,6 +123,7 @@ static int dpc_probe(struct saa7146_dev* dev) ...@@ -123,6 +123,7 @@ static int dpc_probe(struct saa7146_dev* dev)
/* check if all devices are present */ /* check if all devices are present */
if( 0 == dpc->saa7111a ) { if( 0 == dpc->saa7111a ) {
DEB_D(("dpc_v4l2.o: dpc_attach failed for this device.\n")); DEB_D(("dpc_v4l2.o: dpc_attach failed for this device.\n"));
i2c_del_adapter(&dpc->i2c_adapter);
kfree(dpc); kfree(dpc);
return -ENODEV; return -ENODEV;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment