diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-18 12:53:13 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-18 12:53:13 +0000 |
commit | 28c4795887d5109a77435293757ad3cc4d039d4e (patch) | |
tree | e5a9f958a3ef0ca01d5806c339bc07b2809ee156 /blacklist | |
parent | New repository initialized by cvs2svn. (diff) | |
download | hwdata-28c4795887d5109a77435293757ad3cc4d039d4e.tar.gz hwdata-28c4795887d5109a77435293757ad3cc4d039d4e.tar.bz2 hwdata-28c4795887d5109a77435293757ad3cc4d039d4e.zip |
This is the first version of this data. The pcitable and MonitorsDB files came from http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/soft/ldetect-lst/lst/ while blacklist and check-cards come from Red Hat's hwdata package. The Cards file was created by me from the entries in the pcitable.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/hwdata/trunk@2 84bf7363-891f-0410-9a98-864156d94163
Diffstat (limited to 'blacklist')
-rw-r--r-- | blacklist | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/blacklist b/blacklist new file mode 100644 index 0000000..2b3661b --- /dev/null +++ b/blacklist @@ -0,0 +1,33 @@ +# +# 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 +i8xx_tco + +# framebuffer drivers +aty128fb +atyfb +radeonfb +i810fb +cirrusfb +intelfb +kyrofb +i2c-matroxfb +hgafb +nvidiafb +rivafb +savagefb +sstfb +neofb +tridentfb +tdfxfb +virgefb +vga16fb + |