NetBSD-Bugs archive

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

Re: port-i386/46808: 6.0_BETA2 install crashes on VIA VT6202 detection



On Sep 6, 10:44pm, jc.lynx%laposte.net@localhost ("jc.lynx") wrote:
-- Subject: Re: port-i386/46808: 6.0_BETA2 install crashes on VIA VT6202 dete


I would try some of the pci kernel options next:

These are interesting for both:
GENERIC:#options        PCIVERBOSE      # verbose PCI device autoconfig messages
GENERIC:#options        PCI_CONFIG_DUMP # verbosely dump PCI config space

I would probably built the first kernel with:
GENERIC:#options        PCIBIOS                 # PCI BIOS support
GENERIC:#options        PCIBIOSVERBOSE          # PCI BIOS verbose info

I would not use that:
GENERIC:#options        PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 
or 11

But use that with the first kernel:
GENERIC:#options        PCIBIOS_INTR_GUESS      # see pcibios(4)

These are not relevant:
GENERIC:#options        PCIBIOS_LIBRETTO_FIXUP  # this code makes the Toshiba 
Libretto
GENERIC:#options        PCIBIOS_SHARP_MM20_FIXUP # this code makes the Sharp MM 
20

This is interesting for both:
GENERIC:#options        PCIINTR_DEBUG           # super-verbose PCI interrupt 
fixup

And another kernel with those:
GENERIC:#options        PCI_ADDR_FIXUP          # fixup PCI I/O addresses
GENERIC:#options        PCI_BUS_FIXUP           # fixup PCI bus numbering
GENERIC:#options        PCI_INTR_FIXUP          # fixup PCI interrupt routing

christos


Home | Main Index | Thread Index | Old Index