Re: [PATCH] drivers/ide/ide-probe.c, kernel 2.6.23.1

2007-11-15 Thread Bartlomiej Zolnierkiewicz
Hi, On Thursday 15 November 2007, Jonas Stare wrote: > Hi, thanks for the reply. :) > > Bartlomiej Zolnierkiewicz wrote: > > Hi, > > > > On Monday 12 November 2007, Andrew Morton wrote: > >> On Fri, 09 Nov 2007 11:22:41 +0100 Jonas Stare <[EMAIL PROTECTED]> wrote: > >> > >>> Hi. > >>> > >>> Thi

Re: [PATCH] drivers/ide/ide-probe.c, kernel 2.6.23.1

2007-11-15 Thread Jonas Stare
Hi, thanks for the reply. :) Bartlomiej Zolnierkiewicz wrote: Hi, On Monday 12 November 2007, Andrew Morton wrote: On Fri, 09 Nov 2007 11:22:41 +0100 Jonas Stare <[EMAIL PROTECTED]> wrote: Hi. This week I ran into a strange hardware problem. During boot I got a 35 second delay while waitin

Re: [PATCH] drivers/ide/ide-probe.c, kernel 2.6.23.1

2007-11-13 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday 12 November 2007, Andrew Morton wrote: > On Fri, 09 Nov 2007 11:22:41 +0100 Jonas Stare <[EMAIL PROTECTED]> wrote: > > > Hi. > > > > This week I ran into a strange hardware problem. During boot I got a 35 > > second delay while waiting for IDE-disks that weren't there to report

Re: [PATCH] drivers/ide/ide-probe.c, kernel 2.6.23.1

2007-11-12 Thread Alan Cox
> > that they were not in a BSY state. The problem was most likely in the > > hardware but this patch enables you to ignore waiting for disks by > > setting hdX=noprobe (and not setting the geometry by hand) as a kernel > > option. Probably someone saving a billionth of a cent on a resistor. >

Re: [PATCH] drivers/ide/ide-probe.c, kernel 2.6.23.1

2007-11-12 Thread Andrew Morton
On Fri, 09 Nov 2007 11:22:41 +0100 Jonas Stare <[EMAIL PROTECTED]> wrote: > Hi. > > This week I ran into a strange hardware problem. During boot I got a 35 > second delay while waiting for IDE-disks that weren't there to report > that they were not in a BSY state. The problem was most likely in

[PATCH] drivers/ide/ide-probe.c, kernel 2.6.23.1

2007-11-09 Thread Jonas Stare
Hi. This week I ran into a strange hardware problem. During boot I got a 35 second delay while waiting for IDE-disks that weren't there to report that they were not in a BSY state. The problem was most likely in the hardware but this patch enables you to ignore waiting for disks by setting hd