Re: [Etherboot-developers] Developer documentation
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@et...> - 2003-07-19 13:11:44
|
>I just started to update the chapter "Writing an Etherboot Driver" for 5.2. >Could some expert please confirm or correct the following statements? > >- The reset routine in mydriver.c is gone Yes, it seems that Eric made _disable the externally visible routine now. >- For a new driver there is no need to edit any file besides the new .c file >in src/drivers/net and it will be automatically added to the build process. Yes, genrules will grab the IDs (declared with the new macros) from the .c file and create the Roms file that's included by arch/*/Makefile >Tim, I think it would be nice to include your porting notes as well. I'll >also add some notes about keeping the etherboot and linux driver in sync. And don't forget to add yourselves to the authors list. |