* (no subject)
@ 2002-05-22 15:45 Oliver Pitzeier
2002-05-22 16:18 ` Mylex DAC 960 Patch Oliver Pitzeier
0 siblings, 1 reply; 3+ messages in thread
From: Oliver Pitzeier @ 2002-05-22 15:45 UTC (permalink / raw)
To: 'linux-kernel', axp-kernel-list; +Cc: alan, torvalds
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Mylex DAC 960 Patch
2002-05-22 15:45 Oliver Pitzeier
@ 2002-05-22 16:18 ` Oliver Pitzeier
2002-05-22 16:41 ` Wakko Warner
0 siblings, 1 reply; 3+ messages in thread
From: Oliver Pitzeier @ 2002-05-22 16:18 UTC (permalink / raw)
To: 'linux-kernel', axp-kernel-list; +Cc: alan, torvalds
Sorry... I forgot to add a subject for this mail...
> -----Original Message-----
> From: linux-kernel-owner@vger.kernel.org
> [mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of
> Oliver Pitzeier
> Sent: Wednesday, May 22, 2002 5:45 PM
> To: 'linux-kernel'; axp-kernel-list@redhat.com
> Cc: alan@lxorguk.ukuu.org.uk; torvalds@transmeta.com
> Subject:
>
>
> 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
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe
> linux-kernel" in the body of a message to
> majordomo@vger.kernel.org More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Mylex DAC 960 Patch
2002-05-22 16:18 ` Mylex DAC 960 Patch Oliver Pitzeier
@ 2002-05-22 16:41 ` Wakko Warner
0 siblings, 0 replies; 3+ messages in thread
From: Wakko Warner @ 2002-05-22 16:41 UTC (permalink / raw)
To: Oliver Pitzeier; +Cc: 'linux-kernel', axp-kernel-list
> > 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.
Be nice if it would get in.
> > 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...
I also have an as1000a and an as800 with a dac960 card. However, I'm
booting with root=3001
--
Lab tests show that use of micro$oft causes cancer in lab animals
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-05-22 16:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-22 15:45 Oliver Pitzeier
2002-05-22 16:18 ` Mylex DAC 960 Patch Oliver Pitzeier
2002-05-22 16:41 ` Wakko Warner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.