diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-02-26 06:44:07 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-02-26 06:44:07 -0800 |
| commit | ef2dbb549121b2d41e2350ea5e8ed9981f23bf27 (patch) | |
| tree | 4d5c1f99cee2cff1c0ed3e43aca87c72677590e8 /include/linux | |
| parent | 74b7bd9d12ae9c38120e13b7e2f312b5ddcc9e5c (diff) | |
[PATCH] PPC64 iSeries virtual disk driver
From: Stephen Rothwell <sfr@canb.auug.org.au>
Add the PPC64 iSeries virtual disk driver
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/major.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/major.h b/include/linux/major.h index 39a77a2c7035..61fbc15f613b 100644 --- a/include/linux/major.h +++ b/include/linux/major.h @@ -126,6 +126,9 @@ #define COMPAQ_CISS_MAJOR6 110 #define COMPAQ_CISS_MAJOR7 111 +#define VIODASD_MAJOR 112 +#define VIOCD_MAJOR 113 + #define ATARAID_MAJOR 114 #define SCSI_DISK8_MAJOR 128 |
