Re: PCMCIA ne2000 compatible Ethernet card driver

[email protected] (Christos Zoulas) Wed, 12 Mar 2008 17:48:02 -0400
Newsgroups gmane.os.netbsd.help
Organization Astron Software
Message-ID <[email protected]>
On Mar 12, 10:33pm, [email protected] (Manuel Bouyer) wrote:
-- Subject: Re: PCMCIA ne2000 compatible Ethernet card driver

| On Wed, Mar 12, 2008 at 06:44:58PM +0000, Christos Zoulas wrote:
| > In article <[email protected]>,
| > Manuel Bouyer  <[email protected]> wrote:
| > >-=-=-=-=-=-
| > >
| > >On Sun, Mar 09, 2008 at 09:09:19PM -0300, Javier Steinaker wrote:
| > >> Hi again,
| > >> 
| > >> Under Puppy Linux, I ejected the card and inserted it
| > >> again. The results in dmesg:
| > >> 
| > >> -------------------------------------------------
| > >> pccard: card ejected from slot 0
| > >> pccard: PCMCIA card inserted into slot 0
| > >> pcmcia: registering new device pcmcia0.0
| > >> eth0: NE2000 Compatible: io 0x300, irq 3, hw_addr
| > >> 00:C0:0C:03:78:F1
| > >> -------------------------------------------------
| > >> 
| > >
| > >     { PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
| > >+      PCMCIA_CIS_EXP_THINLAN100,
| > >+      0, -1, { 0x00, 0xc0, 0x0c }, 0 },
| > 
| > I think the above line should be:
| > 
| > 	0, 0x0ff0, { 0x00, 0xa0, 0x0c }, 0 },
| 
| Linux reports 00:c0:0c as mac address ...
| And I guess if this was the issue, he wouldn't get "were did the card go"
| error, it would fail before that ...

I looked in the linux pc_net driver code for NE 2000 compatible...

christos