Re: [PATCH] (ata.mod) avoid passing grub_errno to upper layer

2008-11-29 Thread Robert Millan
Committed (after repeating the same block for both calls, as Vesa suggested on IRC). On Sat, Nov 29, 2008 at 07:37:46PM +0100, Robert Millan wrote: > > Okay, I think I got what you mean. So how about this one? > > -- > Robert Millan > > The DRM opt-in fallacy: "Your data belongs to us. We

Re: [PATCH] (ata.mod) avoid passing grub_errno to upper layer

2008-11-29 Thread Robert Millan
Okay, I think I got what you mean. So how about this one? -- Robert Millan The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all." 20

Re: [PATCH] (ata.mod) avoid passing grub_errno to upper layer

2008-11-29 Thread Robert Millan
On Sat, Nov 29, 2008 at 12:01:54PM +0200, Vesa Jääskeläinen wrote: > Robert Millan wrote: > > On Tue, Nov 25, 2008 at 10:17:17PM +0100, Yoshinori K. Okuji wrote: > >> On Saturday 22 November 2008 16:35:09 Robert Millan wrote: > >>> When an error is detected by ata.mod during drive scan, it will pas

Re: [PATCH] (ata.mod) avoid passing grub_errno to upper layer

2008-11-29 Thread Vesa Jääskeläinen
Robert Millan wrote: > On Tue, Nov 25, 2008 at 10:17:17PM +0100, Yoshinori K. Okuji wrote: >> On Saturday 22 November 2008 16:35:09 Robert Millan wrote: >>> When an error is detected by ata.mod during drive scan, it will pass it to >>> the upper layer. This results in GRUB aborting when trying to

Re: [PATCH] (ata.mod) avoid passing grub_errno to upper layer

2008-11-28 Thread Robert Millan
On Tue, Nov 25, 2008 at 10:17:17PM +0100, Yoshinori K. Okuji wrote: > On Saturday 22 November 2008 16:35:09 Robert Millan wrote: > > When an error is detected by ata.mod during drive scan, it will pass it to > > the upper layer. This results in GRUB aborting when trying to enter normal > > mode, e

Re: [PATCH] (ata.mod) avoid passing grub_errno to upper layer

2008-11-25 Thread Yoshinori K. Okuji
On Saturday 22 November 2008 16:35:09 Robert Millan wrote: > When an error is detected by ata.mod during drive scan, it will pass it to > the upper layer. This results in GRUB aborting when trying to enter normal > mode, even if the error is not critical (e.g. affects a drive not used > during boo