[eepro100] Re: intel D815eeaal motherboard -- works now

Alvin Oga aoga@Mail.Linux-Consulting.com
Thu, 31 Aug 2000 05:30:23 -0700 (PDT)


hi ya...

just as a followup....

i got a email from bob dunlop....thanx.... your patches worked
for linux-2.2.16 recognizing the onboard NIC on  D815EEAAL motherboards

thanx
alvin


This patch is against the driver I had with kernel 2.2.16
==========================================================

static const char *version =
"eepro100.c:v1.09j-t 9/29/99 Donald Becker
http://cesdis.gsfc.nasa.gov/linux/drivers/eepro100.html\n"
"eepro100.c: $Revision: 1.20.2.10 $ 2000/05/31 Modified by Andrey V.
Savochkin <saw@saw.sw.com.sg> and 
others\n";

*** eepro100.c.orig     Mon Jul 31 12:29:17 2000
--- eepro100.c  Mon Jul 31 12:29:16 2000
***************
*** 165,170 ****
--- 165,173 ----
  #ifndef PCI_DEVICE_ID_INTEL_ID1030
  #define PCI_DEVICE_ID_INTEL_ID1030 0x1030
  #endif
+ #ifndef PCI_DEVICE_ID_INTEL_ID2449
+ #define PCI_DEVICE_ID_INTEL_ID2449 0x2449
+ #endif
  
  /* The total I/O port extent of the board.
     The registers beyond 0x18 only exist on the i82558. */
***************
*** 322,327 ****
--- 325,334 ----
        },
        { "Intel Corporation 82559 InBusiness 10/100",
          PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ID1030,
+         0 
+       },
+       { "Intel D815EEA motherboard Pro100/V",
+         PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ID2449,
          0 
        },
        {0,}                                            /* 0 terminated
list. */


==== end patch ====

On Wed, 30 Aug 2000, Alvin Oga wrote:

> 
> hi ya...
> 
> i have a dumb question
> 
> has anyone gotten linux-2.2.16 or linux-2.4.0-test7 to recognize
> the onboard NIC of the new Intel D815EEAAL motherboard
> ( donno which actual lan chipset it uses )
> 
> 	linux-2.4.0-test7 comes w/ eepro100.c v1.10a
> 	and fails to compile due to pci-scan.h 
> 	and #define INLINE_PCISCAN issues
> 
> 	and yes eepro100.c v1.10a also fails to compile on linux-2.2.16
> 
> linux-2.2.16 works fine with Intel CA810EAL ( which is discontinued )
> ( uses the 82559 family of nic chips )
> 
> thanx
> alvin
> 
>