Re: [Etherboot-developers] pxe and lilo prefix on i386
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Georg B. <Geo...@po...> - 2003-03-06 21:42:05
|
Am Mittwoch, 5. M=E4rz 2003 12:43 schrieb Ken Yap: > >BTW, I can convert the other drivers to your new PCI_ROM macro if = you > > don't want to do it yourself. > > Just go ahead and do it, that and the prefix fixes will give me an > excuse to release 5.1.7. Thanks. Ok, it is checked in now. A few notes: - The sundance driver has an ISA like entry in NIC. For what purpose?= I left=20 it in. - Some drivers had multiple entries in NIC for the same vendor/device= ids,=20 but with different image names. I moved the first one into the .c fil= e, but=20 left the others in NIC. - Comparison of src/bin/Roms before and after the changes showed that= the=20 generation of rules for the "prism2_pci" rom did not work. I don't kn= ow=20 why, but I left this entry also in NIC. - Finally, I found quite a few device ids in the driver files that ha= d no=20 corresponding entry in NIC. This shows that storing these things only= once=20 is important! Georg |