NetBSD-Users archive

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

Re: Panic during shutdown on netbsd 9 i386



eivinde%terraplane.org@localhost (Eivind Nicolay Evensen) writes:

>> That is the uhci error above. uhci is also a likely candidate for the
>> crash.

>Indeed it's this one, complete list is here in case it's of use:


The uhci_pci_detach routine assumes that the device is mapped. If that
failed, it just uses unitialized addresses. The sc_initialized field
already has various tags showing what got initialized and what need
to be undone. Tracking the mapping status too should be trivial.



Home | Main Index | Thread Index | Old Index