(no subject)
"Oliver Pitzeier" <[email protected]> Wed, 22 May 2002 17:45:29 +0200
| Newsgroups | gmane.linux.redhat.axp.kernel |
|---|---|
| Organization | UPtime Systemlosungen |
| Message-ID | <[email protected]> |
Hi volks/Linus/Alan!
I would suggest to add this patch to the kernel tree.
It works with 2.4.18 and 2.4.18-grsec-1.9.4.
Without this I was not able to boot from my Mylex DAC960PD and
maybe someone else has this problem as well!? I guess so, because
I read about many people having problems installing Linux on an
Alpha AS1000, which normally comes with the controller mentioned
above...
Please let me know if this is OK.
*** linux/init/main.c.orig Wed May 22 15:18:45 2002
--- linux/init/main.c Wed May 22 17:28:32 2002
***************
*** 243,246 ****
--- 243,266 ----
{ "ida/c0d15p",0x48F0 },
#endif
+ #if defined(CONFIG_BLK_DEV_DAC960)
+ { "rd/c0d0p",0x3000 },
+ { "rd/c0d0p1",0x3001 },
+ { "rd/c0d0p2",0x3002 },
+ { "rd/c0d0p3",0x3003 },
+ { "rd/c0d0p4",0x3004 },
+ { "rd/c0d0p5",0x3005 },
+ { "rd/c0d0p6",0x3006 },
+ { "rd/c0d0p7",0x3007 },
+ { "rd/c0d0p8",0x3008 },
+ { "rd/c0d1p",0x3008 },
+ { "rd/c0d1p1",0x3009 },
+ { "rd/c0d1p2",0x300a },
+ { "rd/c0d1p3",0x300b },
+ { "rd/c0d1p4",0x300c },
+ { "rd/c0d1p5",0x300d },
+ { "rd/c0d1p6",0x300e },
+ { "rd/c0d1p7",0x300f },
+ { "rd/c0d1p8",0x3010 },
+ #endif
#if defined(CONFIG_BLK_CPQ_CISS_DA) ||
defined(CONFIG_BLK_CPQ_CISS_DA_MODULE)
{ "cciss/c0d0p",0x6800 },
Best regards,
Greetz,
Oliver