NetBSD-Help archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PCMCIA ne2000 compatible Ethernet card driver



On Mar 12, 10:33pm, bouyer%antioche.eu.org@localhost (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 <20080311212248.GA8753%antioche.eu.org@localhost>,
| > Manuel Bouyer  <bouyer%antioche.eu.org@localhost> 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


Home | Main Index | Thread Index | Old Index