Freebios2 recovery progress...

YhLu YhLu at tyan.com
Thu Oct 21 11:59:00 CEST 2004


Driver add 
< static void lpci_set_subsystem(device_t dev, unsigned vendor, unsigned
device)
< {
<       pci_write_config32(dev, 0x2c, 
<               ((device & 0xffff) << 16) | (vendor & 0xffff));
< }
< 
< static struct pci_operations lops_pci = {
<       .set_subsystem = lpci_set_subsystem,
< };


-----Original Message-----
From: Li-Ta Lo [mailto:ollie at lanl.gov] 
Sent: Thursday, October 21, 2004 9:31 AM
To: Eric W. Biederman
Cc: LinuxBIOS
Subject: Re: Freebios2 recovery progress...

On Thu, 2004-10-21 at 05:08, Eric W. Biederman wrote:
> I have managed to get another chunk of merging and bug fixing
> done tonight.
> 
> I now have pci subsystem vendor and subsystem id's being set on
> the arima hdama, so the board is now identifiable with lspci.
> 

How did you do that ? Where do you put those IDs ?

Ollie


_______________________________________________
Linuxbios mailing list
Linuxbios at clustermatic.org
http://www.clustermatic.org/mailman/listinfo/linuxbios



More information about the coreboot mailing list