Re: [coreboot] Fixing usage of vendor, device to devid

2008-01-20 Thread Carl-Daniel Hailfinger
On 19.01.2008 08:44, ron minnich wrote: This change resolves the earlier report of 'can't find southbridge' which was due to dev_find_device not being able to find a device in the static tree. ron include/device/device.h Remove old vendor,device struct members since we are now using the

[coreboot] Fixing usage of vendor, device to devid

2008-01-18 Thread ron minnich
This change resolves the earlier report of 'can't find southbridge' which was due to dev_find_device not being able to find a device in the static tree. ron include/device/device.h Remove old vendor,device struct members since we are now using the device_id struct. Change declaration of