aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.21-pre4-sparse/include
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-04-28 12:25:24 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-04-28 12:25:24 +0000
commitf05fe1da0b6b3fd3ee4d61944e3dd50b8df3de89 (patch)
tree3ebf67d33d1401d539373e522de8e4be8d88ad13 /xenolinux-2.4.21-pre4-sparse/include
parente0766dd5d07a74c3c1e9bf0dfc7eceacb828db41 (diff)
downloadxen-f05fe1da0b6b3fd3ee4d61944e3dd50b8df3de89.tar.gz
xen-f05fe1da0b6b3fd3ee4d61944e3dd50b8df3de89.tar.bz2
xen-f05fe1da0b6b3fd3ee4d61944e3dd50b8df3de89.zip
bitkeeper revision 1.184.2.1 (3ead1db4N8KP6Exqh2ZYWow_4jjA3A)
Many files: IDE and SCSI devices are now accessed via /dev/hd? and /dev/sd? using the usual device numbers. XLIDE_MAJOR and XLSCSI_MAJOR have been removed, but XLVIRT_MAJOR remains (as do /dev/xvd?).
Diffstat (limited to 'xenolinux-2.4.21-pre4-sparse/include')
-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