Turl changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi
clemens3 has quit [Ping timeout: 240 seconds]
alexxy has quit [Ping timeout: 260 seconds]
adfad666 has quit [Quit: The Lounge - https://thelounge.github.io]
stellstall has joined #linux-sunxi
nuuuciano has joined #linux-sunxi
nuuuciano has quit [Remote host closed the connection]
alexxy[home] has joined #linux-sunxi
chomwitt has quit [Ping timeout: 245 seconds]
nuuuciano has joined #linux-sunxi
stellstall has quit [Quit: The Lounge - https://thelounge.github.io]
stellstallqqq has joined #linux-sunxi
hanetzer has joined #linux-sunxi
stellstall has joined #linux-sunxi
alexxy[home] has quit [Ping timeout: 240 seconds]
stellstallqqq has quit [Client Quit]
stellstall has quit [Quit: The Lounge - https://thelounge.github.io]
Ntemis has joined #linux-sunxi
stellstall has joined #linux-sunxi
kaspter has joined #linux-sunxi
Mr__Anderson has quit [Remote host closed the connection]
alexxy has joined #linux-sunxi
alexxy has quit [Excess Flood]
Guest46987 has joined #linux-sunxi
Guest46987 has quit [Remote host closed the connection]
Ntemis has quit [Read error: Connection reset by peer]
tl_lim has quit [Ping timeout: 276 seconds]
tl_lim has joined #linux-sunxi
ninolein_ has joined #linux-sunxi
ninolein has quit [Ping timeout: 276 seconds]
alexxy[away] has joined #linux-sunxi
alexxy[away] has quit [Ping timeout: 265 seconds]
alexxy has joined #linux-sunxi
alexxy has quit [Remote host closed the connection]
cnxsoft has joined #linux-sunxi
chewitt has joined #linux-sunxi
Guest99270 has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
Guest99270 has quit [Ping timeout: 252 seconds]
veremitz has quit [Quit: ZNC - http://znc.in]
veremitz has joined #linux-sunxi
hipboi has joined #linux-sunxi
tl_lim has quit [Read error: Connection reset by peer]
tl_lim has joined #linux-sunxi
victhor has quit [Remote host closed the connection]
veremitz has quit [Quit: ZNC - http://znc.in]
veremitz has joined #linux-sunxi
merbanan has quit [Ping timeout: 256 seconds]
rej has quit [Ping timeout: 240 seconds]
rej has joined #linux-sunxi
rej has joined #linux-sunxi
rej has quit [Changing host]
merbanan has joined #linux-sunxi
alexxy[home] has joined #linux-sunxi
lucascastro has joined #linux-sunxi
alexxy[home] has quit [Ping timeout: 240 seconds]
Elite-Epochs has quit [Quit: ZNC 1.7.x-git-876-42939c9 - https://znc.in]
Elite-Epochs has joined #linux-sunxi
alexxy[home] has joined #linux-sunxi
alexxy[home] has quit [Ping timeout: 256 seconds]
sunshavi has quit [Remote host closed the connection]
alexxy has joined #linux-sunxi
sunshavi has joined #linux-sunxi
alexxy has quit [Ping timeout: 260 seconds]
sunshavi has quit [Read error: Connection reset by peer]
sunshavi has joined #linux-sunxi
alexxy has joined #linux-sunxi
alexxy has quit [Ping timeout: 252 seconds]
alexxy has joined #linux-sunxi
<icenowy[m]> is there any way to capture all MMIO access to a peripheral?
<icenowy[m]> I think I will need this to implement proper H6 PCIe support
alexxy has quit [Ping timeout: 240 seconds]
ap1993 has joined #linux-sunxi
alexxy[home] has joined #linux-sunxi
tl_lim has quit [Read error: Connection reset by peer]
tl_lim has joined #linux-sunxi
alexxy[home] has quit [Ping timeout: 252 seconds]
nots has quit [Quit: Page closed]
alexxy[home] has joined #linux-sunxi
alexxy[home] has quit [Ping timeout: 256 seconds]
alexxy[home] has joined #linux-sunxi
alexxy[home] has quit [Ping timeout: 240 seconds]
Andy-D__ has joined #linux-sunxi
Andy-D_ has quit [Ping timeout: 256 seconds]
TheSeven has quit [Ping timeout: 240 seconds]
alexxy[home] has joined #linux-sunxi
alexxy[home] has quit [Excess Flood]
alexxy[home] has joined #linux-sunxi
TheSeven has joined #linux-sunxi
alexxy[home] has quit [Excess Flood]
IgorPec has joined #linux-sunxi
TheSeven has quit [Ping timeout: 252 seconds]
TheSeven has joined #linux-sunxi
skiboy has joined #linux-sunxi
TheSeven has quit [Ping timeout: 252 seconds]
TheSeven has joined #linux-sunxi
alexxy[home] has joined #linux-sunxi
ap19931 has joined #linux-sunxi
nuuuciano has quit [Ping timeout: 256 seconds]
ap1993 has quit [Ping timeout: 252 seconds]
ap19931 has quit [Ping timeout: 252 seconds]
lucascastro has quit [Remote host closed the connection]
ap19931 has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 256 seconds]
reinforce has joined #linux-sunxi
f0xx has joined #linux-sunxi
dddddd has quit [Remote host closed the connection]
ap19931 has quit [Ping timeout: 276 seconds]
<smaeul> icenowy[m]: yes, the usual way is to run the program in a virtual machine that traps the MMIO access, records it, and forwards it to the host device
<awais> +
<smaeul> depending on how low-level this needs to be (and how important to the host the MMIO space is), you may need to run the program doing MMIO on another machine, and forward MMIO accesses over UART or some other connection
<smaeul> of course, there's also JTAG
<smaeul> If you only need to trace a couple of registers, and they read back the same as whatever you write, you could also poll them from AR100
<montjoie> BenG83: mostly compatible, the tasklist size element changed from cryptlen/4 to cryptlen
<montjoie> some more register write for start task
<montjoie> the most cryptic is the new RAES "algo"
<montjoie> so now I have two way of doing AES (and XTS is exclusive to RAES)
<Pe3ucTop> Could anybody suggest SPI-DMA test program ? I find spi-test , but I doubt if it could help with DMA transfers ?
<Pe3ucTop> small correction, curently using spidev_test and modified version of it, did not find anything related to DMA nor in spidev source, nor in spidev_test .
<mripard> it's normal
<mripard> whether to use DMA or not is a kernel policy
<mripard> it shouldn't be exposed to the userspace, nor that the userspace care about it
<Pe3ucTop> mripard: thanks for respons, I was waiting for such answer :) , I understand that DMA is at kernel level and is used by drivers directly. I would like any suggestions for easy testing DMA capability of SPI .
qeed has quit [Quit: Leaving]
Putti has quit [Ping timeout: 256 seconds]
<mripard> any thing doing SPI traffic is good enough then
<icenowy[m]> smaeul: I mean capture it in a running kernel and redirect to a driver
<mripard> an EEPROM driver, an spidev-based application
JohnDoe_71Rus has joined #linux-sunxi
<Pe3ucTop> mripard: thanks, so if I use spidev for example 2kb transfer, it going use DMA when it's possible ? Is it correct ?
<icenowy[m]> I need to set the PCIe MMIO page register when accessing PCIe MMIO space
<icenowy[m]> I don't know why Allwinner uses such a strange design
<mripard> Pe3ucTop: yes
<icenowy[m]> mripard: BTW for the H6 PCIe problem do you have any idea to implement it?
<icenowy[m]> Allwinner BSP modifies the driver to make it work
<mripard> icenowy[m]: I have not followed the discussion at all, sorry
<mripard> is it all on IRC ?
<icenowy[m]> not all, some only exists in my mind
<icenowy[m]> I think I should explain here
<icenowy[m]> the PCIe hardware on H6 is quirky as only the DBI (root complex) space is always accessible
<icenowy[m]> for config space and {MM,}IO space, only 64KiB can be accessible at the same time
<icenowy[m]> to access an address, the high 16-bit of the address must be written to a register in DBI
<mripard> from what my colleagues who worked on PCIe are telling me, it breaks a few assumptions in how PCIe works
yann has quit [Ping timeout: 260 seconds]
<icenowy[m]> what?
clemens3 has joined #linux-sunxi
IlyaM has joined #linux-sunxi
leviathan has joined #linux-sunxi
fixmer has quit [Read error: No route to host]
<mripard> all drivers expect an IO space where they can readl/writel to
<mripard> you wouldn't be able to change the memory window you can see without modifying all drivers
diego_r has joined #linux-sunxi
hlauer has joined #linux-sunxi
kaspter has quit [Quit: kaspter]
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
sr-digitronic has joined #linux-sunxi
msimpson has joined #linux-sunxi
kaspter has joined #linux-sunxi
skiboy has quit [Quit: Leaving]
skiboy has joined #linux-sunxi
pgreco has joined #linux-sunxi
yann has joined #linux-sunxi
sr-digitronic is now known as basxto_
kloczek has quit [Remote host closed the connection]
Andy-D__ has quit [Ping timeout: 265 seconds]
mhlavink has quit [Quit: No Ping reply in 180 seconds.]
kloczek has joined #linux-sunxi
lynxis has quit [Remote host closed the connection]
camh has quit [Ping timeout: 240 seconds]
camh has joined #linux-sunxi
<icenowy[m]> mripard: is wrap all IO with MMU possible?
robogoat has quit [Ping timeout: 240 seconds]
robogoat has joined #linux-sunxi
lynxis has joined #linux-sunxi
<mripard> icenowy[m]: that would not solve the issue that you need to move that window when you want to change the 64k you want to access, would it?
tl_lim has quit [Read error: Connection reset by peer]
<icenowy[m]> mripard: yes
<icenowy[m]> ths issue still exists
<icenowy[m]> but if only the current 64k is mapped, page fault can be caught to remap the memory, right?
<mripard> you don't need an IOMMU to do that
kloczek has quit [Remote host closed the connection]
<mripard> you can do it with an MMU
<mripard> but that will destroy the performances
<icenowy[m]> yes but it's the only generic way
<mripard> maybe you should send an email to the PCIe maintainers
<mripard> they might have a better idea
cnxsoft1 has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 240 seconds]
cnxsoft1 is now known as cnxsoft
ernestask has joined #linux-sunxi
kloczek has joined #linux-sunxi
IlyaM has quit [Quit: Textual IRC Client: www.textualapp.com]
fkluknav has joined #linux-sunxi
BenG83 has quit [Ping timeout: 245 seconds]
fkluknav has quit [Ping timeout: 260 seconds]
fkluknav has joined #linux-sunxi
chrisf__ has quit [Ping timeout: 260 seconds]
chrisf__ has joined #linux-sunxi
iamfrankenstein has quit [Ping timeout: 248 seconds]
matthias_bgg has joined #linux-sunxi
raspo666 has quit [Remote host closed the connection]
BenG83 has joined #linux-sunxi
fkluknav has quit [Ping timeout: 260 seconds]
chrisf_ has joined #linux-sunxi
chrisf__ has quit [Ping timeout: 260 seconds]
tkaiser has joined #linux-sunxi
nashpa has quit [Quit: Going away]
<tkaiser> Now that they mention it http://forum.banana-pi.org/t/allwinner-vpu-support-in-the-official-linux-kernel-by-bootlin/5061 I wonder whether BPi folks backed Bootlin development efforts already?
fkluknav has joined #linux-sunxi
Andy-D__ has joined #linux-sunxi
<plaes> ha :D
hardfalcon has quit [Ping timeout: 248 seconds]
fkluknav has quit [Ping timeout: 260 seconds]
merbanan has quit [Ping timeout: 240 seconds]
hardfalcon has joined #linux-sunxi
merbanan has joined #linux-sunxi
merbanan has quit [Ping timeout: 245 seconds]
swiftgeek has quit [Ping timeout: 245 seconds]
kaspter has quit [Remote host closed the connection]
nuuuciano has joined #linux-sunxi
kaspter has joined #linux-sunxi
f11f12 has joined #linux-sunxi
swiftgeek has joined #linux-sunxi
chewitt_ has joined #linux-sunxi
chewitt has quit [Ping timeout: 245 seconds]
chewitt has joined #linux-sunxi
merbanan has joined #linux-sunxi
chewitt_ has quit [Ping timeout: 256 seconds]
hipboi has quit [Quit: This computer has gone to sleep]
pmpp_ is now known as pmpp
fkluknav has joined #linux-sunxi
ap1993 has joined #linux-sunxi
hardfalcon has quit [Ping timeout: 265 seconds]
<miasma> tkaiser: i don't see the name on the list of random names. so it seems quite unlike. they'd have to sell one hundred boards to cover the costs
<miasma> *unlikely
<KotCzarny> i suspect they sell a lot more than that
ganbold has joined #linux-sunxi
hipboi has joined #linux-sunxi
hardfalcon has joined #linux-sunxi
indy has quit [Quit: ZNC - http://znc.sourceforge.net]
ap1993 has quit [Ping timeout: 265 seconds]
lucascastro has joined #linux-sunxi
hardfalcon has quit [Ping timeout: 256 seconds]
indy has joined #linux-sunxi
fkluknav has quit [Ping timeout: 240 seconds]
lucascastro has quit [Remote host closed the connection]
<tkaiser> miasma: IIRC the BPi people said in a youtube video last year that they sold over 300,000 BPi boards.
<tkaiser> Pine, Libre Computer and Xunlong gave all 4096, Olimex and LibreELEC 1024 EUR. I wonder who the 3rd 1024 EUR backer is...
JohnDoe_71Rus has joined #linux-sunxi
hardfalcon has joined #linux-sunxi
return0e_ has quit [Remote host closed the connection]
return0e has joined #linux-sunxi
xyntrix has joined #linux-sunxi
fkluknav has joined #linux-sunxi
yann has quit [Ping timeout: 255 seconds]
xyntrix has quit [Quit: Leaving]
wasutton3_mobile has joined #linux-sunxi
dddddd has joined #linux-sunxi
wasutton3_mobile has quit [Ping timeout: 260 seconds]
<BenG83> is there any documentation on the ISP used in AW SoCs?
<BenG83> is HawkEye ISP developed by AW?
<mripard> there's no documentation no
<mripard> not even source code
yann has joined #linux-sunxi
afaerber has quit [Quit: Leaving]
fkluknav has quit [Ping timeout: 240 seconds]
afaerber has joined #linux-sunxi
cnxsoft has quit [Quit: cnxsoft]
BenG83 has quit [Quit: Leaving]
<vpeter> tkaiser: did you mixed LibreELEC and FriendlyElec?
argulp has joined #linux-sunxi
<tkaiser> Haha, yes
SP7RT has joined #linux-sunxi
Putti has joined #linux-sunxi
kaspter1 has joined #linux-sunxi
<icenowy[m]> mripard: something leaks.
<icenowy[m]> in the sunxi-vin code in 3.10 BSP ;-)
kaspter has quit [Ping timeout: 252 seconds]
kaspter1 is now known as kaspter
wasutton3_mobile has joined #linux-sunxi
fl_0 has quit [Ping timeout: 240 seconds]
Net147 has quit [Read error: Connection reset by peer]
fl_0 has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
Net147 has joined #linux-sunxi
return0e has quit [Remote host closed the connection]
return0e has joined #linux-sunxi
fkluknav has joined #linux-sunxi
<mripard> icenowy[m]: oh, nice
LargePrime has quit [Ping timeout: 252 seconds]
lucascastro has joined #linux-sunxi
NiteHawk has quit [Ping timeout: 276 seconds]
NiteHawk has joined #linux-sunxi
imcsk8_ has joined #linux-sunxi
imcsk8 has quit [Ping timeout: 240 seconds]
<icenowy[m]> but only code for sun8iw12p1 is there
<icenowy[m]> although they should be similar
dev1990 has quit [Quit: Konversation terminated!]
yann has quit [Ping timeout: 245 seconds]
lucascastro has quit [Remote host closed the connection]
lkcl has quit [Ping timeout: 248 seconds]
yann has joined #linux-sunxi
kaspter has quit [Quit: kaspter]
tlwoerner has joined #linux-sunxi
tlwoerner has joined #linux-sunxi
tlwoerner has quit [Changing host]
tllim has joined #linux-sunxi
tlwoerner has quit [Client Quit]
tom_nov has joined #linux-sunxi
BenG83 has joined #linux-sunxi
nuuuciano has quit [Ping timeout: 240 seconds]
yann has quit [Ping timeout: 260 seconds]
clemens3 has quit [Quit: upgrading vbox..]
yann has joined #linux-sunxi
basxto_ has quit [Remote host closed the connection]
souther has quit [Ping timeout: 240 seconds]
fkluknav has quit [Ping timeout: 256 seconds]
souther has joined #linux-sunxi
reinforce has joined #linux-sunxi
clemens3 has joined #linux-sunxi
lkcl has joined #linux-sunxi
dev1990 has joined #linux-sunxi
dev1990 has quit [Client Quit]
hlauer has quit [Ping timeout: 256 seconds]
fkluknav has joined #linux-sunxi
nuuuciano has joined #linux-sunxi
chewitt has quit [Quit: Zzz..]
tllim has quit [Read error: Connection reset by peer]
tllim has joined #linux-sunxi
tllim has quit [Ping timeout: 245 seconds]
tllim has joined #linux-sunxi
msimpson has quit [Quit: Leaving]
tllim has quit [Read error: Connection reset by peer]
tllim has joined #linux-sunxi
lkcl has quit [Ping timeout: 240 seconds]
dev1990 has joined #linux-sunxi
fkluknav has quit [Ping timeout: 260 seconds]
<BenG83> oh, icenowy[m] do you know which 3.10. BSP drop has sunxi-vin?
clemens3 has quit [Ping timeout: 248 seconds]
fkluknav has joined #linux-sunxi
<BenG83> at least defines ISP_PLATFORM_SUN50IW1P1 too
tl_lim has joined #linux-sunxi
nuuuciano has quit [Ping timeout: 265 seconds]
tllim has quit [Ping timeout: 245 seconds]
f0xx has quit [Ping timeout: 260 seconds]
adj__ has joined #linux-sunxi
adj_ has quit [Ping timeout: 252 seconds]
adj__ has quit [Read error: Connection reset by peer]
adj_ has joined #linux-sunxi
wasutton3_mobile has quit [Remote host closed the connection]
nuuuciano has joined #linux-sunxi
tom_nov has quit [Quit: Leaving]
<hanetzer> mripard: btw, do you guys have a public git repo on the vpu code you're working on I could keep an eye on to watch progress?
<lvrp16> mripard, how far are you away from h.265?
<icenowy[m]> BenG83: this is one
<icenowy[m]> and I may say "every" ;-)
<KotCzarny> 26,848eur currently, h265 at 30800eur
<KotCzarny> so, 4k eur
<lvrp16> oh that's not bad at all
<hanetzer> yeah. were I a big-time baller I'd chuck the money at it right now :P
<lvrp16> lets see where it goes, i can probably fill in the remainder
netlynx has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
clemens3 has joined #linux-sunxi
chrisf_ has quit [Ping timeout: 260 seconds]
yann has quit [Ping timeout: 240 seconds]
lucascastro has joined #linux-sunxi
anarsoul|2 has joined #linux-sunxi
chrisf_ has joined #linux-sunxi
chrisf_ has quit [Ping timeout: 260 seconds]
matthias_bgg has quit [Quit: Leaving]
f11f12 has quit [Quit: Leaving]
vagrantc has joined #linux-sunxi
hlauer has joined #linux-sunxi
<jernej> mripard: icenowy[m]: BenG83: Better use H6 BSP, since it has proper GPL header: https://github.com/Allwinner-Homlet/H6-BSP4.9-linux/tree/master/drivers/media/platform/sunxi-vin/vin-isp
chrisf_ has joined #linux-sunxi
<icenowy[m]> hahaha thanks ;-)
<BenG83> :)
fkluknav has quit [Ping timeout: 240 seconds]
<tl_lim> jernej: I will meet up with AW BU3 folks on next week, any request that need me to discuss with them?
Andy-D__ has quit [Ping timeout: 248 seconds]
<montjoie> raaah! RSA is redesigned on H6
sehraf has joined #linux-sunxi
sehraf has quit [Quit: Konversation terminated!]
BenG83 has quit [Quit: Leaving]
lucascastro has quit [Remote host closed the connection]
lucascastro has joined #linux-sunxi
Mr__Anderson has joined #linux-sunxi
BenG83 has joined #linux-sunxi
tkaiser has quit [Quit: jIRCii - http://www.oldschoolirc.com]
lurchi__ has joined #linux-sunxi
lurchi_ has quit [Ping timeout: 268 seconds]
return0e has quit [Ping timeout: 240 seconds]
return0e has joined #linux-sunxi
chewitt has joined #linux-sunxi
nots has joined #linux-sunxi
hardfalcon has quit [Ping timeout: 256 seconds]
tl_lim has quit [Read error: Connection reset by peer]
tl_lim has joined #linux-sunxi
chewitt has quit [Quit: Zzz..]
f0xx has joined #linux-sunxi
iamfrankenstein has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 4.9.3 Aria http://www.kvirc.net/]
afaerber has quit [Quit: Leaving]
victhor has joined #linux-sunxi
netlynx has quit [Quit: Ex-Chat]
yann has joined #linux-sunxi
wasutton3 has joined #linux-sunxi
Ntemis has joined #linux-sunxi
lucascastro has quit [Remote host closed the connection]
return0e has quit [Remote host closed the connection]
reinforce has quit [Quit: Leaving.]
Kwiboo has joined #linux-sunxi
nashpa has joined #linux-sunxi
afaerber has joined #linux-sunxi
f0xx has quit [Ping timeout: 260 seconds]
mkid has quit [Read error: Connection reset by peer]
return0e has joined #linux-sunxi
tl_lim has quit [Ping timeout: 245 seconds]
<jernej> tl_lim: nothing from my side for now, except if there is a possibility for wayland mali
qeed has joined #linux-sunxi
tl_lim has joined #linux-sunxi
<tl_lim> Noted, wayland is the $$$ question. I will bring up this request.
<jernej> tl_lim: is there any chance that AW would release new revision of H6 with fixed PCIe? :)
<tl_lim> actually I get in the process on getting SDK ver 1.1 for icenowy, which have the PCIe driver implementation.
<tl_lim> I should abel to get in with 24 hours time.
leviathan has quit [Remote host closed the connection]
<smaeul> interesting thing about A64/H5: CPU0 isn't in its own power domain, like on earlier and later SoCs (note the lack of a switch in the diagram in the manual)
<smaeul> pwroff_gating bit 0 turns off the whole cluster, like a83t; but bit 4 does nothing, unlike a83t
Ixnus has joined #linux-sunxi
<Ixnus> tl_lim: what about some VE info ?
<smaeul> hmm, I guess I should say "clock domain", since it's separate clock gating that it's missing (the power switch works the same as other SoCs)
Andy-D has joined #linux-sunxi
xerpi has joined #linux-sunxi
Ixnus has quit [Ping timeout: 260 seconds]
gnufan has joined #linux-sunxi
hlauer has quit [Ping timeout: 245 seconds]
Ntemis has quit [Remote host closed the connection]
<jernej> mripard: I tested CEC on A83T and H3 and it works.
<jernej> however, it depends on the board how good
<jernej> for example, on BananaPi M3 (A83T) and OrangePi 2 (H3) works great
<jernej> but on OrangePi Plus 2E it looked like one way communication
<jernej> I could turn on and off TV, but I couldn't receive any keys
<jernej> I didn't test it on H5 yet, but I assume it's same as on H3
<tl_lim> @Ixnus, I will check on VE info.
ernestask has quit [Quit: ernestask]
xes has quit [Quit: bye..]
wasutton3 has quit [Ping timeout: 252 seconds]
argulp has quit [Remote host closed the connection]
lucascastro has joined #linux-sunxi
LargePrime has joined #linux-sunxi
afaerber has joined #linux-sunxi
tl_lim has quit [Ping timeout: 252 seconds]
tl_lim has joined #linux-sunxi
xerpi has quit [Quit: Leaving]
lurchi__ is now known as lurchi_
clemens3 has quit [Ping timeout: 260 seconds]
amonakov has quit [Ping timeout: 240 seconds]