marcan changed the topic of #asahi to: Asahi Linux: porting Linux to Apple Silicon macs | General project discussion | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Topics: #asahi-dev #asahi-re #asahi-gpu #asahi-offtopic | Keep things on topic | Logs: https://alx.sh/l/asahi
zkrx has quit [Ping timeout: 246 seconds]
<amw> kettenis1: Where about is your dt-bindings on the wiki - github wiki says no updates for the last week?
zkrx has joined #asahi
raster has quit [Quit: Gettin' stinky!]
odmir has joined #asahi
Crisco has quit [Quit: bye]
rjeffman has quit [Ping timeout: 246 seconds]
Crisco has joined #asahi
Crisco has quit [Changing host]
Crisco has joined #asahi
Crisco has quit [Client Quit]
Crisco has joined #asahi
Crisco has joined #asahi
Crisco has quit [Changing host]
Emantor has quit [Quit: ZNC - http://znc.in]
odmir has quit [Ping timeout: 240 seconds]
Emantor has joined #asahi
robinp_ has joined #asahi
robinp has quit [Ping timeout: 250 seconds]
dtantono[m] has joined #asahi
<dtantono[m]> since Ipad support m1 chip. is ipad also supported as well?
phiologe has quit [Ping timeout: 276 seconds]
phiologe has joined #asahi
<opticron> dtantono[m], no one knows for sure yet as I don't think they're even shipping yet, but it's likely that since the iPad Pro runs iOS that the M1 will be locked down on that platform
<dtantono[m]> Apple said that the new Ipad will be properly released next month and I think thorough check is needed in this case
<dtantono[m]> But, it will be interesting if we can dual boot linux on Ipad
<opticron> I agree, that'd be pretty neat, just unlikely
<marcan> dtantono[m]: it's locked down
<marcan> 99% sure
<The_DarkFire_[m]> Pretty sure it’s more of a spec bump then Anything else, it’ll be locked down
marvin24_ has joined #asahi
marvin24 has quit [Ping timeout: 276 seconds]
gabiruh has quit [Quit: ZNC 1.7.5 - https://znc.in]
gabiruh has joined #asahi
VinDuv has joined #asahi
Namidairo has quit [Read error: Connection reset by peer]
Namidairo has joined #asahi
maknho__ has quit [Quit: WeeChat 2.3]
maknho has joined #asahi
kharit[m] has quit [Ping timeout: 245 seconds]
jryans has quit [Ping timeout: 245 seconds]
kharit[m] has joined #asahi
mofux[m] has quit [Ping timeout: 250 seconds]
konradybcio has quit [Ping timeout: 245 seconds]
LucasTorrobaHenn has quit [Ping timeout: 245 seconds]
ywest1280[m] has quit [Ping timeout: 245 seconds]
davidrysk[m] has quit [Ping timeout: 245 seconds]
Lockna[m] has quit [Ping timeout: 245 seconds]
mofux[m] has joined #asahi
LucasTorrobaHenn has joined #asahi
ywest1280[m] has joined #asahi
davidrysk[m] has joined #asahi
jryans has joined #asahi
konradybcio has joined #asahi
Lockna[m] has joined #asahi
klaus has joined #asahi
zkrx has quit [Ping timeout: 240 seconds]
Bublik has quit [Ping timeout: 246 seconds]
Bublik_ has joined #asahi
zkrx has joined #asahi
Calchan has quit [Ping timeout: 240 seconds]
Calchan has joined #asahi
Calchan has quit [Ping timeout: 252 seconds]
Calchan has joined #asahi
raster has joined #asahi
choozy has joined #asahi
ephe_meral1 has joined #asahi
<pipcet[m]> interrupts are often routed through the GPIO controller, yes.
<pipcet[m]> for example, that's how the keyboard works
Chainsaw has joined #asahi
<kettenis1> It's just that I don't need them for u-boot ;)
<pipcet[m]> no keyboard support in u-boot? :-)
<kettenis1> usb keyboards work
<sven> that ti usb chip uses a gpio interrupt fwiw
<kettenis1> u-boot generally uses polling instead of interrupts
<pipcet[m]> (I still think we should support booting Linux directly from a minimally-intrusive macho)
<pipcet[m]> yes, you need another GPIO pin to enable the device, and the SPI bus is mapped to GPIO pins as well.
<sven> you don't need a gpio pin to enable the ti chip
<kettenis1> is there an actual SPI controller?
<pipcet[m]> sven: the i2c one? it's rather annoying because the two ports share an interrupt line so if you try booting without SMP support, the corellium code deadlocks because chip0 is receiving interrupts from chip1 but chip1 hasn't registered its isr yet.
<kettenis1> or do they really use GPIO bit-banging to implement SPI?
<pipcet[m]> I'm pretty sure there's an actual controller, they use SPI a lot
<sven> pipcet[m]: yeah, the i2c one. and yes, the corellium code has some, uh, issues
<pipcet[m]> "some"
<pipcet[m]> I don't think we need to be overly polite about that part, it's impressive work but does need (at least) cleanup and (quite possibly) rewriting the way you guys appear to be setting out to do
<kettenis1> anyway, I don't think interrupts would have any implication for the DT bindings
<sven> there's a AppleSamsungSPI.kext so it might be so samsung variant controller again
<pipcet[m]> sorry, I meant you need GPIO for the keyboard, not for the typec chips
<pipcet[m]> the proposed bindings look good to me (though not very different from the Corellium ones), but I think we should use ADT names for the "clocks"/power gates
<sven> kettenis1: yeah, i think the interrupts would only require an additional interrupt-controller; in there.
<kettenis1> sven: and an interrupts property of course
<kettenis1> to mention the AIC interrupts that will be triggered
<sven> ah, yes :)
<kettenis1> looks like there is a seperate AIC interrupt for each group of pins
<pipcet[m]> I think you assign each pin to an interrupt group
<pipcet[m]> (no idea how free you are to do that, there's probably a horrible table of interdependencies somewhere)
klaus has quit [Quit: leaving]
klaus has joined #asahi
<pipcet[m]> sven: do you happen to know whether unplugging the charger and reinserting it works if you're still in m1n1?
VinDuv has quit [Ping timeout: 240 seconds]
<sven> pipcet[m]: i only develp on my mac mini
<sven> *develop
<pipcet[m]> oh. sorry :-)
<sven> can't disconnect a charger there :P
<sven> it might work after you bring up the TI chip
<pipcet[m]> it works if I don't bring it up :-)
<sven> heh, even better
<pipcet[m]> except the shared irqs mean the second chip's interrupt handler busy-loops until Linux decides it's had enough.
<pipcet[m]> so I can use the port in gadget mode for about the first minute, and then it stays in whatever connection state it had then.
<pipcet[m]> * so I can use the other port in gadget mode for about the first minute, and then it stays in whatever connection state it had then.
cshbicos has joined #asahi
<sven> hm. i need to get back to fixing my dart driver and then just do the whole i2c/ti thing correctly
<pipcet[m]> Linux or m1n1?
<sven> linux
<pipcet[m]> yay!
<pipcet[m]> there's documentation for a very similar TI chip, but you probably know that :-)
<sven> alright.. let me document these guarded execution levels and this pagetable permissions rewrite thing apple calls SPRR and then it's back to reading iommu code :)
<sven> yeah, there's a linux driver for that chip
<sven> the corellium patch does the important thing (SPSS) and then some strange things that shouldn't be required
<pipcet[m]> I suspect it's the SPSS that breaks charging though :/
<sven> try to run proxyclient/i2c.py and see if charging still works
<sven> it essentially just issues that SPSS command
<pipcet[m]> will do as soon as I can kexec m1n1
cshbicos has quit [Client Quit]
<sven> that's gonna be tricky since m1n1 expects to be able to bring up SMP itself
<pipcet[m]> my inital kernel disables SMP for that reason.
<pipcet[m]> so I'm running on one (efficiency...) core until the final kernel's loaded, but it's hardly noticeable
<sven> yeah, the cores are fast enough as long as the MMU is enabled :)
<pipcet[m]> though now you say that I'm not sure that's actually true, m1n1 does the same thing unless you ask it to bring up the secondaries, doesn't it?
<sven> yes
<sven> but it will bring up the secondaries before jumping to linux
<pipcet[m]> only for Image Linux, not for a macho
<sven> sure. i only care about linux (or other linux-like images) :)
<pipcet[m]> that's why I skip m1n1 entirely.
rjeffman has joined #asahi
maknho has quit [Ping timeout: 252 seconds]
maknho has joined #asahi
<pipcet[m]> can we have two pinmux cells instead of splitting one 32-bit pinmux cell into two 16-bit values?
<kettenis1> no
<pipcet[m]> maybe it's more trouble to use pinmux than it's worth, then?
<kettenis1> why? it is straightforward and already implemented in the generic pinctrl/pinmux code
<kettenis1> there will be a dt-bingings/pinctrl/apple.h file with macros to build the pinmux cells and pull them apart into pin and func
<pipcet[m]> we should definitely use pinctrl, maybe I misunderstand what pinmux is for
<kettenis1> the generic pinmux implementation is just one of the few "standard" ways to implement a pinctrl device
<kettenis1> most of the other generic approaches require assigning names to the pins
<kettenis1> that is useful if you have a datasheet for the SoC and.or schematics for a board
<kettenis1> that's not going to happen with Apple products
<pipcet[m]> but since we don't, we can just use a pinctrl device and pin numbers?
<pipcet[m]> the SMC gP pins have "names", if you count gP0b...
<kettenis1> the SMC is a different device that will need a different binding
<kettenis1> don't think it has pin muxing capabilities so it would be a gpio node rather than a pinctrl node
maknho_ has joined #asahi
maknho has quit [Ping timeout: 265 seconds]
<pipcet[m]> true
VinDuv has joined #asahi
thestr4ng3r has quit [Read error: Connection reset by peer]
<pipcet[m]> I've created https://github.com/AsahiLinux/docs/wiki/FW:ADT, feel free to edit or delete as appropriate
thestr4ng3r has joined #asahi
<pipcet[m]> sven; oh, doh, thanks :-)
DrNapster has joined #asahi
greg_newton has quit [Ping timeout: 260 seconds]
DrNapster has quit [Quit: Leaving...]
porky has joined #asahi
vlixa has quit [Remote host closed the connection]
mrkajeta1 has joined #asahi
Bastian[m] has quit [Ping timeout: 245 seconds]
noc0lour1 has quit [Ping timeout: 245 seconds]
danqo has quit [Ping timeout: 245 seconds]
Bastian[m] has joined #asahi
noc0lour1 has joined #asahi
danqo has joined #asahi
AONeiLL[m] has quit [Ping timeout: 245 seconds]
user1tt[m] has quit [Ping timeout: 245 seconds]
winocm has quit [Ping timeout: 245 seconds]
ArnoldSebastian[ has quit [Ping timeout: 245 seconds]
hypergenesis[m] has quit [Ping timeout: 245 seconds]
cepheus has quit [Ping timeout: 245 seconds]
mrkajeta1 has quit [Client Quit]
odmir has joined #asahi
AONeiLL[m] has joined #asahi
ArnoldSebastian[ has joined #asahi
cepheus has joined #asahi
user1tt[m] has joined #asahi
winocm has joined #asahi
hypergenesis[m] has joined #asahi
<pipcet[m]> sven: do I need to run pmpgr_clocks_enable() before running i2c.py? Anything else?
porky has left #asahi [#asahi]
<sven> don't think so
<sven> that pmgr thing actually is a proxy call now fwiw
ephe_meral1 has quit [Ping timeout: 240 seconds]
x4m3 has joined #asahi
zkrx has quit [Ping timeout: 240 seconds]
vlixa has joined #asahi
odmir has quit [Remote host closed the connection]
odmir has joined #asahi
odmir has quit [Ping timeout: 240 seconds]
zkrx has joined #asahi
odmir has joined #asahi
Spiffy has quit [Quit: BRB]
<pipcet[m]> sven: your usb code doesn't work if the cable's disconnected! fix it at once ;-)
Spiffy has joined #asahi
choozy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
user1tt[m] has quit [Ping timeout: 250 seconds]
user1tt[m] has joined #asahi
<pipcet[m]> sven: i2c.py doesn't work on the USB port Linux used between booting and starting m1n1, but it does work on the other one, and it's still charging when booted into Linux (with the power port removed from the DT) afterwards
<pipcet[m]> so it's probably a different bug in the Corellium code and not SSPS that's the problem.
<sven> yeah, that's what i assumed :)
odmir has quit [Remote host closed the connection]
odmir has joined #asahi
herbas has joined #asahi
odmir has quit [Ping timeout: 268 seconds]
odmir has joined #asahi
odmir has quit [Ping timeout: 245 seconds]
herbas has quit [Quit: herbas]
choozy has joined #asahi
odmir has joined #asahi
jeffmiw_ has joined #asahi
choozy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jeffmiw_ has quit [Remote host closed the connection]
herbas has joined #asahi
odmir has quit [Ping timeout: 240 seconds]
jeffmiw_ has joined #asahi
herbas has quit [Quit: herbas]
odmir has joined #asahi
VinDuv has quit [Quit: Leaving.]
odmir has quit [*.net *.split]
zkrx has quit [*.net *.split]
vlixa has quit [*.net *.split]
maknho_ has quit [*.net *.split]
macc24 has quit [*.net *.split]
Lockna[m] has quit [*.net *.split]
creepymred[m] has quit [*.net *.split]
taziden has quit [*.net *.split]
kettenis1 has quit [*.net *.split]
karlyeurl has quit [*.net *.split]
nyuhu has quit [*.net *.split]
x4m3 has quit [*.net *.split]
Chainsaw has quit [*.net *.split]
sorear has quit [*.net *.split]
kido has quit [*.net *.split]
roxfan has quit [*.net *.split]
_blasty` has quit [*.net *.split]
Shiz has quit [*.net *.split]
ch3sh1r3c4t has quit [*.net *.split]
zorun has quit [*.net *.split]
rbenua has quit [*.net *.split]
Ziemas has quit [*.net *.split]
vafanlignarde has quit [*.net *.split]
Calchan has quit [*.net *.split]
tomtastic has quit [*.net *.split]
Raqbit has quit [*.net *.split]
HotSwap has quit [*.net *.split]
agraf has quit [*.net *.split]
theracermaster has quit [*.net *.split]
chivay has quit [*.net *.split]
emptynine has quit [*.net *.split]
Thomas__ has quit [*.net *.split]
CDFH has quit [*.net *.split]
Mrmaxmeier has quit [*.net *.split]
Esmil has quit [*.net *.split]
TheJollyRoger has quit [*.net *.split]
phire has quit [*.net *.split]
AONeiLL[m] has quit [*.net *.split]
noc0lour1 has quit [*.net *.split]
jryans has quit [*.net *.split]
LucasTorrobaHenn has quit [*.net *.split]
mofux[m] has quit [*.net *.split]
bfredl has quit [*.net *.split]
emily has quit [*.net *.split]
Serentty has quit [*.net *.split]
clover[m] has quit [*.net *.split]
uartman[m] has quit [*.net *.split]
mrkajetanp has quit [*.net *.split]
The_DarkFire_[m] has quit [*.net *.split]
jamesmunns[m] has quit [*.net *.split]
svenpeter has quit [*.net *.split]
dhewg has quit [*.net *.split]
mjg59 has quit [*.net *.split]
danqo has quit [*.net *.split]
kharit[m] has quit [*.net *.split]
dtantono[m] has quit [*.net *.split]
tbodt has quit [*.net *.split]
Augur[m] has quit [*.net *.split]
Matt[m]2 has quit [*.net *.split]
h_ro[m] has quit [*.net *.split]
m1kr0[m] has quit [*.net *.split]
Hexagon has quit [*.net *.split]
imobilis has quit [*.net *.split]
feuerrot has quit [*.net *.split]
maximus64 has quit [*.net *.split]
ArnoldSebastian[ has quit [*.net *.split]
rjeffman has quit [*.net *.split]
zopieux has quit [*.net *.split]
brinly has quit [*.net *.split]
rann has quit [*.net *.split]
awesomebing1 has quit [*.net *.split]
vimal has quit [*.net *.split]
m42uko has quit [*.net *.split]
DragoonAethis has quit [*.net *.split]
manawyrm has quit [*.net *.split]
rcombs has quit [*.net *.split]
milek7 has quit [*.net *.split]
Fanfwe has quit [*.net *.split]
klaus has quit [*.net *.split]
raster has quit [*.net *.split]
gabiruh has quit [*.net *.split]
luca020400 has quit [*.net *.split]
Nazral has quit [*.net *.split]
arekm has quit [*.net *.split]
amw has quit [*.net *.split]
eta has quit [*.net *.split]
opticron has quit [*.net *.split]
vup has quit [*.net *.split]
vijfhoek has quit [*.net *.split]
WhyNotHugo has quit [*.net *.split]
richbridger has quit [*.net *.split]
j`ey has quit [*.net *.split]
Namidairo has quit [*.net *.split]
snalty has quit [*.net *.split]
jannau has quit [*.net *.split]
flying_sausages_ has quit [*.net *.split]
vilhalmer has quit [*.net *.split]
pg12 has quit [*.net *.split]
skg has quit [*.net *.split]
linuxgemini has quit [*.net *.split]
neunon has quit [*.net *.split]
winocm has quit [*.net *.split]
Bastian[m] has quit [*.net *.split]
konradybcio has quit [*.net *.split]
davidrysk[m] has quit [*.net *.split]
DarkShadow44 has quit [*.net *.split]
niv has quit [*.net *.split]
psydruid[m] has quit [*.net *.split]
izzyisles[m] has quit [*.net *.split]
artemist has quit [*.net *.split]
d4ve[m] has quit [*.net *.split]
Jaehyuk[m] has quit [*.net *.split]
meiji163[m] has quit [*.net *.split]
PixelyIon[m] has quit [*.net *.split]
ezh has quit [*.net *.split]
blazra has quit [*.net *.split]
notafile has quit [*.net *.split]
JJJollyjim has quit [*.net *.split]
pakl[m] has quit [*.net *.split]
Jasper[m] has quit [*.net *.split]
rjeli has quit [*.net *.split]
Eighth_Doctor has quit [*.net *.split]
r1fl has quit [*.net *.split]
tpw_rules has quit [*.net *.split]
sven has quit [*.net *.split]
modwizcode has quit [*.net *.split]
mrasmus has quit [*.net *.split]
jeffmiw_ has quit [*.net *.split]
tmlind has quit [*.net *.split]
korzq has quit [*.net *.split]
segher_ has quit [*.net *.split]
maz has quit [*.net *.split]
yrlf has quit [*.net *.split]
inglor has quit [*.net *.split]
qyousef_ has quit [*.net *.split]
nico_32 has quit [*.net *.split]
massoud_ has quit [*.net *.split]
MoxZ has quit [*.net *.split]
hypergenesis[m] has quit [*.net *.split]
cepheus has quit [*.net *.split]
leah2 has quit [*.net *.split]
nimroot[m] has quit [*.net *.split]
pipcet[m] has quit [*.net *.split]
nickray has quit [*.net *.split]
foxlet has quit [*.net *.split]
fstokesman[m] has quit [*.net *.split]
rkjnsn[m] has quit [*.net *.split]
devinvs[m] has quit [*.net *.split]
ryanhrob[m] has quit [*.net *.split]
_alice has quit [*.net *.split]
Gaelan has quit [*.net *.split]
Bodzioslaw has quit [*.net *.split]
TheLink has quit [*.net *.split]
hspak has quit [*.net *.split]
anuejn has quit [*.net *.split]
dibas has quit [*.net *.split]
akemin_dayo has quit [*.net *.split]
mort has quit [*.net *.split]
marshmallow has quit [*.net *.split]
balrog has quit [*.net *.split]
crabbedhaloablut has quit [*.net *.split]
delroth has quit [*.net *.split]
krbtgt has quit [*.net *.split]
dougall has quit [*.net *.split]
ChanServ has quit [*.net *.split]
jannau has joined #asahi
tomtastic has joined #asahi
snalty has joined #asahi
Namidairo has joined #asahi
linuxgemini has joined #asahi
odmir has joined #asahi
vlixa has joined #asahi
x4m3 has joined #asahi
zkrx has joined #asahi
maknho_ has joined #asahi
Calchan has joined #asahi
Lockna[m] has joined #asahi
Chainsaw has joined #asahi
macc24 has joined #asahi
kido has joined #asahi
sorear has joined #asahi
karlyeurl has joined #asahi
nyuhu has joined #asahi
kettenis1 has joined #asahi
creepymred[m] has joined #asahi
taziden has joined #asahi
roxfan has joined #asahi
_blasty` has joined #asahi
HotSwap has joined #asahi
rbenua has joined #asahi
skg has joined #asahi
pg12 has joined #asahi
neunon has joined #asahi
vilhalmer has joined #asahi
Raqbit has joined #asahi
ch3sh1r3c4t has joined #asahi
Ziemas has joined #asahi
zorun has joined #asahi
Shiz has joined #asahi
vafanlignarde has joined #asahi
Esmil has joined #asahi
CDFH has joined #asahi
Thomas__ has joined #asahi
theracermaster has joined #asahi
Mrmaxmeier has joined #asahi
emptynine has joined #asahi
chivay has joined #asahi
agraf has joined #asahi
snalty has quit [Max SendQ exceeded]
neunon has quit [Max SendQ exceeded]
TheJollyRoger has joined #asahi
flying_sausages has joined #asahi
winocm has joined #asahi
DarkShadow44 has joined #asahi
Bastian[m] has joined #asahi
konradybcio has joined #asahi
PixelyIon[m] has joined #asahi
pakl[m] has joined #asahi
mrasmus has joined #asahi
izzyisles[m] has joined #asahi
davidrysk[m] has joined #asahi
Jasper[m] has joined #asahi
rjeli has joined #asahi
Eighth_Doctor has joined #asahi
r1fl has joined #asahi
JJJollyjim has joined #asahi
tpw_rules has joined #asahi
Jaehyuk[m] has joined #asahi
d4ve[m] has joined #asahi
artemist has joined #asahi
sven has joined #asahi
modwizcode has joined #asahi
meiji163[m] has joined #asahi
blazra has joined #asahi
ezh has joined #asahi
niv has joined #asahi
hspak has joined #asahi
anuejn has joined #asahi
mort has joined #asahi
akemin_dayo has joined #asahi
marshmallow has joined #asahi
balrog has joined #asahi
crabbedhaloablut has joined #asahi
delroth has joined #asahi
krbtgt has joined #asahi
dougall has joined #asahi
dibas has joined #asahi
user1tt[m] has quit [Ping timeout: 243 seconds]
ywest1280[m] has quit [Ping timeout: 243 seconds]
leah2 has joined #asahi
foxlet has joined #asahi
hypergenesis[m] has joined #asahi
pipcet[m] has joined #asahi
nimroot[m] has joined #asahi
devinvs[m] has joined #asahi
rkjnsn[m] has joined #asahi
fstokesman[m] has joined #asahi
ryanhrob[m] has joined #asahi
nickray has joined #asahi
_alice has joined #asahi
Gaelan has joined #asahi
Bodzioslaw has joined #asahi
TheLink has joined #asahi
cepheus has joined #asahi
hypergenesis[m] has quit [Ping timeout: 240 seconds]
tmlind has joined #asahi
segher_ has joined #asahi
korzq has joined #asahi
jeffmiw_ has joined #asahi
maz has joined #asahi
yrlf has joined #asahi
nico_32 has joined #asahi
MoxZ has joined #asahi
qyousef_ has joined #asahi
inglor has joined #asahi
massoud_ has joined #asahi
AONeiLL[m] has joined #asahi
noc0lour1 has joined #asahi
LucasTorrobaHenn has joined #asahi
mjg59 has joined #asahi
mofux[m] has joined #asahi
emily has joined #asahi
uartman[m] has joined #asahi
clover[m] has joined #asahi
jamesmunns[m] has joined #asahi
Serentty has joined #asahi
The_DarkFire_[m] has joined #asahi
bfredl has joined #asahi
dhewg has joined #asahi
svenpeter has joined #asahi
Jasper[m] has quit [Ping timeout: 248 seconds]
vup has joined #asahi
raster has joined #asahi
klaus has joined #asahi
luca020400 has joined #asahi
gabiruh has joined #asahi
arekm has joined #asahi
Nazral has joined #asahi
opticron has joined #asahi
amw has joined #asahi
WhyNotHugo has joined #asahi
j`ey has joined #asahi
eta has joined #asahi
vijfhoek has joined #asahi
danqo has joined #asahi
kharit[m] has joined #asahi
imobilis has joined #asahi
maximus64 has joined #asahi
feuerrot has joined #asahi
Hexagon has joined #asahi
h_ro[m] has joined #asahi
Augur[m] has joined #asahi
dtantono[m] has joined #asahi
m1kr0[m] has joined #asahi
tbodt has joined #asahi
Matt[m]2 has joined #asahi
creepymred[m] has quit [Ping timeout: 245 seconds]
emily has quit [Ping timeout: 276 seconds]
Gaelan has quit [Max SendQ exceeded]
nimroot[m] has quit [Ping timeout: 246 seconds]
pipcet[m] has quit [Ping timeout: 267 seconds]
foxlet has quit [Ping timeout: 246 seconds]
nickray has quit [Ping timeout: 246 seconds]
fstokesman[m] has quit [Ping timeout: 246 seconds]
Bastian[m] has quit [Ping timeout: 248 seconds]
sorear has quit [Ping timeout: 246 seconds]
devinvs[m] has quit [Ping timeout: 267 seconds]
ryanhrob[m] has quit [Ping timeout: 267 seconds]
rkjnsn[m] has quit [Ping timeout: 267 seconds]
_alice has quit [Ping timeout: 267 seconds]
izzyisles[m] has quit [Ping timeout: 248 seconds]
Jaehyuk[m] has quit [Ping timeout: 248 seconds]
meiji163[m] has quit [Ping timeout: 248 seconds]
ezh has quit [Ping timeout: 248 seconds]
blazra has quit [Ping timeout: 248 seconds]
JJJollyjim has quit [Ping timeout: 248 seconds]
pakl[m] has quit [Ping timeout: 248 seconds]
Eighth_Doctor has quit [Ping timeout: 248 seconds]
w0lfhead[m] has quit [Ping timeout: 258 seconds]
PedroArajo[m] has quit [Ping timeout: 258 seconds]
PthariensFlame[m has quit [Ping timeout: 258 seconds]
ewlsh[m] has quit [Ping timeout: 258 seconds]
brentr123[m] has quit [Ping timeout: 258 seconds]
bylaws has quit [Ping timeout: 258 seconds]
Lockna[m] has quit [Ping timeout: 245 seconds]
danqo has quit [Ping timeout: 247 seconds]
kharit[m] has quit [Ping timeout: 272 seconds]
dtantono[m] has quit [Ping timeout: 272 seconds]
Augur[m] has quit [Ping timeout: 272 seconds]
Matt[m]2 has quit [Ping timeout: 272 seconds]
h_ro[m] has quit [Ping timeout: 272 seconds]
m1kr0[m] has quit [Ping timeout: 272 seconds]
M1f4a9[m] has quit [Ping timeout: 258 seconds]
austriancoder has quit [Ping timeout: 250 seconds]
cepheus has quit [Ping timeout: 246 seconds]
konradybcio has quit [Ping timeout: 248 seconds]
rcombs has joined #asahi
vimal has joined #asahi
rjeffman has joined #asahi
zopieux has joined #asahi
Fanfwe has joined #asahi
brinly has joined #asahi
awesomebing1 has joined #asahi
m42uko has joined #asahi
DragoonAethis has joined #asahi
manawyrm has joined #asahi
milek7 has joined #asahi
noc0lour1 has quit [Ping timeout: 276 seconds]
LucasTorrobaHenn has quit [Ping timeout: 276 seconds]
bfredl has quit [Ping timeout: 276 seconds]
uartman[m] has quit [Ping timeout: 276 seconds]
clover[m] has quit [Ping timeout: 276 seconds]
Serentty has quit [Ping timeout: 276 seconds]
The_DarkFire_[m] has quit [Ping timeout: 276 seconds]
jamesmunns[m] has quit [Ping timeout: 276 seconds]
AONeiLL[m] has quit [Ping timeout: 276 seconds]
svenpeter has quit [Ping timeout: 276 seconds]
sorear has joined #asahi
r1fl has quit [Ping timeout: 248 seconds]
austriancoder has joined #asahi
WhyNotHugo has quit [Ping timeout: 287 seconds]
winocm has quit [Ping timeout: 248 seconds]
davidrysk[m] has quit [Ping timeout: 248 seconds]
d4ve[m] has quit [Ping timeout: 248 seconds]
PixelyIon[m] has quit [Ping timeout: 248 seconds]
rann has joined #asahi
WhyNotHugo has joined #asahi
phire has joined #asahi
mofux[m] has quit [Ping timeout: 276 seconds]
r1fl has joined #asahi
Namidairo has quit [Read error: Connection reset by peer]
jeffmiw_ has quit [Remote host closed the connection]
jeffmiw_ has joined #asahi
jeffmiw_ has quit [Ping timeout: 248 seconds]
M1f4a9[m] has joined #asahi
_alice has joined #asahi
bfredl has joined #asahi
cepheus has joined #asahi
Eighth_Doctor has joined #asahi
emily has joined #asahi
foxlet has joined #asahi
Jasper[m] has joined #asahi
hypergenesis[m] has joined #asahi
jamesmunns[m] has joined #asahi
JJJollyjim has joined #asahi
jryans has joined #asahi
Lockna[m] has joined #asahi
mrkajetanp has joined #asahi
nickray has joined #asahi
konradybcio has joined #asahi
notafile has joined #asahi
pakl[m] has joined #asahi
psydruid[m] has joined #asahi
Serentty has joined #asahi
ryanhrob[m] has joined #asahi
user1tt[m] has joined #asahi
winocm has joined #asahi
AONeiLL[m] has joined #asahi
d4ve[m] has joined #asahi
blazra has joined #asahi
clover[m] has joined #asahi
ezh has joined #asahi
bylaws has joined #asahi
creepymred[m] has joined #asahi
Augur[m] has joined #asahi
devinvs[m] has joined #asahi
brentr123[m] has joined #asahi
davidrysk[m] has joined #asahi
izzyisles[m] has joined #asahi
ewlsh[m] has joined #asahi
dtantono[m] has joined #asahi
mofux[m] has joined #asahi
h_ro[m] has joined #asahi
Jaehyuk[m] has joined #asahi
ArnoldSebastian[ has joined #asahi
kharit[m] has joined #asahi
m1kr0[m] has joined #asahi
Bastian[m] has joined #asahi
PedroArajo[m] has joined #asahi
meiji163[m] has joined #asahi
PixelyIon[m] has joined #asahi
nimroot[m] has joined #asahi
PthariensFlame[m has joined #asahi
noc0lour1 has joined #asahi
rkjnsn[m] has joined #asahi
w0lfhead[m] has joined #asahi
fstokesman[m] has joined #asahi
LucasTorrobaHenn has joined #asahi
Matt[m] has joined #asahi
ywest1280[m] has joined #asahi
svenpeter has joined #asahi
The_DarkFire_[m] has joined #asahi
uartman[m] has joined #asahi
pipcet[m] has joined #asahi
danqo has joined #asahi
klaus has quit [Ping timeout: 240 seconds]
robinp_ is now known as robinp
ChanServ has joined #asahi
JJJollyjim is now known as Guest97996
rann is now known as Guest45273
_alice is now known as Guest58181
winocm is now known as Guest80893
nickray is now known as Guest54686
emily is now known as Guest20795
cepheus is now known as Guest77948
neunon has joined #asahi
snalty has joined #asahi
Namidairo has joined #asahi
Gaelan has joined #asahi
x4m3 has quit [Read error: Connection reset by peer]
odmir has quit [Remote host closed the connection]
odmir has joined #asahi
odmir_ has joined #asahi
odmir has quit [Read error: Connection reset by peer]
robinp_ has joined #asahi
robinp has quit [Ping timeout: 250 seconds]
raster has quit [Quit: Gettin' stinky!]
DrNapster has joined #asahi