diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2009-01-25 16:50:02 +0200 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-03-12 12:58:05 -0500 |
commit | 71969fd9e2c523d22bf1742eb31f1562247710eb (patch) | |
tree | 7e35d3b8f675e95f96cac14eaf1cd3e09307b6a5 /include | |
parent | a2dd3b4cea335713b58996bb07b3abcde1175f47 (diff) | |
download | blackbird-op-linux-71969fd9e2c523d22bf1742eb31f1562247710eb.tar.gz blackbird-op-linux-71969fd9e2c523d22bf1742eb31f1562247710eb.zip |
[SCSI] major.h: char-major number for OSD device driver
Allocate major 260 for osd.
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
CC: Torben Mathiasen <device@lanana.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/major.h | 1 |
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 |