Date: Sat, 25 Jan 2003 15:13:58 -0700 (MST) From: "M. Warner Losh" <imp@bsdimp.com> To: joerg_wunsch@uriah.heep.sax.de, j@uriah.heep.sax.de Cc: mobile@freebsd.org Subject: Re: How to make an Intel EtherExpress known to xe(4)? Message-ID: <20030125.151358.95772758.imp@bsdimp.com> In-Reply-To: <20030125225051.B95899@uriah.heep.sax.de> References: <20030125225051.B95899@uriah.heep.sax.de>
index | next in thread | previous in thread | raw e-mail
In message: <20030125225051.B95899@uriah.heep.sax.de>
Joerg Wunsch <j@uriah.heep.sax.de> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030125.151358.95772758.imp>
