From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 3 May 2009 12:21:16 +0200 Subject: [U-Boot] [PATCH 1/1] Add config option for disabling DM9000-SROM support. In-Reply-To: <3efb10970905030255w4671d3cdo860e56456bbd1932@mail.gmail.com> References: <1241342817-9448-1-git-send-email-linux@bohmer.net> <20090503093147.GT25959@game.jcrosoft.org> <3efb10970905030255w4671d3cdo860e56456bbd1932@mail.gmail.com> Message-ID: <20090503102116.GU25959@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > >> --- /dev/null > >> +++ b/include/dm9000.h > > Ben what do you think to do as usb have a dir to store all net header > > include/net/ > > I have chosen the same location as the dm9161.h, other similar headers > are there as well. > If it has to be changed, I suggest making it a separate patch. sure I've in mind this include/{ => net}/at91rm9200_net.h include/{ => net}/bcm5221.h include/{ => net}/dm9161.h include/{ => net}/dp83848.h include/{ => net}/lxt971a.h include/{ => net}/mii_phy.h include/{ => net}/miiphy.h include/{ => net}/ns7520_eth.h include/{ => net}/ns9750_eth.h include/{ => net}/ppc4xx_enet.h include/{ => net}/tsec.h or include/{ => net}/at91rm9200_net.h include/{ => net}/ns7520_eth.h include/{ => net}/ns9750_eth.h include/{ => net}/ppc4xx_enet.h include/{ => net}/tsec.h include/{ => net/phy}/bcm5221.h include/{ => net/phy}/dm9161.h include/{ => net/phy}/dp83848.h include/{ => net/phy}/lxt971a.h include/{ => net/phy}/mii_phy.h include/{ => net/phy}/miiphy.h and maybe include/{ => net}/netdev.h Best Regards, J.