[LinuxBIOS] New Target for LinuxBios MB1030 / 3036

Richard Smith smithbone at gmail.com
Sat Apr 22 20:10:23 CEST 2006


On 4/22/06, Christian Sühs <chris at suehsi.de> wrote:

>
> >
> > Set your device and try again.  If it still dosen't work then try my
> > alternate card method and run testbios on a non-posted card under
> > factory.
> >
>
> I have tried -d 0:9.0
>
> -d 0:9:0
>
> how is the right syntax for -d

Its in the wiki testbios FAQ.

    *  How to get pci busdevfn
    * lspci
    * look for your video card
          o Example:
            2:00:00
            2 (00 << 3) | 00 = 0x200
          o Example:
            00:12.0:
            0 (12 << 3) | 0 = 0x90

So for you its

0 (9 << 3) | 0 = 0x048

so '-d 0x48'

--
Richard A. Smith




More information about the coreboot mailing list