Re: ehci panic
Patrick Welche <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.i386 |
|---|---|
| Message-ID | <20170731114024.GA4513@quartz> |
On Mon, Jul 31, 2017 at 01:50:28PM +0900, Masanobu SAITOH wrote: > On 2017/07/19 18:53, Patrick Welche wrote: > All BARs are not set. Have you ever tried to change bios setting of the EHCI? All I see in the BIOS is: Device Config. = Setup by OS USB KB/Mouse Legacy Emulation = Enabled USB-FDD Legacy Emulation = Enabled none of which seems relevant. > I don't know why pci_mapreg_map() in ehci_pci.c doesn't fail. I think > you should show the dmesg output :) > > Does your notebook boot on netbsd-7 or 6? Just tried NetBSD-7.1/i386 (GENERIC.201703111743Z), and it booted # dmesg | grep ehci ehci0 at pci0 dev 29 function 7: vendor 0x8086 product 0x24cd (rev. 0x03) ehci0: can't map memory space which presumably means that it just bailed out more cleanly (ah, but panics on reboot in ehci_detach). I'll send you the (large) dmesg output from a boot without the KASSERTs (as per Jaromir's suggestion) - what are we looking for? Thanks, Patrick