Re: [U-Boot] [PATCH 2/5] e1000: Restructure and streamline PCI device probing

2011-10-27 Thread Wolfgang Denk
Dear Kyle Moffett, In message <1318971929-1160-3-git-send-email-kyle.d.moff...@boeing.com> you wrote: > By allocating the e1000 device structures much earlier, we can easily > generate better error messages and siginficantly clean things up. > > The only user-visable change (aside from reworded

[U-Boot] [PATCH 2/5] e1000: Restructure and streamline PCI device probing

2011-10-18 Thread Kyle Moffett
By allocating the e1000 device structures much earlier, we can easily generate better error messages and siginficantly clean things up. The only user-visable change (aside from reworded error messages) is that a detected e1000 device which fails to initialize due to software or hardware error will

Re: [U-Boot] [PATCH 2/5] e1000: Restructure and streamline PCI device probing

2011-04-12 Thread Wolfgang Denk
Dear "Moffett, Kyle D", In message <85579850-725c-46cc-b6af-9de6d6683...@boeing.com> you wrote: > > indented by 3 levels: > > hw->hw_addr = pci_map_bar(devno, PCI_BASE_ADDRESS_0, PCI_REGION_MEM); > > printf("%s: ERROR: Can't enable I/O memory\n", nic->name); > > printf("%s: ERROR: Can't enable bus

Re: [U-Boot] [PATCH 2/5] e1000: Restructure and streamline PCI device probing

2011-04-12 Thread Moffett, Kyle D
On Apr 12, 2011, at 16:17, Wolfgang Denk wrote: > In message <1297467482-14864-3-git-send-email-kyle.d.moff...@boeing.com> you > wrote: >> By allocating the e1000 device structures much earlier, we can easily >> generate better error messages and siginficantly clean things up. >> >> The only user

Re: [U-Boot] [PATCH 2/5] e1000: Restructure and streamline PCI device probing

2011-04-12 Thread Wolfgang Denk
Dear Kyle Moffett, In message <1297467482-14864-3-git-send-email-kyle.d.moff...@boeing.com> you wrote: > By allocating the e1000 device structures much earlier, we can easily > generate better error messages and siginficantly clean things up. > > The only user-visable change (aside from reworded

[U-Boot] [PATCH 2/5] e1000: Restructure and streamline PCI device probing

2011-02-11 Thread Kyle Moffett
By allocating the e1000 device structures much earlier, we can easily generate better error messages and siginficantly clean things up. The only user-visable change (aside from reworded error messages) is that a detected e1000 device which fails to initialize due to software or hardware error will

Re: [U-Boot] [PATCH 2/5] e1000: Restructure and streamline PCI device probing

2010-11-14 Thread Wolfgang Denk
Dear Kyle Moffett, In message <1284393146-22142-2-git-send-email-kyle.d.moff...@boeing.com> you wrote: > By allocating the e1000 device structures much earlier, we can easily > generate better error messages and siginficantly clean things up. > > The only user-visable change (aside from reworded

[U-Boot] [PATCH 2/5] e1000: Restructure and streamline PCI device probing

2010-09-13 Thread Kyle Moffett
By allocating the e1000 device structures much earlier, we can easily generate better error messages and siginficantly clean things up. The only user-visable change (aside from reworded error messages) is that a detected e1000 device which fails to initialize due to software or hardware error will