Subject: Re: Xircom RealPort Ethernet 10 RE-10
To: Gregory McGarry <g.mcgarry@ieee.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 12/04/2000 22:25:38
On Tue, Dec 05, 2000 at 08:15:18AM +1000, Gregory McGarry wrote:
> > Here's the whole long spiel...
> 
> > pcmcia0: CIS version PC Card Standard 5.0
> > pcmcia0: CIS info: Xircom, Ethernet Adapter, RE-10, 1.00
> > pcmcia0: Manufacturer code 0x105, product 0x10a
> > pcmcia0: function 0: network adapter, ccr addr 800 mask 3
> > pcmcia0: function 0, config table entry 1: I/O card; irq mask 8ebc; iomask 4, iospace 0-f; memspace 0-fff; mwait_required rdybsy_active io8 io16 irqpulse irqlevel powerdown
> > xi0 at pcmcia0 function 0: Xircom CreditCard 10/100 Ethernet
> > xi0: Ethernet address 00:10:a4:b8:28:7b
> 
> Have you included mii support in your kernel?  Something like this:
> 
> ukphy*  at mii? phy ?                   # generic unknown PHYs

Sure, I have all the MII/PHY support enabled. I note that 0x105,0x10a in the
code definitely matches up with CreditCard 10/100 not RE-10 which doesn't
appear - can it be that there are 2 cards with the same manufacturer,product
number? (pcmciadevs.h)

#define PCMCIA_CIS_XIRCOM_CE3   { NULL, NULL, NULL, NULL }
#define PCMCIA_PRODUCT_XIRCOM_CE3       0x010a  
#define PCMCIA_STR_XIRCOM_CE3   "Xircom CreditCard 10/100 Ethernet"

Cheers,

Patrick