patch-2.4.4 linux/include/linux/major.h

Next file: linux/include/linux/miscdevice.h
Previous file: linux/include/linux/kernel.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/include/linux/major.h linux/include/linux/major.h
@@ -128,6 +128,8 @@
 #define IDE8_MAJOR	90
 #define IDE9_MAJOR	91
 
+#define UBD_MAJOR	98
+
 #define AURORA_MAJOR 79
 
 #define JSFD_MAJOR	99
@@ -155,6 +157,9 @@
 #define CPUID_MAJOR		203
 
 #define OSST_MAJOR	206	/* OnStream-SCx0 SCSI tape */
+
+#define IBM_TTY3270_MAJOR       227	/* Official allocations now */
+#define IBM_FS3270_MAJOR        228
 
 /*
  * Tests for SCSI devices.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)