From: Helge Hafting <helgehaf@aitel.hist.no>
To: jnf <jnf@datakill.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: new laptop woes
Date: Wed, 12 May 2004 09:14:55 +0200 [thread overview]
Message-ID: <40A1CEEF.5090309@aitel.hist.no> (raw)
In-Reply-To: <Pine.BSO.4.58.0405111058520.5233@metawire.org>
jnf wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>Hi,
>
>The other night, I did something I know better than to do- and this is buy
>a piece of hardware before checking out the support it has in the
>linux/unix world. But overall I came out ok. I have a few comments and
>questions and I will try to present them in a coherant fasion below.
>
>1) broadcom wlan cards
>
>As I understand it, broadcom has more or less refused to release
>alot/some of the specs for some of their cards. I've done some kernel
>programing, I wrote something that could be somewhat classified as a
>virtual driver in the network stack I suppose- but I've never written a
>'real' driver. So in short, beyond digging through some of the other wlan
>drivers and getting an idea for where to start- if I wanted to attempt to
>write a driver for this, what would be a good place to start? (I'm not
>even totally sure how to interface with it, it doesnt appear that its even
>being assigned an irq- but i could be wrong)
>
>
Looking at other card drivers, you'll find out what a driver look like.
You'll learn how a card driver interfaces to the kernel.
To write a driver for this card you _need_ to know how that particular
card is programmed. (What io adresses do it use, what do they mean,
what are the timing requirements, and so on.)
Looking at other drivers won't help you with that, unless one of the
other drivers happens to use the same chips. This information is in the
specs that broadcom so far haven't released. Of course you can
write to broadcom, perhaps they'll inform you when they see you
are serious about this.
The card is not assigned an irq precicely because it has no driver.
IRQ's aren't handed out because devices exists - they are handed
out because device drivers request them from the kernel.
Helge Hafting
next prev parent reply other threads:[~2004-05-12 7:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-11 16:24 jnf
2004-05-12 7:14 ` Helge Hafting [this message]
2004-05-12 15:19 ` jnf
[not found] <A6974D8E5F98D511BB910002A50A6647615FB0B1@hdsmsx403.hd.intel.com>
2004-05-11 17:09 ` Len Brown
2004-05-12 1:37 ` jnf
2004-05-12 3:20 ` Len Brown
2004-05-13 12:55 Martin Knoblauch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40A1CEEF.5090309@aitel.hist.no \
--to=helgehaf@aitel.hist.no \
--cc=jnf@datakill.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®