Date: Fri, 20 Oct 2000 16:42:34 -0400 From: Josh Tiefenbach <josh@zipperup.org> To: Warner Losh <imp@village.org> Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Experiences with NEWCARD Message-ID: <20001020164234.K21846@zipperup.org> In-Reply-To: <200010202037.OAA35915@harmony.village.org>; from imp@village.org on Fri, Oct 20, 2000 at 02:37:35PM -0600 References: <20001019160300.A81908@zipperup.org> <200010202037.OAA35915@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> : 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001020164234.K21846>
