* Patch for Kernel and Ath5k @ 2007-10-10 11:51 Markus Feldmann 2007-10-10 11:59 ` bruno randolf 2007-10-10 12:00 ` Markus Feldmann 0 siblings, 2 replies; 18+ messages in thread From: Markus Feldmann @ 2007-10-10 11:51 UTC (permalink / raw) To: linux-wireless Hi All, i tried to patch the Kernel to get the ATH5k Driver to work but without success. It seems i miss some scripts like check.sh Anybody knows how to get my Problem solved? bye Markus ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Patch for Kernel and Ath5k 2007-10-10 11:51 Patch for Kernel and Ath5k Markus Feldmann @ 2007-10-10 11:59 ` bruno randolf 2007-10-10 12:14 ` Markus Feldmann 2007-10-10 12:00 ` Markus Feldmann 1 sibling, 1 reply; 18+ messages in thread From: bruno randolf @ 2007-10-10 11:59 UTC (permalink / raw) To: Markus Feldmann; +Cc: linux-wireless hi markus! use git! git-clone git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git cd wireless-2.6 git checkout -b everything origin/everything more info at: http://linuxwireless.org/en/users/Drivers/ath5k#Hackingath5k cheers, bruno On Wednesday 10 October 2007 20:51:06 Markus Feldmann wrote: > Hi All, > > i tried to patch the Kernel to get the ATH5k Driver to work but without > success. > > It seems i miss some scripts like check.sh > > Anybody knows how to get my Problem solved? > > bye Markus > > - > To unsubscribe from this list: send the line "unsubscribe linux-wireless" > in the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Patch for Kernel and Ath5k 2007-10-10 11:59 ` bruno randolf @ 2007-10-10 12:14 ` Markus Feldmann 2007-10-10 12:32 ` bruno randolf 0 siblings, 1 reply; 18+ messages in thread From: Markus Feldmann @ 2007-10-10 12:14 UTC (permalink / raw) To: linux-wireless bruno randolf schrieb: > hi markus! > > use git! > > git-clone > git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git > > cd wireless-2.6 > > git checkout -b everything origin/everything > Have i to change the dir to /usr/src/linux before i do this above? After this steps above do i have to activate the ath5k in the "make menuconfig"? ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Patch for Kernel and Ath5k 2007-10-10 12:14 ` Markus Feldmann @ 2007-10-10 12:32 ` bruno randolf 2007-10-10 12:37 ` Markus Feldmann 0 siblings, 1 reply; 18+ messages in thread From: bruno randolf @ 2007-10-10 12:32 UTC (permalink / raw) To: Markus Feldmann; +Cc: linux-wireless On Wednesday 10 October 2007 21:14:51 Markus Feldmann wrote: > Have i to change the dir to /usr/src/linux before i do this above? nope. just check it out into any directory - this will fetch the current 2.6.23-rc9 with the latest wireless developments. > After this steps above do i have to activate the ath5k in the "make > menuconfig"? sure. and don't expect too much ;) - the driver is under heavy development and pretty new. bruno ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Patch for Kernel and Ath5k 2007-10-10 12:32 ` bruno randolf @ 2007-10-10 12:37 ` Markus Feldmann 2007-10-10 13:02 ` Holger Schurig 0 siblings, 1 reply; 18+ messages in thread From: Markus Feldmann @ 2007-10-10 12:37 UTC (permalink / raw) To: linux-wireless bruno randolf schrieb: > On Wednesday 10 October 2007 21:14:51 Markus Feldmann wrote: >> Have i to change the dir to /usr/src/linux before i do this above? > > nope. just check it out into any directory - this will fetch the current > 2.6.23-rc9 with the latest wireless developments. Do you mean it will fetch the whole Kernel Sources, with the linux-wireless Sources? ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Patch for Kernel and Ath5k 2007-10-10 12:37 ` Markus Feldmann @ 2007-10-10 13:02 ` Holger Schurig 2007-10-10 13:35 ` Markus Feldmann 0 siblings, 1 reply; 18+ messages in thread From: Holger Schurig @ 2007-10-10 13:02 UTC (permalink / raw) To: linux-wireless > Do you mean it will fetch the whole Kernel Sources, with the > linux-wireless Sources? Yes, it will. If you already have a linux source tree in the form of a git-repository, you can speed up the cloning tremenduously by using "--reference". See "git clone --help" or "git-clone --help". ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Patch for Kernel and Ath5k 2007-10-10 13:02 ` Holger Schurig @ 2007-10-10 13:35 ` Markus Feldmann 2007-10-10 15:57 ` Markus Feldmann 0 siblings, 1 reply; 18+ messages in thread From: Markus Feldmann @ 2007-10-10 13:35 UTC (permalink / raw) To: linux-wireless Holger Schurig schrieb: >> Do you mean it will fetch the whole Kernel Sources, with the >> linux-wireless Sources? > > Yes, it will. I did what you said, but in the "make menuconfig" do not appear the Option, <M> Atheros 5xxx wireless cards support Maybe there is some Option Missing? Here is what i did, 1.) cd /usr/src 2.) git-clone git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3.)cd wireless-2.6 4.)git checkout -b everything origin/everything 5.)make menuconfig 6.) Networking ---> Wireless ---> <M> Improved wireless configuration API <M> Generic IEEE 802.11 Networking Stack (mac80211) Any Idea? ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Patch for Kernel and Ath5k 2007-10-10 13:35 ` Markus Feldmann @ 2007-10-10 15:57 ` Markus Feldmann 2007-10-10 17:33 ` John W. Linville 0 siblings, 1 reply; 18+ messages in thread From: Markus Feldmann @ 2007-10-10 15:57 UTC (permalink / raw) To: linux-wireless Markus Feldmann schrieb: > Holger Schurig schrieb: >>> Do you mean it will fetch the whole Kernel Sources, with the >>> linux-wireless Sources? >> >> Yes, it will. > I did what you said, but in the "make menuconfig" do not appear the Option, > <M> Atheros 5xxx wireless cards support > > Maybe there is some Option Missing? > > Here is what i did, > > 1.) cd /usr/src > 2.) git-clone > git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git > 3.)cd wireless-2.6 > 4.)git checkout -b everything origin/everything > 5.)make menuconfig > 6.) > Networking ---> > Wireless ---> > <M> Improved wireless configuration API > <M> Generic IEEE 802.11 Networking Stack (mac80211) > > Any Idea? > I do not find the Entry, <M> Generic IEEE 802.11 Networking Stack (mac80211) in the ".config" File. And i do not find any files in the Sources containig ATH5k? What is the Name of the Docu File? Or the Source Code File? ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Patch for Kernel and Ath5k 2007-10-10 15:57 ` Markus Feldmann @ 2007-10-10 17:33 ` John W. Linville [not found] ` <470D17F2.7020906@gmx.de> 0 siblings, 1 reply; 18+ messages in thread From: John W. Linville @ 2007-10-10 17:33 UTC (permalink / raw) To: Markus Feldmann; +Cc: linux-wireless On Wed, Oct 10, 2007 at 05:57:13PM +0200, Markus Feldmann wrote: > I do not find the Entry, > <M> Generic IEEE 802.11 Networking Stack (mac80211) > in the ".config" File. > And i do not find any files in the Sources containig ATH5k? config ATH5K tristate "Atheros 5xxx wireless cards support" depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL Did you select EXPERIMENTAL? John -- John W. Linville linville@tuxdriver.com ^ permalink raw reply [flat|nested] 18+ messages in thread
[parent not found: <470D17F2.7020906@gmx.de>]
* Re: Patch for Kernel and Ath5k [not found] ` <470D17F2.7020906@gmx.de> @ 2007-10-10 19:27 ` John W. Linville [not found] ` <470D3438.7060206@gmx.de> 0 siblings, 1 reply; 18+ messages in thread From: John W. Linville @ 2007-10-10 19:27 UTC (permalink / raw) To: Markus Feldmann; +Cc: linux-wireless Please respond on the list... On Wed, Oct 10, 2007 at 08:20:34PM +0200, Markus Feldmann wrote: > > > John W. Linville schrieb: > >On Wed, Oct 10, 2007 at 05:57:13PM +0200, Markus Feldmann wrote: > > > >>I do not find the Entry, > >><M> Generic IEEE 802.11 Networking Stack (mac80211) > >>in the ".config" File. > >>And i do not find any files in the Sources containig ATH5k? > > > >config ATH5K > > tristate "Atheros 5xxx wireless cards support" > > depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL > > > >Did you select EXPERIMENTAL? > What do you mean with EXPERIMENTAL? > Have i downloaded the wrong Sources with git ? > > If so can you please post how you download the EXPERIMENTAL Sources? I mean did you answer "y" to this: Prompt for development and/or incomplete code/drivers (EXPERIMENTAL) [Y/n/?] How about this? Wireless LAN (IEEE 802.11) (WLAN_80211) [Y/n/?] And either "y" or "m" to this? Generic IEEE 802.11 Networking Stack (mac80211) (MAC80211 [M/n/y/?] Answering "n" to any of those will hide ATH5K from your choices. Hth! John -- John W. Linville linville@tuxdriver.com ^ permalink raw reply [flat|nested] 18+ messages in thread
[parent not found: <470D3438.7060206@gmx.de>]
* Re: Patch for Kernel and Ath5k [not found] ` <470D3438.7060206@gmx.de> @ 2007-10-10 21:01 ` John W. Linville 2007-10-10 21:55 ` Luis R. Rodriguez 0 siblings, 1 reply; 18+ messages in thread From: John W. Linville @ 2007-10-10 21:01 UTC (permalink / raw) To: Markus Feldmann; +Cc: linux-wireless Please respond on the list... On Wed, Oct 10, 2007 at 10:21:12PM +0200, Markus Feldmann wrote: > John W. Linville schrieb: > >Please respond on the list... > > > >On Wed, Oct 10, 2007 at 08:20:34PM +0200, Markus Feldmann wrote: > >> > >>John W. Linville schrieb: > >>>On Wed, Oct 10, 2007 at 05:57:13PM +0200, Markus Feldmann wrote: > >>> > >>>>I do not find the Entry, > >>>><M> Generic IEEE 802.11 Networking Stack (mac80211) > >>>>in the ".config" File. > >>>>And i do not find any files in the Sources containig ATH5k? > >>>config ATH5K > >>> tristate "Atheros 5xxx wireless cards support" > >>> depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL > >>> > >>>Did you select EXPERIMENTAL? > >>What do you mean with EXPERIMENTAL? > >>Have i downloaded the wrong Sources with git ? > >> > >>If so can you please post how you download the EXPERIMENTAL Sources? > > > >I mean did you answer "y" to this: > > > > Prompt for development and/or incomplete code/drivers (EXPERIMENTAL) > > [Y/n/?] > > > >How about this? > > > > Wireless LAN (IEEE 802.11) (WLAN_80211) [Y/n/?] > > > >And either "y" or "m" to this? > > > > Generic IEEE 802.11 Networking Stack (mac80211) (MAC80211 [M/n/y/?] > > > >Answering "n" to any of those will hide ATH5K from your choices. > > > I have all of this above enabled. > > Do you also do this, > 1.) git-clone > git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git > 2.) cd wireless-2.6 > 3.) git checkout -b everything origin/everything > > At the third Point he says to me that there is nothing to do, because i > have got the newest. Maybe there is a Mistake? That procedure works fine here. I don't know what mistake you are making. Did you perhaps checkout one tree inside another? John P.S. Make sure you select PCI in your config as well... -- John W. Linville linville@tuxdriver.com ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Patch for Kernel and Ath5k 2007-10-10 21:01 ` John W. Linville @ 2007-10-10 21:55 ` Luis R. Rodriguez [not found] ` <470DFF7A.2090600@gmx.de> 0 siblings, 1 reply; 18+ messages in thread From: Luis R. Rodriguez @ 2007-10-10 21:55 UTC (permalink / raw) To: John W. Linville; +Cc: Markus Feldmann, linux-wireless On 10/10/07, John W. Linville <linville@tuxdriver.com> wrote: > Please respond on the list... > > On Wed, Oct 10, 2007 at 10:21:12PM +0200, Markus Feldmann wrote: > > John W. Linville schrieb: > > >Please respond on the list... > > > > > >On Wed, Oct 10, 2007 at 08:20:34PM +0200, Markus Feldmann wrote: > > >> > > >>John W. Linville schrieb: > > >>>On Wed, Oct 10, 2007 at 05:57:13PM +0200, Markus Feldmann wrote: > > >>> > > >>>>I do not find the Entry, > > >>>><M> Generic IEEE 802.11 Networking Stack (mac80211) > > >>>>in the ".config" File. > > >>>>And i do not find any files in the Sources containig ATH5k? > > >>>config ATH5K > > >>> tristate "Atheros 5xxx wireless cards support" > > >>> depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL > > >>> > > >>>Did you select EXPERIMENTAL? > > >>What do you mean with EXPERIMENTAL? > > >>Have i downloaded the wrong Sources with git ? > > >> > > >>If so can you please post how you download the EXPERIMENTAL Sources? > > > > > >I mean did you answer "y" to this: > > > > > > Prompt for development and/or incomplete code/drivers (EXPERIMENTAL) > > > [Y/n/?] > > > > > >How about this? > > > > > > Wireless LAN (IEEE 802.11) (WLAN_80211) [Y/n/?] > > > > > >And either "y" or "m" to this? > > > > > > Generic IEEE 802.11 Networking Stack (mac80211) (MAC80211 [M/n/y/?] > > > > > >Answering "n" to any of those will hide ATH5K from your choices. > > > > > I have all of this above enabled. > > > > Do you also do this, > > 1.) git-clone > > git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git > > 2.) cd wireless-2.6 > > 3.) git checkout -b everything origin/everything > > > > At the third Point he says to me that there is nothing to do, because i > > have got the newest. Maybe there is a Mistake? > > That procedure works fine here. I don't know what mistake you > are making. Did you perhaps checkout one tree inside another? > > John > > P.S. Make sure you select PCI in your config as well... Also, if you do: git-branch what do you get? ^ permalink raw reply [flat|nested] 18+ messages in thread
[parent not found: <470DFF7A.2090600@gmx.de>]
* Re: Patch for Kernel and Ath5k [not found] ` <470DFF7A.2090600@gmx.de> @ 2007-10-11 13:16 ` Holger Schurig [not found] ` <470E33D4.4060000@gmx.de> 0 siblings, 1 reply; 18+ messages in thread From: Holger Schurig @ 2007-10-11 13:16 UTC (permalink / raw) To: linux-wireless > I do got this, > feld-bertlap:/usr/src/wireless-2.6# git-branch > at76 > ath5k > everything > mac80211-attic > mac80211-dungeon > * master > master-davem > merged-upstream > mm-master > origin > pending-stable > ssb-drivers > upstream-davem > zd1211rw-mac80211 Shouldn't you be on "everything" ? I'm using: rm -rf wireless-2.6 git clone --reference /usr/src/linux-git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git cd wireless-2.6 git checkout -b everything origin/everything ^ permalink raw reply [flat|nested] 18+ messages in thread
[parent not found: <470E33D4.4060000@gmx.de>]
* Re: Patch for Kernel and Ath5k [not found] ` <470E33D4.4060000@gmx.de> @ 2007-10-12 1:51 ` bruno randolf 0 siblings, 0 replies; 18+ messages in thread From: bruno randolf @ 2007-10-12 1:51 UTC (permalink / raw) To: Markus Feldmann, linux-wireless On Thursday 11 October 2007 23:31:48 Markus Feldmann wrote: > > Shouldn't you be on "everything" ? > > > > I'm using: > > > > rm -rf wireless-2.6 > > git clone --reference /usr/src/linux-git > > git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git > > cd wireless-2.6 > > git checkout -b everything origin/everything > > I got this Message when i execute "git clone ...", > reference repository '/usr/src/linux-git' is not a local directory > any Idea? just don't use this option then... git clone \ git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git cd wireless-2.6 git checkout -b everything origin/everything -> exactly like its documented in http://linuxwireless.org/en/users/Drivers/ath5k#Hackingath5k i know, git can appear overwhelming in the beginnig, but its rather easy once you get used to it. if you have known subversion before this document gets you started: http://git.or.cz/course/svn.html anyhow you should read the instructions... good luck, bruno ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Patch for Kernel and Ath5k 2007-10-10 11:51 Patch for Kernel and Ath5k Markus Feldmann 2007-10-10 11:59 ` bruno randolf @ 2007-10-10 12:00 ` Markus Feldmann 2007-10-10 13:37 ` Nick Kossifidis 1 sibling, 1 reply; 18+ messages in thread From: Markus Feldmann @ 2007-10-10 12:00 UTC (permalink / raw) To: linux-wireless Markus Feldmann schrieb: > Hi All, > > i tried to patch the Kernel to get the ATH5k Driver to work but without > success. > > It seems i miss some scripts like check.sh > > Anybody knows how to get my Problem solved? > > bye Markus > Sorry i forgot to say that i am using the kernel Source 2.6.23-rc8 and wanna patch this with a Andrew Morton Patch, 2.6.23-rc8-mm1 2.6.23-rc8-mm2 Can anybody write what i have to do? I am on Debian Etch. I have got an Atheros Wlan Chip with the ID 168c:001c (rev 01). Thank you and bye ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Patch for Kernel and Ath5k 2007-10-10 12:00 ` Markus Feldmann @ 2007-10-10 13:37 ` Nick Kossifidis 2007-10-10 13:45 ` Markus Feldmann 0 siblings, 1 reply; 18+ messages in thread From: Nick Kossifidis @ 2007-10-10 13:37 UTC (permalink / raw) To: Markus Feldmann; +Cc: linux-wireless 2007/10/10, Markus Feldmann <feldmann_markus@gmx.de>: > Markus Feldmann schrieb: > > Hi All, > > > > i tried to patch the Kernel to get the ATH5k Driver to work but without > > success. > > > > It seems i miss some scripts like check.sh > > > > Anybody knows how to get my Problem solved? > > > > bye Markus > > > Sorry i forgot to say that i am using the kernel Source 2.6.23-rc8 and > wanna patch this with a Andrew Morton Patch, > 2.6.23-rc8-mm1 > 2.6.23-rc8-mm2 > > Can anybody write what i have to do? > > I am on Debian Etch. I have got an Atheros Wlan Chip with the ID > 168c:001c (rev 01). > > Thank you and > bye 001c wont work anyway it uses the newer 5.3 EEPROM that we don't yet support ;-( -- GPG ID: 0xD21DB2DB As you read this post global entropy rises. Have Fun ;-) Nick ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Patch for Kernel and Ath5k 2007-10-10 13:37 ` Nick Kossifidis @ 2007-10-10 13:45 ` Markus Feldmann 2007-10-10 13:57 ` Nick Kossifidis 0 siblings, 1 reply; 18+ messages in thread From: Markus Feldmann @ 2007-10-10 13:45 UTC (permalink / raw) To: linux-wireless Nick Kossifidis schrieb: > 2007/10/10, Markus Feldmann <feldmann_markus@gmx.de>: >> Markus Feldmann schrieb: >>> Hi All, >>> >>> i tried to patch the Kernel to get the ATH5k Driver to work but without >>> success. >>> >>> It seems i miss some scripts like check.sh >>> >>> Anybody knows how to get my Problem solved? >>> >>> bye Markus >>> >> Sorry i forgot to say that i am using the kernel Source 2.6.23-rc8 and >> wanna patch this with a Andrew Morton Patch, >> 2.6.23-rc8-mm1 >> 2.6.23-rc8-mm2 >> >> Can anybody write what i have to do? >> >> I am on Debian Etch. I have got an Atheros Wlan Chip with the ID >> 168c:001c (rev 01). >> >> Thank you and >> bye > > 001c wont work anyway it uses the newer 5.3 EEPROM that we don't yet support ;-( > > No Problem. Is there a need for Debugging? I would send you the debug. So maybe in the future it will work. ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Patch for Kernel and Ath5k 2007-10-10 13:45 ` Markus Feldmann @ 2007-10-10 13:57 ` Nick Kossifidis 0 siblings, 0 replies; 18+ messages in thread From: Nick Kossifidis @ 2007-10-10 13:57 UTC (permalink / raw) To: Markus Feldmann; +Cc: linux-wireless 2007/10/10, Markus Feldmann <feldmann_markus@gmx.de>: > Nick Kossifidis schrieb: > > 2007/10/10, Markus Feldmann <feldmann_markus@gmx.de>: > >> Markus Feldmann schrieb: > >>> Hi All, > >>> > >>> i tried to patch the Kernel to get the ATH5k Driver to work but without > >>> success. > >>> > >>> It seems i miss some scripts like check.sh > >>> > >>> Anybody knows how to get my Problem solved? > >>> > >>> bye Markus > >>> > >> Sorry i forgot to say that i am using the kernel Source 2.6.23-rc8 and > >> wanna patch this with a Andrew Morton Patch, > >> 2.6.23-rc8-mm1 > >> 2.6.23-rc8-mm2 > >> > >> Can anybody write what i have to do? > >> > >> I am on Debian Etch. I have got an Atheros Wlan Chip with the ID > >> 168c:001c (rev 01). > >> > >> Thank you and > >> bye > > > > 001c wont work anyway it uses the newer 5.3 EEPROM that we don't yet support ;-( > > > > > No Problem. Is there a need for Debugging? I would send you the debug. > So maybe in the future it will work. > Thanx a lot ! there are some things we need to fix first before we go for 5424/2424, i'll let you know if there is anything you can do to help ;-) -- GPG ID: 0xD21DB2DB As you read this post global entropy rises. Have Fun ;-) Nick ^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2007-10-12 1:51 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-10 11:51 Patch for Kernel and Ath5k Markus Feldmann
2007-10-10 11:59 ` bruno randolf
2007-10-10 12:14 ` Markus Feldmann
2007-10-10 12:32 ` bruno randolf
2007-10-10 12:37 ` Markus Feldmann
2007-10-10 13:02 ` Holger Schurig
2007-10-10 13:35 ` Markus Feldmann
2007-10-10 15:57 ` Markus Feldmann
2007-10-10 17:33 ` John W. Linville
[not found] ` <470D17F2.7020906@gmx.de>
2007-10-10 19:27 ` John W. Linville
[not found] ` <470D3438.7060206@gmx.de>
2007-10-10 21:01 ` John W. Linville
2007-10-10 21:55 ` Luis R. Rodriguez
[not found] ` <470DFF7A.2090600@gmx.de>
2007-10-11 13:16 ` Holger Schurig
[not found] ` <470E33D4.4060000@gmx.de>
2007-10-12 1:51 ` bruno randolf
2007-10-10 12:00 ` Markus Feldmann
2007-10-10 13:37 ` Nick Kossifidis
2007-10-10 13:45 ` Markus Feldmann
2007-10-10 13:57 ` Nick Kossifidis
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.