NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/59621: kernel panic with Fujitsu Siemens Lifebook E Series
The following reply was made to PR install/59621; it has been noted by GNATS.
From: mlelstv%serpens.de@localhost (Michael van Elst)
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: install/59621: kernel panic with Fujitsu Siemens Lifebook E Series
Date: Mon, 1 Sep 2025 17:41:38 -0000 (UTC)
df4nx%gmx.net@localhost (d-ra) writes:
>Michael van Elst via gnats <gnats-admin%netbsd.org@localhost> wrote:
>...
>> The interrupt handler of esm looks bad...
>fxp0 freezes :-(
And finally pci_intr_establish_xname also got the wrong pointer:
@@ -1556,7 +1549,7 @@ esm_attach(device_t parent, device_t sel
return;
}
intrstr = pci_intr_string(pc, ih, intrbuf, sizeof(intrbuf));
- ess->ih = pci_intr_establish_xname(pc, ih, IPL_AUDIO, esm_intr, self,
+ ess->ih = pci_intr_establish_xname(pc, ih, IPL_AUDIO, esm_intr, ess,
device_xname(self));
if (ess->ih == NULL) {
aprint_error_dev(ess->sc_dev, "can't establish interrupt");
I'm committing the changes.
Home |
Main Index |
Thread Index |
Old Index