NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PR/56434 CVS commit: src/sys/dev/pci



> On Nov 20, 2023, at 9:20 AM, Andreas Gustafsson <gson%gson.org@localhost> wrote:
> 
> There are fewer kernel messages than before (for example, the "lost
> interrupt" message is gone), but the kernel is still reporting a DMA
> error, and sysinst still appears to silently hang once the disk error
> has occurred.

I expected it to report a DMA error, but I did not expect it to hang.  Turns out, the “wd” code just retries the request on a DMA error.  That seems to be not a very smart idea, but maybe it’s a good thing to do on some systems?  Anyway, I will add some additional error codes so that “wd” can correctly determine that this error is fatal and a retry should not occur.

-- thorpej



Home | Main Index | Thread Index | Old Index