Re: linux-2.4.20 CVS kernel-image for atari

2003-03-13 Thread Storm66
On Thu, 2003-03-13 at 16:11, Christian T. Steigies wrote: > But since nobody but me is testing amiga kernels nowadays, I might just as > well declare this stable, build new boot-floppies with it, get rid of the > other subarches and things become much easier. Objections? Oh, affs has > always been

Re: linux-2.4.20 CVS kernel-image for atari

2003-03-13 Thread Christian T. Steigies
On Thu, Mar 13, 2003 at 06:11:20PM +0100, Michael Schmitz wrote: > > Forgot the hades there... The hades PCI range should be found in the older > kernels: > > /* > * On the Hades map the PCI memory, I/O and configuration areas > * (0x8000 - 0xbfff). > * > * Setting

Re: linux-2.4.20 CVS kernel-image for atari

2003-03-13 Thread Michael Schmitz
> > > +#define NVRAM_BYTES (128-NVRAM_FIRST_BYTE) > > > + > > > > That's guesswork?? I'll check my Atari tree to see what did work for me > > last time I tried. I'm rather certain I posted the diff to linux-m68k at > > the time. > > Entirely guesswork, I just copied what I saw in other

Re: linux-2.4.20 CVS kernel-image for atari

2003-03-13 Thread Christian T. Steigies
On Thu, Mar 13, 2003 at 10:07:01AM +0100, Michael Schmitz wrote: > > Atari does not build either. Even after some fixes: > > > > --- linux-2.4/drivers/char/nvram.c.orig 2002-11-30 07:33:03.0 > > -0500 > > +++ linux-2.4/drivers/char/nvram.c 2003-03-07 02:19:03.0 -0500 > > @@ -9

Re: Install Freeze

2003-03-13 Thread Erik C.J. Laan
Cameron wrote: > > Hi all, > > A simple problem. I'm installing debian 2.2 on my quadra 840av. I'm > using a seperate 500MB HD for the linux partitions and have 32MB of > physical RAM. > > I've followed the install guide multiple times, to the t, and have even > redownloaded all the files again

Re: linux-2.4.20 CVS kernel-image for atari

2003-03-13 Thread Geert Uytterhoeven
On Thu, 13 Mar 2003, Michael Schmitz wrote: > > Atari does not build either. Even after some fixes: > > > > --- linux-2.4/drivers/char/nvram.c.orig 2002-11-30 07:33:03.0 > > -0500 > > +++ linux-2.4/drivers/char/nvram.c 2003-03-07 02:19:03.0 -0500 > > @@ -98,6 +98,8 @@ > > #de

Re: linux-2.4.20 CVS kernel-image for atari

2003-03-13 Thread Michael Schmitz
> Atari does not build either. Even after some fixes: > > --- linux-2.4/drivers/char/nvram.c.orig 2002-11-30 07:33:03.0 > -0500 > +++ linux-2.4/drivers/char/nvram.c2003-03-07 02:19:03.0 -0500 > @@ -98,6 +98,8 @@ > #define RTC_PORT(x) (TT_RTC_BAS + 2*(x)) > #def