NetBSD-Bugs archive

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

kern/41209: npx* at isa0 causes infinite npxs



>Number:         41209
>Category:       kern
>Synopsis:       npx* at isa0 causes infinite npxs
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 14 21:10:00 +0000 2009
>Originator:     Michal Suchanek
>Release:        5.0 RC3
>Organization:
>Environment:
i386
>Description:
I tried to compile an i386 kernel that assigns reasonable device names 
(starting at the same number) regardless of the bus on which the device is 
found.

Unfortunately, npx* at pnpbios? results in npx1 when npx0 at isa? is configured 
in the configuration file.

npx* at isa? works when other bus is used for npx at runtime but causes 
infinite npxs to be configured when npx is accessed through isa at runtime.

I did not try with the other isa devices (fdc, lpt, com, pckbd, ...)
>How-To-Repeat:
add

change the line in generic kernel config to say 

npx* at isa?

instead of 

npx0 at isa?
>Fix:



Home | Main Index | Thread Index | Old Index