Freebios2 recovery progress...

Li-Ta Lo ollie at lanl.gov
Thu Oct 21 12:07:01 CEST 2004


On Thu, 2004-10-21 at 11:23, YhLu wrote:

Are the IDs configurable by config file ?

Ollie

> 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