From: Stefan Fritsch
Check the error bits in the interrupt status register. According to the
AHCI 1.2 spec, "Interrupt sources that are disabled (‘0’) are still
reflected in the status registers.", so this should work even though
grub uses polling
This fixes the following problem on
On Tue, 2 Jan 2018, Michel Hermier wrote:
> Hi,
> IS_FATAL_ERROR sounds like a utility macro, I would add a parameter to test
> the flags and make it return a Bool compatible value.
> My 2 cents comments.
> Cheers
Yes, the IS_FATAL_ERROR name is not good. I have renamed it to
GRUB_AHCI_HBA_PORT_
Hi,
on a Fujitsu E744 laptop we have a problem that sometimes there is a
very long delay (up to several minutes) when booting from hard disk.
It seems accessing the DVD drive (which has no disk inserted)
sometimes fails with some errors that are not correctly handled by
grub, which leads to each a
On Wed, 4 May 2016, Stefan Fritsch wrote:
> On Tue, 3 May 2016, Andrei Borzenkov wrote:
>
> > 01.05.2016 15:32, Stefan Fritsch пишет:
> > > This implements the crc32 check for the gzip format. Support for zlib's
> > > adler checksum is not included, yet.
>
On Tue, 3 May 2016, Andrei Borzenkov wrote:
> 01.05.2016 15:32, Stefan Fritsch пишет:
> > This implements the crc32 check for the gzip format. Support for zlib's
> > adler checksum is not included, yet.
> >
>
> That looks fine, but it is something for p
This implements the crc32 check for the gzip format. Support for zlib's
adler checksum is not included, yet.
diff --git a/contrib/grub2/grub-core/io/gzio.c
b/contrib/grub2/grub-core/io/gzio.c
index 0f2ea6b..432f0aa 100644
--- a/contrib/grub2/grub-core/io/gzio.c
+++ b/contrib/grub2/grub-core/i
On Fri, 29 Apr 2016, Andrei Borzenkov wrote:
> 29.04.2016 00:54, Vladimir 'phcoder' Serbinenko пишет:
> > HTTP code should never return short reads. The whole subsystem relies on
> > never having short reads from any fs or network driver
> >
>
> HTTP code never returns short reads itself. But it
On Thursday 28 April 2016 21:52:27, Stefan Fritsch wrote:
> You are right, I was misreading the second part of the code with
> the direct read. Now I wonder why the patch helped with our
> problem. I will do some more debugging.
The real problem seems to be that http sometimes (dep
On Thu, 28 Apr 2016, Andrei Borzenkov wrote:
> 28.04.2016 14:11, Stefan Fritsch пишет:
> > We had problems downloading large (10-100 MB) gziped files via http
> > with grub. After some debugging, I think I have found the reason in
> > grub_bufio_read, which leads to wrong
We had problems downloading large (10-100 MB) gziped files via http
with grub. After some debugging, I think I have found the reason in
grub_bufio_read, which leads to wrong data being passed on. This patch
fixes the issues for me. I did my tests with a somewhat older
snapshot, but the bufio.c fil
10 matches
Mail list logo