From owner-freebsd-mobile Fri Oct 20 13:42:37 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.snickers.org (snickers.org [216.126.90.2]) by hub.freebsd.org (Postfix) with ESMTP id 6400C37B479 for ; Fri, 20 Oct 2000 13:42:35 -0700 (PDT) Received: by mail.snickers.org (Postfix, from userid 1037) id 6FF5F3D10; Fri, 20 Oct 2000 16:42:34 -0400 (EDT) Date: Fri, 20 Oct 2000 16:42:34 -0400 From: Josh Tiefenbach To: Warner Losh Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Experiences with NEWCARD Message-ID: <20001020164234.K21846@zipperup.org> References: <20001019160300.A81908@zipperup.org> <200010202037.OAA35915@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010202037.OAA35915@harmony.village.org>; from imp@village.org on Fri, Oct 20, 2000 at 02:37:35PM -0600 Organization: Hah Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > : of I'm pretty sure that the pci device id's for the 656 prolly arent in there, > > We're having problems with the modem side of the 656. According to the linux driver (on scyld somewhere. the url temporarily escapes me) the modem part is a winmodem. > Bit it looks like the card isn't really being enabled properly from > the dmesg that you sent. How much of that is related to me not kldloading if_xl (in the original email). See the followup to myself for what happens when I have if_xl kldloaded. I added the following lines to xl_attach(): if (pci_get_device(dev) == TC_DEVICEID_HURRICANE_656C) sc->xl_flags |= XL_FLAG_EEPROM_OFFSET_30 | XL_FLAG_8BITROM | XL_FLAG_FUNCREG | XL_FLAG_PHYOK | XL_FLAG_INVERT_MII_PWR; based on my reading of the rest of if_xl.c and glancing at the linux driver, but it still spits out a bogus station address. josh -- "Watching those 2 guys [Bush and Gore] debate is like watching Ben Stein read 'The Story of O'" -- Dennis Miller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message