summaryrefslogtreecommitdiff
path: root/include/linux/major.h
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2008-11-03 17:17:09 +0200
committerBoaz Harrosh <bharrosh@panasas.com>2008-11-16 12:01:12 +0200
commit3c5a238fcaa1af255b3c48e635556b25b207ca40 (patch)
tree2893e7d73a34878aacd88440c4935a12c1dd6a6c /include/linux/major.h
parent9bf1a2445f3c569098b8de7097ca324e65abecc2 (diff)
major.h: char-major number for OSD device driver
We need a major for a char device for our OSD device driver. Attached is a proposed patch for the Documentation/devices.txt and include/linux/major.h files. I have allocated the *260* char device as it looked like the next available on the lanana.org web-site (http://lanana.org/docs/device-list/devices-2.6+.txt) Any number will do. Please allocate a number for us (See http:/open-osd.org for further information) Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> CC: Torben Mathiasen <device@lanana.org>
Diffstat (limited to 'include/linux/major.h')
-rw-r--r--include/linux/major.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/major.h b/include/linux/major.h
index 88249452b935..058ec15dd060 100644
--- a/include/linux/major.h
+++ b/include/linux/major.h
@@ -171,5 +171,6 @@
#define VIOTAPE_MAJOR 230
#define BLOCK_EXT_MAJOR 259
+#define SCSI_OSD_MAJOR 260 /* open-osd's OSD scsi device */
#endif