Re: PCMCIA ne2000 compatible Ethernet card driver
[email protected] (Christos Zoulas) Wed, 12 Mar 2008 18:44:58 +0000 (UTC)
| Newsgroups | gmane.os.netbsd.help |
|---|---|
| Message-ID | <[email protected]> |
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 }, >+ >+ { PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID, > PCMCIA_CIS_SYNERGY21_S21810, > 0, -1, { 0x00, 0x48, 0x54 }, 0 }, > christos