From owner-freebsd-mobile Sat Jan 25 14:15:17 2003 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5D9937B401 for ; Sat, 25 Jan 2003 14:15:15 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAA3F43ED8 for ; Sat, 25 Jan 2003 14:15:14 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.6/8.12.3) with ESMTP id h0PMF91e020507; Sat, 25 Jan 2003 15:15:09 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 25 Jan 2003 15:13:58 -0700 (MST) Message-Id: <20030125.151358.95772758.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)? From: "M. Warner Losh" In-Reply-To: <20030125225051.B95899@uriah.heep.sax.de> References: <20030125225051.B95899@uriah.heep.sax.de> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <20030125225051.B95899@uriah.heep.sax.de> Joerg Wunsch writes: : I've got this one here: : : Jan 25 09:56:20 kernel: pccard0: (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