Re: Sierra Wireless / AC775 / Loading an external cisfile as a 'quirck'
From: M. Warner Losh (imp_at_bsdimp.com)
Date: 11/12/05
- Previous message: albi: "Re: SSH From within a Jail"
- In reply to: Dirk-Willem van Gulik: "Sierra Wireless / AC775 / Loading an external cisfile as a 'quirck'"
- Next in thread: Dirk-Willem van Gulik: "Re: Sierra Wireless / AC775 / Loading an external cisfile as a 'quirck'"
- Reply: Dirk-Willem van Gulik: "Re: Sierra Wireless / AC775 / Loading an external cisfile as a 'quirck'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 12 Nov 2005 10:47:33 -0700 (MST) To: dirkx@webweaving.org
In message: <20051112072658.Q14448@skutsje.san.webweaving.org>
Dirk-Willem van Gulik <dirkx@webweaving.org> writes:
:
: I've got the (correct) CIS files below for a Sierra Wireeless Airnet 775
: (AC775) card. The actual data on the card (see second cut-and-paste) is
: wrong (i.e. multi function instead of a modem).
:
: So I am looking for a way to either import a CIS file dynamically; at run
: time - or to translate a CIS file in what I assume should be a quirk entry
: in the file /sys/dev/pccard/pccard_cis_quirks.c (is that corect) ?
OpenBSD solved this problem by listing this card in
pcmica_cis_quirk.c. Maybe you can try that as an iterrum solution?
That's the short term solution. I really hate the quirks in the
present system and plan on doing something about it.
: I.e. something akin to:
:
: #cat SW_775_SER.dat > /dev/pccard0.cis
:
: Looking for a solution on either 5, 6 or CURRENT.
:
: Any hints - or guidance how to best map this into the quirk section - as
: the fields are not quite clear to me.
We just got the ability to dump the CIS out of a card. It is unclear
how we should go about replacing the CIS in the kernel. Do we do this
by loading the CIS in before the card is inserted? Do we keep a
database of bad cards and automatically subsitute the right one? Do
we detach an reprobe the card when a new CIS is loaded in (like your
example above)?
Being able to load CIS in would fix a bunch of multi-function cards
that aren't listed as such (and vice versa).
Warner
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: albi: "Re: SSH From within a Jail"
- In reply to: Dirk-Willem van Gulik: "Sierra Wireless / AC775 / Loading an external cisfile as a 'quirck'"
- Next in thread: Dirk-Willem van Gulik: "Re: Sierra Wireless / AC775 / Loading an external cisfile as a 'quirck'"
- Reply: Dirk-Willem van Gulik: "Re: Sierra Wireless / AC775 / Loading an external cisfile as a 'quirck'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|