patch-2.3.7 linux/include/linux/blk.h
Next file: linux/include/linux/ext2_fs.h
Previous file: linux/include/asm-sparc64/spinlock.h
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Sun Jun 20 17:47:10 1999
-  Orig file: 
v2.3.6/linux/include/linux/blk.h
-  Orig date: 
Tue Jun  8 23:04:28 1999
diff -u --recursive --new-file v2.3.6/linux/include/linux/blk.h linux/include/linux/blk.h
@@ -342,6 +342,15 @@
 #define DEVICE_ON(device)
 #define DEVICE_OFF(device)
 
+#elif (MAJOR_NR == MFM_ACORN_MAJOR)
+
+#define DEVICE_NAME "mfm disk"
+#define DEVICE_INTR do_mfm
+#define DEVICE_REQUEST do_mfm_request
+#define DEVICE_NR(device) (MINOR(device) >> 6)
+#define DEVICE_ON(device)
+#define DEVICE_OFF(device)
+
 #elif (MAJOR_NR == NBD_MAJOR)
 
 #define DEVICE_NAME "nbd"
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)