aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.21-pre4-sparse/include/linux/major.h
diff options
context:
space:
mode:
Diffstat (limited to 'xenolinux-2.4.21-pre4-sparse/include/linux/major.h')
-rw-r--r--xenolinux-2.4.21-pre4-sparse/include/linux/major.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/xenolinux-2.4.21-pre4-sparse/include/linux/major.h b/xenolinux-2.4.21-pre4-sparse/include/linux/major.h
index 6b22ee5812..f311bd4a9d 100644
--- a/xenolinux-2.4.21-pre4-sparse/include/linux/major.h
+++ b/xenolinux-2.4.21-pre4-sparse/include/linux/major.h
@@ -146,15 +146,10 @@
#define UMEM_MAJOR 116 /* http://www.umem.com/ Battery Backed RAM */
/*
- * XLIDE/XLSCSI each support up to 8 devices of <= 32 partitions each.
* XLVIRT supports 16 devices of <= 16 partitions each.
- * eg. xhda == (123, 0), xhdb == (123, 32), ...
- * xsda == (124, 0), xsdb == (124, 32), ...
- * xvda == (125, 0), xvdb == (125, 16), ...
+ * eg. xvda == (125, 0), xvdb == (125, 16), ...
*/
-#define XLIDE_MAJOR 123 /* XenoLinux IDE Device */
-#define XLSCSI_MAJOR 124 /* XenoLinux SCSI Device */
-#define XLVIRT_MAJOR 125 /* XenoLinux Virtual Device */
+#define XLVIRT_MAJOR 125
#define RTF_MAJOR 150
#define RAW_MAJOR 162