NIC irq nobody cared ? virtual to physical and DMA questions

2005-11-29 Thread Mateusz Berezecki
v 29 21:25:47 debian kernel: 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

Re[4]: net_device + pci_dev question

2005-11-28 Thread Mateusz Berezecki
akes the size of it as > argument). 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. k

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? >

net_device + pci_dev question

2005-11-27 Thread Mateusz Berezecki
Hello List! Having only net_device pointer is it possible to retrieve associated pci_dev pointer basing on this information only? kind regards, Mateusz Berezecki - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More

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

netdev branch - kernel panic - bug in tcp_time_to_recover ?

2005-09-08 Thread Mateusz Berezecki
later in the evening as I'm in hurry now. kind regards, Mateusz -- @..@ Mateusz Berezecki () [EMAIL PROTECTED] http://mateusz.agrest.org ( >__< ) PGP: 5F1C 86DF 89DB BFE9 899E 8CBE EB60 B7A7 43F9 5808 ^^ ~~ ^^ pgpT73CN6QNlF.pgp Description: PGP signature

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

Re: latest netdev tree - (broadcom44 bug?) letting you know...

2005-08-05 Thread Mateusz Berezecki
On 8/5/05, Pekka Pietikainen <[EMAIL PROTECTED]> wrote: > I heard some rumors that someone recently broke ACPI (interrupt routing or > somesuch) and that broke b44 in some configs. Could be that. > Thanks a lot. Im going to try with ACPI turned off. all the best Mateusz - To unsubscribe from thi

Re: atheros driver - desc

2005-08-05 Thread Mateusz Berezecki
On 8/5/05, Jeff Garzik <[EMAIL PROTECTED]> wrote: > There is no document describing the API AFAIK. > > The best thing to do is read over the ipw2[12]00 drivers. > > Jeff Ok, thanks for pointing me there. best Mateusz - To unsubscribe from this list: send the line "unsubscribe netdev"

Re: atheros driver - desc

2005-08-05 Thread Mateusz Berezecki
On 09:46 Fri 05 Aug , Bryan O'Sullivan wrote: > On Fri, 2005-08-05 at 04:55 +0200, Mateusz Berezecki wrote: > > How far from working is it? I have a miniPCI Atheros card and would be > interested in helping out with bringing the driver up, but it would be > good to know

[patch 4/8] atheros driver - eeprom routines

2005-08-05 Thread Mateusz Berezecki
ility. 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

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 PROT

atheros driver (8/8)

2005-08-04 Thread Mateusz Berezecki
1-01 01:00: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 explici

atheros driver (7/8)

2005-08-04 Thread Mateusz Berezecki
1-01 01:00: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 explici

atheros driver (6/8)

2005-08-04 Thread Mateusz Berezecki
1-01 01:00: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 explici

atheros driver (5/8)

2005-08-04 Thread Mateusz Berezecki
1-01 01:00: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 explici

atheros driver (3/8)

2005-08-04 Thread Mateusz Berezecki
1970-01-01 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

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 . The module will be called prism54.ko. +comment "At

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 fin

Re: latest netdev tree - (broadcom44 bug?) letting you know...

2005-08-04 Thread Mateusz Berezecki
Jeff Garzik wrote: Nothing in that tree has changed the b44 driver... Ok, so I will try to find out what has changed as soon as I have some more time also please ignore forwarded e-mail. I just updated the netdev list address. Mateusz - To unsubscribe from this list: send the line