Changeset 672

Show
Ignore:
Timestamp:
01/30/10 21:58:40 (6 weeks ago)
Author:
blueswirl
Message:

Sparc64: Add interrupt properties to Sabre

Signed-off-by: Blue Swirl <blauwirbel@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/openbios-devel/drivers/pci.c

    r664 r672  
    403403        set_property(dev, "#virtual-dma-addr-cells", (char *)props, 
    404404                     sizeof(props[0])); 
     405        props[0] = 0x000007f0; 
     406        props[1] = 0x000007ee; 
     407        props[2] = 0x000007ef; 
     408        props[3] = 0x000007e5; 
     409        set_property(dev, "interrupts", (char *)props, 4 * sizeof(props[0])); 
    405410        return 0; 
    406411}