I have just tried, it seems not:(

Songmao Tian wrote:
> Hi all,
>     I have read cs5536 databook carefully, but still puzzled about how 
> the pci configure space of various functions show up?
>
>     Is it the config in southbridge/amd/cs5536/cs5536.c makes it?
>
> /*    Master Configuration Register for Bus Masters.*/
> struct msrinit SB_MASTER_CONF_TABLE[] = {
>     {USB2_SB_GLD_MSR_CONF, {.hi = 0,.lo = 0x00008f000}},
>     {ATA_SB_GLD_MSR_CONF,  {.hi = 0,.lo = 0x00048f000}},
>     {AC97_SB_GLD_MSR_CONF, {.hi = 0,.lo = 0x00008f000}},
>     {MDD_SB_GLD_MSR_CONF,  {.hi = 0,.lo = 0x00000f000}},
>     {0, {0, 0}}
> };
>
>
>
> Songmao
>
>   


-- 
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to