On 16.05.2009 23:13, Uwe Hermann wrote: > Add proper workaround for 3COM 3C90xB cards, which need special fixups > (the 3C90xC ones don't). This is tested on hardware. > > Also, Add initial support for the Atmel AT29C010A chip (which I inserted > in a 3COM 3C90xB card for testing). It can be detected, read works, erase > works, but write will need some additional code (will post in another > patch later). > > Acked-by: Uwe Hermann <[email protected]> >
Signed-off-by instead? ;-) > Index: pcidev.c > =================================================================== > --- pcidev.c (revision 518) > +++ pcidev.c (working copy) > @@ -32,6 +32,7 @@ > struct pci_access *pacc; > struct pci_filter filter; > char *pcidev_bdf = NULL; > +struct pci_dev *pcidev_dev = NULL; > Would pcidev be an acceptable name? pcidev_dev sounds a bit strange. Your choice, though. Acked-by: Carl-Daniel Hailfinger <[email protected]> Regards, Carl-Daniel -- http://www.hailfinger.org/ -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

