mv blacklist blacklist.conf
authorAdam Jackson <ajax@redhat.com>
Thu, 9 Apr 2009 18:30:22 +0000 (14:30 -0400)
committerAdam Jackson <ajax@redhat.com>
Thu, 9 Apr 2009 18:30:22 +0000 (14:30 -0400)
Makefile
blacklist [deleted file]
blacklist.conf [new file with mode: 0644]

index 5dde7bf585ab9d3151f2a2be5cc1942d8654a5a6..e9573c0b6bf9ab488f2353c51cdfaf228a2e03db 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ install:
        done
        mkdir -p -m 755 $(datadir)/$(NAME)/videoaliases
        mkdir -p -m 755 $(sysconfdir)/modprobe.d
-       install -m 644 blacklist $(sysconfdir)/modprobe.d
+       install -m 644 blacklist.conf $(sysconfdir)/modprobe.d
 
 tag:
        @git tag -a -m "Tag as $(NAME)-$(VERSION)-$(RELEASE)" $(NAME)-$(VERSION)-$(RELEASE)
diff --git a/blacklist b/blacklist
deleted file mode 100644 (file)
index 6d411d9..0000000
--- a/blacklist
+++ /dev/null
@@ -1,39 +0,0 @@
-#
-# Listing a module here prevents the hotplug scripts from loading it.
-# Usually that'd be so that some other driver will bind it instead,
-# no matter which driver happens to get probed first.  Sometimes user
-# mode tools can also control driver binding.
-#
-# Syntax:  driver name alone (without any spaces) on a line. Other
-# lines are ignored.
-#
-
-# watchdog drivers
-blacklist i8xx_tco
-
-# framebuffer drivers
-blacklist aty128fb
-blacklist atyfb
-blacklist radeonfb
-blacklist i810fb
-blacklist cirrusfb
-blacklist intelfb
-blacklist kyrofb
-blacklist i2c-matroxfb
-blacklist hgafb
-blacklist nvidiafb
-blacklist rivafb
-blacklist savagefb
-blacklist sstfb
-blacklist neofb
-blacklist tridentfb
-blacklist tdfxfb
-blacklist virgefb
-blacklist vga16fb
-
-# ISDN - see bugs 154799, 159068
-blacklist hisax
-blacklist hisax_fcpcipnp
-
-# sound drivers
-blacklist snd-pcsp
diff --git a/blacklist.conf b/blacklist.conf
new file mode 100644 (file)
index 0000000..6d411d9
--- /dev/null
@@ -0,0 +1,39 @@
+#
+# Listing a module here prevents the hotplug scripts from loading it.
+# Usually that'd be so that some other driver will bind it instead,
+# no matter which driver happens to get probed first.  Sometimes user
+# mode tools can also control driver binding.
+#
+# Syntax:  driver name alone (without any spaces) on a line. Other
+# lines are ignored.
+#
+
+# watchdog drivers
+blacklist i8xx_tco
+
+# framebuffer drivers
+blacklist aty128fb
+blacklist atyfb
+blacklist radeonfb
+blacklist i810fb
+blacklist cirrusfb
+blacklist intelfb
+blacklist kyrofb
+blacklist i2c-matroxfb
+blacklist hgafb
+blacklist nvidiafb
+blacklist rivafb
+blacklist savagefb
+blacklist sstfb
+blacklist neofb
+blacklist tridentfb
+blacklist tdfxfb
+blacklist virgefb
+blacklist vga16fb
+
+# ISDN - see bugs 154799, 159068
+blacklist hisax
+blacklist hisax_fcpcipnp
+
+# sound drivers
+blacklist snd-pcsp