/[pkgs]/devel/kernel/die-floppy-die.patch
ViewVC logotype

Contents of /devel/kernel/die-floppy-die.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Thu Aug 6 04:05:38 2009 UTC (3 months, 2 weeks ago) by kyle
Branch: MAIN
CVS Tags: kernel-2_6_31-0_174_rc7_git2_fc12, kernel-2_6_31-0_151_rc5_git3_fc12, kernel-2_6_32-0_24_rc4_git0_fc13, kernel-2_6_31-0_190_rc8_fc12, kernel-2_6_31-0_149_rc5_git3_fc12, kernel-2_6_32-0_47_rc7_git1_fc13, kernel-2_6_31-0_135_rc5_git3_fc12, kernel-2_6_31-0_142_rc5_git3_fc12, kernel-2_6_32-0_14_rc0_git18_fc13, kernel-2_6_31-0_210_rc9_git1_fc12, kernel-2_6_31-0_213_rc9_git1_fc12, kernel-2_6_31-0_203_rc8_git2_fc12, kernel-2_6_31-0_157_rc6_fc12, kernel-2_6_31-0_185_rc7_git6_fc12, kernel-2_6_31-0_161_rc6_git2_fc12, kernel-2_6_32-0_48_rc7_git1_fc13, kernel-2_6_31-0_177_rc7_git2_fc12, kernel-2_6_32-0_5_rc0_git4_fc13, kernel-2_6_31-0_183_rc7_git5_fc12, kernel-2_6_31-0_139_rc5_git3_fc12, kernel-2_6_31-0_204_rc9_fc12, kernel-2_6_32-0_33_rc5_git1_fc13, kernel-2_6_31-2_fc12, kernel-2_6_31-0_199_rc8_git2_fc12, kernel-2_6_31-0_145_rc5_git3_fc12, F-12-split, kernel-2_6_31-0_137_rc5_git3_fc12, kernel-2_6_31-0_145_2_1_rc5_git3_fc12, kernel-2_6_32-0_51_rc7_git2_fc13, kernel-2_6_31-0_219_rc9_git2_fc12, kernel-2_6_31-0_155_rc6_fc12, kernel-2_6_31-1_fc12, kernel-2_6_31-0_175_rc7_git2_fc12, kernel-2_6_31-0_138_rc5_git3_fc12, kernel-2_6_31-0_156_rc6_fc12, kernel-2_6_31-0_198_rc8_git2_fc12, kernel-2_6_32-0_46_rc7_git1_fc13, kernel-2_6_31-0_209_rc9_git1_fc12, kernel-2_6_31-0_212_rc9_git1_fc12, kernel-2_6_32-0_15_rc1_git0_fc13, kernel-2_6_31-0_196_rc8_git2_fc12, kernel-2_6_31-0_218_rc9_git2_fc12, kernel-2_6_31-0_150_rc5_git3_fc12, kernel-2_6_31-0_180_rc7_git4_fc12, kernel-2_6_31-0_167_rc6_git6_fc12, kernel-2_6_31-0_202_rc8_git2_fc12, kernel-2_6_31-0_214_rc9_git1_fc12, kernel-2_6_31-0_143_rc5_git3_fc12, kernel-2_6_31-0_162_rc6_git2_fc12, kernel-2_6_32-0_39_rc5_git6_fc13, HEAD
Branch point for: kernel-2_6_31-nfs41_rc6, kernel-2_6_31-nfs41_rc7, kernel-2_6_31-pnfs_rc6, kernel-2_6_31-pnfs_rc7, private-f12-2_6_31_rc5, private-myoung-dom0-branch
File MIME type: text/x-patch
* Thu Aug 06 2009 Kyle McMartin <kyle@redhat.com> 2.6.31.0.133.rc5.git3
- die-floppy-die.patch: it's the 21st century, let's not rely on
  steam powered technology.
1 Kill the floppy.ko pnp modalias. We were surviving just fine without
2 autoloading floppy drivers, tyvm.
3
4 Please feel free to register all complaints in the wastepaper bin.
5
6 diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c
7 index 91b7530..2ea84a6 100644
8 --- a/drivers/block/floppy.c
9 +++ b/drivers/block/floppy.c
10 @@ -4631,7 +4631,7 @@ static const struct pnp_device_id floppy_pnpids[] = {
11 { "PNP0700", 0 },
12 { }
13 };
14 -MODULE_DEVICE_TABLE(pnp, floppy_pnpids);
15 +/* MODULE_DEVICE_TABLE(pnp, floppy_pnpids); */
16
17 #else
18

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2