Re: [U-Boot-Users] [PATCH] e1000: add support for 82545GM 64bit PCI-X copper variant

2008-07-09 Thread Ben Warren
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > >> This PCI-X e1000 variant works by just adding in the correct >> PCI IDs in the appropriate places. >> >> Signed-off-by: Paul Gortmaker <[EMAIL PROTECTED]> >> --- >> drivers/net/e1000.c |2 ++ >> drivers/net/e1000.h |3

Re: [U-Boot-Users] [PATCH] e1000: add support for 82545GM 64bit PCI-X copper variant

2008-07-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This PCI-X e1000 variant works by just adding in the correct > PCI IDs in the appropriate places. > > Signed-off-by: Paul Gortmaker <[EMAIL PROTECTED]> > --- > drivers/net/e1000.c |2 ++ > drivers/net/e1000.h |3 ++- > include/pci_ids.h |1

[U-Boot-Users] [PATCH] e1000: add support for 82545GM 64bit PCI-X copper variant

2008-07-09 Thread Paul Gortmaker
This PCI-X e1000 variant works by just adding in the correct PCI IDs in the appropriate places. Signed-off-by: Paul Gortmaker <[EMAIL PROTECTED]> --- drivers/net/e1000.c |2 ++ drivers/net/e1000.h |3 ++- include/pci_ids.h |1 + 3 files changed, 5 insertions(+), 1 deletions(-) diff