From: Adam Jackson Date: Thu, 9 Apr 2009 18:30:22 +0000 (-0400) Subject: mv blacklist blacklist.conf X-Git-Tag: hwdata-0.224-1~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dac9640a1ac63a60752c663662a1b279bf5beb82;p=oweals%2Fhwdata.git mv blacklist blacklist.conf --- diff --git a/Makefile b/Makefile index 5dde7bf..e9573c0 100644 --- 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 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 index 0000000..6d411d9 --- /dev/null +++ b/blacklist.conf @@ -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