• Jochen Hein's avatar
    [PATCH] PCI: message cleanup in PCI probe · 07608e1e
    Jochen Hein authored
    The messages read:
    
    PCI: Address space collision on region 8 of bridge 0000:00:1f.0 [1180:11bf]
    PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
    Transparent bridge - 0000:00:1e.0
    PCI: Using IRQ router PIIX/ICH [8086/24cc] at 0000:00:1f.0
    PCI: Found IRQ 11 for device 0000:00:1f.1
    
    The following patch adds "PCI: " in front of the message and KERN_INFO as well.
    Compile&boot tested.
    
    Jochen
    07608e1e
probe.c 21.1 KB