NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-i386/43331: X server locks up under -current on NEC Versa DayLite laptop
The following reply was made to PR port-i386/43331; it has been noted by GNATS.
From: coypu%sdf.org@localhost
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: port-i386/43331: X server locks up under -current on NEC Versa
DayLite laptop
Date: Sat, 29 Dec 2018 10:44:27 +0000
What does it attach as, if there's no pckbc at acpi? isa?
diffing the two:
pckbc_acpi_intr_establish(struct pckbc_softc *sc, pckbc_slot_t slot)
rv = isa_intr_establish_xname(ic, irq, ist, IPL_TTY,
pckbcintr, sc, intr_xname);
pckbc_isa_intr_establish(struct pckbc_softc *sc, pckbc_slot_t slot)
rv = isa_intr_establish(isc->sc_ic, isc->sc_irq[slot], IST_EDGE,
IPL_TTY, pckbcintr, sc);
I wonder what parameters each of one gets (in the successful and
unsuccesful case)
Also, acpidump -dt might be good to share.
Home |
Main Index |
Thread Index |
Old Index