Subject: Re: Network configuration ..
To: None <netbsd-help@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: netbsd-help
Date: 04/26/2000 09:47:08
On Wed, Apr 26, 2000 at 05:41:44PM +0200, Zdenek Salvet wrote:

 > > > > 1.4.2 does not support SMC8022. Use -current kernel (less than 10 months
 > > > > old) or add
 > > > > 
 > > > >       { "SMC EZCard 10 PCMCIA",
 > > > >       0x108, 0x8022,
 > > > >       { "SMC", "EZCard-10-PCMCIA", "SMC8022", "R01" },
 > > > >       0, 0x1c0, { 0, 0xe0, 0x29 }},
 > > > 
 > > > This seems to work if I change 
 > > > 	{ 0, 0xe0, 0x29 }
 > > > to
 > > > 	{ 0x60, 0x60, 0x03 }
 > 
 > Weird. Differerent card with the same ID strings ?

No, I would say that it's not communicating with the card properly.

 > This triple should match first three bytes of card's ethernet address,
 > check the address if you can use other OS with the card (e.g. Windows).
 > I don't think SMC changed the vendor prefix on the same type of card.
 > OTOH, location of the address memory could change, try some other locations
 > instead of 0x1c0, e.g. 0x0040, 0x0110, 0x0120, 0x0180, 0x07f0, 0x0ff0.

Yah, please report whatever Windows says about the card... as much
information as possible.

The reason interrupts are failing is likely an artifact of not talking
to the card properly...

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>