Update to swim3 driver for 2.6 (was: errors when compiling 2.6 kernel source)

2005-03-24 Thread vinai
On Wed, 9 Mar 2005, Michael Schmitz wrote: Looks like it hasn't been touched in ages, then. BenH should correct if I'm way off base, but you basically need to replace, at a minimum: save_flags(flags)+cli() by local_irq_save(flags) restore_flags(flags)by local_irq_restore(flags) sti()

Re: errors when compiling 2.6 kernel source

2005-03-09 Thread Rogério Brito
On Mar 09 2005, Michael Schmitz wrote: > are there any SMP capable machines with SWIM3?? Yes, there are. For instance, the ld mac that I have here is a PowerMac 9500/180MP with 2 604e processors. Quite slow for almost anything to be done, but I hope that I will be able to upgrade it in the no

Re: errors when compiling 2.6 kernel source

2005-03-09 Thread Michael Schmitz
> > Looks like it hasn't been touched in ages, then. BenH should correct me if > > I'm way off base, but you basically need to replace, at a minimum: > > > > save_flags(flags)+cli() by local_irq_save(flags) > > restore_flags(flags)by local_irq_restore(flags) > > sti()

Re: errors when compiling 2.6 kernel source

2005-03-09 Thread vinai
On Wed, 9 Mar 2005, Michael Schmitz wrote: Looks like it hasn't been touched in ages, then. BenH should correct me if I'm way off base, but you basically need to replace, at a minimum: save_flags(flags)+cli() by local_irq_save(flags) restore_flags(flags)by local_irq_restore(flags) sti

Re: errors when compiling 2.6 kernel source

2005-03-09 Thread Eric Gaumer
Michael Schmitz wrote: I tried compiling a 2.6 kernel from sources (2.6.11 from kernel.org to be exact), and I got the following: What's causing this ? That looks like the swim3 driver. Last I heard, it hadn't been updated when some of the other parts of the kernel changed. Looks like it hasn't be

Re: errors when compiling 2.6 kernel source

2005-03-09 Thread vinai
On Wed, 9 Mar 2005, Michael Schmitz wrote: I tried compiling a 2.6 kernel from sources (2.6.11 from kernel.org to be exact), and I got the following: What's causing this ? That looks like the swim3 driver. Last I heard, it hadn't been updated when some of the other parts of the kernel changed. Look

Re: errors when compiling 2.6 kernel source

2005-03-09 Thread Michael Schmitz
> > I tried compiling a 2.6 kernel from sources (2.6.11 from kernel.org to > > be exact), and I got the following: > > > > What's causing this ? > > That looks like the swim3 driver. Last I heard, it hadn't been updated > when some of the other parts of the kernel changed. Looks like it hasn't bee

Re: errors when compiling 2.6 kernel source

2005-03-08 Thread Brad Boyer
On Tue, Mar 08, 2005 at 06:01:13PM -0600, vinai wrote: > I tried compiling a 2.6 kernel from sources (2.6.11 from kernel.org to > be exact), and I got the following: > > What's causing this ? That looks like the swim3 driver. Last I heard, it hadn't been updated when some of the other parts of th

errors when compiling 2.6 kernel source

2005-03-08 Thread vinai
Hey Folks, I tried compiling a 2.6 kernel from sources (2.6.11 from kernel.org to be exact), and I got the following: LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o(.text+0x4dbb8): In function `do_fd_request': : undefined reference to `sti' drivers/built-in.o(.text+0x4dd50):