Christian Sühs <[EMAIL PROTECTED]> writes:

>> Ok, I will try this.
>> chip northbridge/amd/gx1
>>      device pci_domain 0 on
>>              device pci 0.0 on end
>>              chip drivers/pci/onboard
>>                      device pci 9.0 on
>>                      register "rom_address" = "0xfffc0000"
>>                      end
>>              end
>>              chip southbridge/amd/cs5530
>>              .
>>              .
>>              .
>>
>
> This fails, the buildsript stops with a warning like.
> Only chips can have a register.

Ok. Sorry, the I had forgotten that twist.
I'm just trying to sort out the indentation so that part is
readable.


So what I should have suggested was simply:
> chip northbridge/amd/gx1
>       device pci_domain 0 on
>               device pci 0.0 on end
>               chip drivers/pci/onboard
>                       device pci 9.0 on end
>                       register "rom_address" = "0xfffc0000"
>               end
>               chip southbridge/amd/cs5530
>               .
>               .
>               .

So the chip which has the name 9.0 has a register rom_address.

And with that I think I have reached my limit of usefulness.

Eric

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

Reply via email to