Re: nfblock vs udev

2008-09-07 Thread Geert Uytterhoeven
On Sat, 30 Aug 2008, Roman Zippel wrote: > On Sat, 30 Aug 2008, Petr Stehl�k wrote: > > In other words: your kernel works OK with udev. Sounds like Stephen > > doesn't have the latest nfblock patch? Or maybe his gcc-4.2 compiled it > > differently than compiler you've used? > > I tried it now with

Re: nfblock vs udev

2008-08-30 Thread Michael Schmitz
Hi, In other words: your kernel works OK with udev. Sounds like Stephen doesn't have the latest nfblock patch? Or maybe his gcc-4.2 compiled it differently than compiler you've used? I tried it now with the debian kernel .config and the difference is CONFIG_LBD, which changes sector_t to a 64b

Re: nfblock vs udev

2008-08-30 Thread Roman Zippel
Hi, On Sat, 30 Aug 2008, Petr Stehlík wrote: > In other words: your kernel works OK with udev. Sounds like Stephen > doesn't have the latest nfblock patch? Or maybe his gcc-4.2 compiled it > differently than compiler you've used? I tried it now with the debian kernel .config and the difference i

Re: nfblock vs udev

2008-08-30 Thread Petr Stehlík
Roman Zippel píše v So 30. 08. 2008 v 10:40 +0200: > Hi, > > On Friday 29. August 2008, Petr Stehlík wrote: > > > I am hoping for a simple bug in the implementation of nfblock. Though > > Roman surely tested it and I suppose it works for him unless it's called > > from udev so it's a bit mysterio

Re: crosscompiler for etch or hardy (was Re: nfblock vs udev)

2008-08-30 Thread Roman Zippel
Hi, On Friday 29. August 2008, Geert Uytterhoeven wrote: > Basically I used Roman's instructions > (http://www.xs4all.nl/~zippel/crosscc/crosscc.README) I've updated this file for gcc-4.3 and latest unstable. I just reinstalled the cross compiler on my laptop, so let me know if something is mis

Re: nfblock vs udev

2008-08-30 Thread Roman Zippel
Hi, On Friday 29. August 2008, Petr Stehlík wrote: > I am hoping for a simple bug in the implementation of nfblock. Though > Roman surely tested it and I suppose it works for him unless it's called > from udev so it's a bit mysterious. But I believe a bunch of printk > calls here and there will r

Re: crosscompiler for etch or hardy (was Re: nfblock vs udev)

2008-08-29 Thread Geert Uytterhoeven
On Fri, 29 Aug 2008, Petr Stehl�k wrote: > Petr Stehl�k p��e v P� 29. 08. 2008 v 01:23 +0200: > > I am going to debug and fix it in the kernel itself as soon as I get a > > (cross)compiler working. > > can someone please help me with getting a cross compiler working on my > machines? I have tried

crosscompiler for etch or hardy (was Re: nfblock vs udev)

2008-08-29 Thread Petr Stehlík
Petr Stehlík píše v Pá 29. 08. 2008 v 01:23 +0200: > I am going to debug and fix it in the kernel itself as soon as I get a > (cross)compiler working. Guys, can someone please help me with getting a cross compiler working on my machines? I have tried to follow the Stephen's GCC 4.1/2/3 cross com

Re: nfblock vs udev

2008-08-28 Thread Petr Stehlík
Geert Uytterhoeven píše v Čt 28. 08. 2008 v 13:20 +0200: > > 3) ARAnyM XHRead(16.0, recno=0, count=65280, buf=$8) is called - it > > tries to read 65280 sectors to address $8, so it's going to overwrite > > bottom 32 MB of memory with data from the disk drive. > Same here: 8 blocks is 4 KiB. > >

Re: nfblock vs udev

2008-08-28 Thread Michael Schmitz
Hi, 2) XHRead(16.0, recno=0, count=0, buf=$8) is called - it tries to read 0 sectors so the answer is OK - probably just a quick test from the linux kernel if the device is inserted and readable. ISTR the partition table code does check for presence of a device by reading in the first block,

Re: nfblock vs udev

2008-08-28 Thread Petr Stehlík
Michael Schmitz píše v Pá 29. 08. 2008 v 01:10 +0200: > Question is how did the buffer addres of 0x8 get set up? The parameters > make no sense whatsoever. Thanks for spotting this! I am going to debug and fix it in the kernel itself as soon as I get a (cross)compiler working. > > buffer? I alm

Re: nfblock vs udev

2008-08-28 Thread Geert Uytterhoeven
On Thu, 28 Aug 2008, Petr Stehl�k wrote: > Stephen R Marenka píše v Čt 10. 07. 2008 v 21:40 -0500: > > I updated my test kernels [0] and kernel patches at [1]. > > [0] http://people.debian.org/~smarenka/m68k/kernel > > [1] http://people.debian.org/~smarenka/m68k/kernel/patches > > > > These were b

Re: nfblock vs udev

2008-08-28 Thread Petr Stehlík
Stephen R Marenka píše v Čt 10. 07. 2008 v 21:40 -0500: > I updated my test kernels [0] and kernel patches at [1]. > [0] http://people.debian.org/~smarenka/m68k/kernel > [1] http://people.debian.org/~smarenka/m68k/kernel/patches > > These were built with the gcc-4.2 cross-compiler at [2]. > [2] ht

Re: nfblock vs udev

2008-07-18 Thread Michael Schmitz
Hi, We should close it with the next kernel upload... with any luck, I'll have the SMC91C111 driver working by then (it did finally own up to detecting the proper hardware, instead of stuffing up the ROM-port card or just hanging the kernel). Does Geert have this in his queue yet? No. Where'

Re: nfblock vs udev

2008-07-18 Thread Geert Uytterhoeven
On Fri, 18 Jul 2008, Stephen R Marenka wrote: > On Wed, Jul 16, 2008 at 11:59:53PM +0200, Michael Schmitz wrote: > > We should close it with the next kernel upload... with any luck, I'll > > have the SMC91C111 driver working by then (it did finally own up to > > detecting the proper hardware, ins

Re: nfblock vs udev

2008-07-18 Thread Stephen R Marenka
On Wed, Jul 16, 2008 at 11:59:53PM +0200, Michael Schmitz wrote: > We should close it with the next kernel upload... with any luck, I'll > have the SMC91C111 driver working by then (it did finally own up to > detecting the proper hardware, instead of stuffing up the ROM-port card > or just hang

Re: nfblock vs udev

2008-07-16 Thread Stephen R Marenka
On Wed, Jul 16, 2008 at 11:59:53PM +0200, Michael Schmitz wrote: >> So it should be named bootstrap.tos or should that just be documented? > > I guess it should just be renamed - you don't usually care whether the > bootstrap runs as GEM or TOS app (the screen output is cleaner in the TOS > one

Re: nfblock vs udev

2008-07-16 Thread Michael Schmitz
Tested this - when running the bootstrap from floppy as GEM program (calling it as bootstrap.prg), the system reboots spontaneously (and will run through a memtest after that, so it's really rather like a cold boot). Changing the name of the bootstrap to bootstrap.tos succeeds ib booting the kern

Re: nfblock vs udev

2008-07-16 Thread Michael Schmitz
Hi, Due to that type of work, hobbes is currently unavaliable as buildd, BTW. Could you please test to see if debian's atari-bootstrap works on your CT60? Tested this - when running the bootstrap from floppy as GEM program (calling it as bootstrap.prg), the system reboots spontaneously (and

Re: nfblock vs udev

2008-07-16 Thread Stephen R Marenka
On Wed, Jul 16, 2008 at 11:29:00PM +0200, Michael Schmitz wrote: > Hi, > >>> Due to that type of work, hobbes is currently unavaliable as buildd, BTW. >> >> Could you please test to see if debian's atari-bootstrap works on your >> CT60? > > Tested this - when running the bootstrap from floppy as GE

Re: nfblock vs udev

2008-07-11 Thread Stephen R Marenka
On Fri, Jul 11, 2008 at 09:10:10PM +0200, Christian T. Steigies wrote: > On Fri, Jul 11, 2008 at 01:44:59PM -0500, Stephen R Marenka wrote: > > > > It looks like there are no m68k patches in svn or even the 2-extra > > series that used to load those patches. Do I need to duplicate all that? > > I

Re: nfblock vs udev

2008-07-11 Thread Christian T. Steigies
On Fri, Jul 11, 2008 at 01:44:59PM -0500, Stephen R Marenka wrote: > > It looks like there are no m68k patches in svn or even the 2-extra > series that used to load those patches. Do I need to duplicate all that? I have: /data/svn/kernel/dists/sid/linux-2.6/debian/patches/series/2-extra There

Re: nfblock vs udev

2008-07-11 Thread Stephen R Marenka
On Fri, Jul 11, 2008 at 06:08:10PM +0200, Christian T. Steigies wrote: > On Fri, Jul 11, 2008 at 10:04:35AM -0500, Stephen R Marenka wrote: > > On Fri, Jul 11, 2008 at 10:18:05AM +0200, Christian T. Steigies wrote: > > > On Fri, Jul 11, 2008 at 05:36:05AM +0200, Michael Schmitz wrote: > > > > > >

Re: nfblock vs udev

2008-07-11 Thread Stephen R Marenka
On Fri, Jul 11, 2008 at 05:36:05AM +0200, Michael Schmitz wrote: > Due to that type of work, hobbes is currently unavaliable as buildd, BTW. Could you please test to see if debian's atari-bootstrap works on your CT60? The atari-bootstrap binary hasn't been recompiled since sarge, but I have an o

Re: nfblock vs udev

2008-07-11 Thread Stephen R Marenka
On Fri, Jul 11, 2008 at 06:08:10PM +0200, Christian T. Steigies wrote: > On Fri, Jul 11, 2008 at 10:04:35AM -0500, Stephen R Marenka wrote: > > On Fri, Jul 11, 2008 at 10:18:05AM +0200, Christian T. Steigies wrote: > > > On Fri, Jul 11, 2008 at 05:36:05AM +0200, Michael Schmitz wrote: > > > > > >

Re: nfblock vs udev

2008-07-11 Thread Christian T. Steigies
On Fri, Jul 11, 2008 at 10:04:35AM -0500, Stephen R Marenka wrote: > On Fri, Jul 11, 2008 at 10:18:05AM +0200, Christian T. Steigies wrote: > > On Fri, Jul 11, 2008 at 05:36:05AM +0200, Michael Schmitz wrote: > > > > > > >Christian: I'd like to see the patches in [1] in the next > > > >linux-2.6 r

Re: nfblock vs udev

2008-07-11 Thread Stephen R Marenka
On Fri, Jul 11, 2008 at 10:18:05AM +0200, Christian T. Steigies wrote: > On Fri, Jul 11, 2008 at 05:36:05AM +0200, Michael Schmitz wrote: > > > > >Christian: I'd like to see the patches in [1] in the next > > >linux-2.6 release. We should also be able to move linux-2.6 to > > >the same compiler ve

Re: nfblock vs udev

2008-07-11 Thread Stephen R Marenka
On Fri, Jul 11, 2008 at 05:36:05AM +0200, Michael Schmitz wrote: >> I managed to get a udev on nfblock debug log at [3]. >> [3] http://people.debian.org/~smarenka/tmp/udevboot.log >> >> Hopefully someone can make sense of it and help me out. Right now >> nfblock kernels and debian-installer don't p

Re: nfblock vs udev

2008-07-11 Thread Christian T. Steigies
On Fri, Jul 11, 2008 at 05:36:05AM +0200, Michael Schmitz wrote: > > >Christian: I'd like to see the patches in [1] in the next > >linux-2.6 release. We should also be able to move linux-2.6 to > >the same compiler version, currently gcc-4.1, as the other archs. > >This requires the m68k-build-id.

Re: nfblock vs udev

2008-07-10 Thread Michael Schmitz
I managed to get a udev on nfblock debug log at [3]. [3] http://people.debian.org/~smarenka/tmp/udevboot.log Hopefully someone can make sense of it and help me out. Right now nfblock kernels and debian-installer don't play nicely together. What's the number of ramdisk devices you can have? I no

nfblock vs udev

2008-07-10 Thread Stephen R Marenka
I updated my test kernels [0] and kernel patches at [1]. [0] http://people.debian.org/~smarenka/m68k/kernel [1] http://people.debian.org/~smarenka/m68k/kernel/patches These were built with the gcc-4.2 cross-compiler at [2]. [2] http://people.debian.org/~smarenka/m68k/cross-compilers I managed to