NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/51341: devices didn't attach in sane order after resume, got panic
The following reply was made to PR kern/51341; it has been noted by GNATS.
From: coypu%SDF.ORG@localhost
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/51341: devices didn't attach in sane order after resume,
got panic
Date: Sat, 17 Dec 2016 14:31:14 +0000
so urtwn(4) is missing this part (from if_athn_pci.c)
if (pmf_device_register(self, athn_pci_suspend, athn_pci_resume)) {
pmf_class_network_register(self, &sc->sc_if);
pmf_device_suspend(self, &sc->sc_qual);
Perhaps that works, but can't reproduce now.
(rtwn should have it added too.. and maybe some others missing deregister?)
Home |
Main Index |
Thread Index |
Old Index