lkml.org 
[lkml]   [2004]   [May]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: new laptop woes
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



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:03    [W:0.034 / U:0.688 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site