NetBSD-Bugs archive

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

kern/55535: PCIVERBOSE as a built-in module is activated too late



>Number:         55535
>Category:       kern
>Synopsis:       PCIVERBOSE as a built-in module is activated too late
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 03 16:50:00 +0000 2020
>Originator:     Valery Ushakov
>Release:        NetBSD current
>Organization:
>Environment:
NetBSD felix 9.99.69 NetBSD 9.99.69 (FELIX) #6: Mon Aug  3 19:12:29 MSK 2020  uwe@majava:/home/uwe/work/netbsd/cvs/src/sys/arch/landisk/compile/FELIX landisk

>Description:
If options PCIVERBOSE is enabled, it's included in the kernel as a
built-in module.  The problem is that the modules are activated too
late (when interrupts are enabled?) and by that time all the pci
devices has already been configured non-verbosely, thus defeating
the purpose of PCIVERBOSE.

>How-To-Repeat:
Enable options PCIVERBOSE in a kernel config.  Boot that kernel.
See pci devices still reported with numeric ids.

>Fix:



Home | Main Index | Thread Index | Old Index