NIC irq nobody cared ? virtual to physical and DMA questions

2005-11-29 Thread Mateusz Berezecki
: Disabling IRQ #11 Nov 29 21:25:47 debian kernel: atheros: interrupts enabled Nov 29 21:25:47 debian kernel: atheros: device up and running -- kind regards, Mateusz Berezecki - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More

Re[2]: net_device + pci_dev question

2005-11-28 Thread Mateusz Berezecki
Hello Arjan, On 27th november 2005 (22:25:13) you wrote: On Sun, 2005-11-27 at 20:58 +0100, Mateusz Berezecki wrote: Hello List! Having only net_device pointer is it possible to retrieve associated pci_dev pointer basing on this information only? what do you need

Re[4]: net_device + pci_dev question

2005-11-28 Thread Mateusz Berezecki
). It's custom to make that private data a struct in which you can store the pci device pointer yourself, as well as any other per card data that you need to store Ok, I will do it like that then. Thank you for the explanation on this issue. kind regards, Mateusz Berezecki - To unsubscribe from

memory allocation for DMA operations from network interface

2005-11-27 Thread Mateusz Berezecki
way to convert virtual address to physical one? kind regards Mateusz Berezecki - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: atheros driver - desc

2005-08-06 Thread Mateusz Berezecki
Kalle Valo [EMAIL PROTECTED] wrote: | | This is great news. An open source Atheros driver which could be | included to Linux is really needed. | | But how was the reverse engineering done? I noticed that forcedeth | driver was implemented using the clean room design[1] and Linux | Broadcom 4301

[patch 4/8] atheros driver - eeprom routines

2005-08-05 Thread Mateusz Berezecki
. The creator is Mateusz Berezecki, + * unless explicitly marked ( some parts are derived + * from GPL'ed parts of madwifi project located at http://madwifi.sf.net) + * + * the original assembly code has been created by Sam Leffler + * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting + * All rights

atheros driver - desc

2005-08-04 Thread Mateusz Berezecki
Hi list members, I just post the code for review for anyone interested. I would be more than pleased to hear some feedback from you on the code. Im sending a series of 8 patches splitted and diffed as in SubmittingPatches documentation. The driver is not yet fully working because I didn't

atheros driver (1/8)

2005-08-04 Thread Mateusz Berezecki
--- netdev-2.6.git#ieee80211/drivers/net/wireless/Kconfig 2005-08-02 13:18:21.0 +0200 +++ netdev-atheros/drivers/net/wireless/Kconfig 2005-08-05 03:43:32.0 +0200 @@ -459,6 +459,14 @@ config PRISM54 say M here and read file:Documentation/modules.txt. The module will be

atheros driver (3/8)

2005-08-04 Thread Mateusz Berezecki
01:00:00.0 +0100 +++ netdev-atheros/drivers/net/wireless/atheros/atheros5212/beacons.c 2005-08-05 03:48:36.0 +0200 @@ -0,0 +1,235 @@ +/* + * All the work was created by reverse engineering and porting + * for interoperability. The creator is Mateusz Berezecki, + * unless explicitly

atheros driver (5/8)

2005-08-04 Thread Mateusz Berezecki
:00.0 +0100 +++ netdev-atheros/drivers/net/wireless/atheros/atheros5212/init.c 2005-08-05 03:48:36.0 +0200 @@ -0,0 +1,788 @@ +/* + * All the work was created by reverse engineering and porting + * for interoperability. The creator is Mateusz Berezecki, + * unless explicitly marked

atheros driver (6/8)

2005-08-04 Thread Mateusz Berezecki
:00.0 +0100 +++ netdev-atheros/drivers/net/wireless/atheros/atheros5212/ioctl.c 2005-08-05 03:48:36.0 +0200 @@ -0,0 +1,590 @@ +/* + * All the work was created by reverse engineering and porting + * for interoperability. The creator is Mateusz Berezecki, + * unless explicitly marked

atheros driver (7/8)

2005-08-04 Thread Mateusz Berezecki
:00.0 +0100 +++ netdev-atheros/drivers/net/wireless/atheros/atheros5212/keys.c 2005-08-05 03:48:36.0 +0200 @@ -0,0 +1,268 @@ +/* + * All the work was created by reverse engineering and porting + * for interoperability. The creator is Mateusz Berezecki, + * unless explicitly marked

atheros driver (8/8)

2005-08-04 Thread Mateusz Berezecki
:00.0 +0100 +++ netdev-atheros/drivers/net/wireless/atheros/atheros5212/other.c 2005-08-05 03:48:36.0 +0200 @@ -0,0 +1,57 @@ +/* + * All the work was created by reverse engineering and porting + * for interoperability. The creator is Mateusz Berezecki, + * unless explicitly marked

argh... ;/

2005-08-04 Thread Mateusz Berezecki
I accidentaly posted the patches as MIME attachments... its 5:03 am here already. Sorry guys. I can resubmit if you want. I just dont want do that now and not trash your mailboxes Mateusz - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL