Re: How to make an Intel EtherExpress known to xe(4)?
"M. Warner Losh" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
In message: <[email protected]> Joerg Wunsch <[email protected]> writes: : I've got this one here: : : Jan 25 09:56:20 kernel: pccard0: <unknown card> (manufacturer=0x0089, product=0x010a) at function 0 : Jan 25 09:56:20 kernel: pccard0: CIS info: Intel, EtherExpress(TM) PRO/100 PC Card Mobile Adapter16, PRO/100 M16A : : The card used to work with xe(4) under pccard(4), but is : apparently no longer recognized with cardbus. I see it : mentioned in /sys/dev/pccard/, but the xe_pccard_attach() : is never called when inserting the card. : : In addition to make it known to the files in /sys/dev/xe/, : what else needs to be done to handle this card? Index: if_xe_pccard.c =================================================================== RCS file: /home/ncvs/src/sys/dev/xe/if_xe_pccard.c,v retrieving revision 1.6 diff -u -r1.6 if_xe_pccard.c --- if_xe_pccard.c 18 Jan 2003 01:14:48 -0000 1.6 +++ if_xe_pccard.c 25 Jan 2003 22:14:30 -0000 @@ -309,6 +309,7 @@ static const struct pccard_product xe_pccard_products[] = { PCMCIA_CARD(ACCTON, EN2226, 0), PCMCIA_CARD(COMPAQ2, CPQ_10_100, 0), + PCMCIA_CARD(INTEL, EEPRO100, 0), PCMCIA_CARD(XIRCOM, CE, 0), PCMCIA_CARD(XIRCOM, CE2, 0), PCMCIA_CARD(XIRCOM, CE3, 0), Should be all that's needed, unless it has a modem built-in. Warner To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-mobile" in the body of the message