From owner-freebsd-current@FreeBSD.ORG Mon Jun 23 11:25:44 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37EA037B401 for ; Mon, 23 Jun 2003 11:25:44 -0700 (PDT) Received: from bragi.housing.ufl.edu (bragi.housing.ufl.edu [128.227.47.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB34444008 for ; Mon, 23 Jun 2003 11:25:42 -0700 (PDT) (envelope-from WillS@housing.ufl.edu) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Mon, 23 Jun 2003 14:25:41 -0400 Message-ID: <0E972CEE334BFE4291CD07E056C76ED8DB2EC8@bragi.housing.ufl.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: cardbus and xircom ethernet problem Thread-Index: AcM5tGlHonG8/nwQRCakpJMCNJ5xlwAAFwgw From: "Will Saxon" To: "Matt" , cc: current@freebsd.org Subject: RE: cardbus and xircom ethernet problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 18:25:44 -0000 > -----Original Message----- > From: Matt [mailto:matt@xtaz.co.uk] > Sent: Monday, June 23, 2003 2:22 PM > To: imp@bsdimp.com > Cc: current@freebsd.org > Subject: Re: cardbus and xircom ethernet problem > My kernel config currently has: >=20 > nodevice cbb > nodevice pccard > nodevice cardbus > device card 2 > device pcic > device xe >=20 > The OLDCARD file actually does not have a number after device card, > however I found when trying to compile this it errors with=20 > Device "card" > requires a count. I am unsure of what the "count" means so just put a > random number in there. >=20 > Anything else I can try? Do try loading if_dc.ko or compiling that in again. -Will