patch-2.1.106 linux/drivers/block/ll_rw_blk.c

Next file: linux/drivers/block/paride/Config.in
Previous file: linux/drivers/block/floppy.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.105/linux/drivers/block/ll_rw_blk.c linux/drivers/block/ll_rw_blk.c
@@ -463,6 +463,7 @@
 	     case IDE4_MAJOR:
 	     case IDE5_MAJOR:
 	     case ACSI_MAJOR:
+	     case MFM_ACORN_MAJOR:
 		/*
 		 * The scsi disk and cdrom drivers completely remove the request
 		 * from the queue when they start processing an entry.  For this
@@ -816,6 +817,9 @@
 #endif
 #ifdef CONFIG_BLK_DEV_XD
 	xd_init();
+#endif
+#ifdef CONFIG_BLK_DEV_MFM
+	mfm_init();
 #endif
 #ifdef CONFIG_PARIDE
 	{ extern void paride_init(void); paride_init(); };

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov