Re: [Etherboot-developers] pxe and lilo prefix on i386
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-03-06 22:19:40
|
>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. This is probably a mistake as it's a PCI NIC. >- 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! Entries in NIC are not looked at any more except to provide the families. In the new scheme the Rom entries are generated by scanning the driver source. I don't know what happened for prism2_pci. |