Re: [PATCH] SCSI NCR53C9x.c: some cleanups

2005-01-17 Thread Geert Uytterhoeven
ESP_regs *eregs) > { > volatile unchar trash; > This change breaks the Amiga Oktagon SCSI driver (drivers/scsi/oktagon_esp.c), which calls esp_bootup_reset(). Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots o

Re: [PATCH] SCSI NCR53C9x.c: some cleanups

2005-01-17 Thread Geert Uytterhoeven
On Mon, 17 Jan 2005, Adrian Bunk wrote: > On Mon, Jan 17, 2005 at 01:41:29PM +0100, Geert Uytterhoeven wrote: > > On Tue, 21 Dec 2004, Linux Kernel Mailing List wrote: > > > ChangeSet 1.2034.61.36, 2004/12/21 09:41:18-06:00, [EMAIL PROTECTED] > > > > > > [P

Re: [PATCH] SCSI NCR53C9x.c: some cleanups

2005-01-17 Thread Geert Uytterhoeven
On Mon, 17 Jan 2005, Geert Uytterhoeven wrote: > On Mon, 17 Jan 2005, Adrian Bunk wrote: > > On Mon, Jan 17, 2005 at 01:41:29PM +0100, Geert Uytterhoeven wrote: > > > On Tue, 21 Dec 2004, Linux Kernel Mailing List wrote: > > > > ChangeSet 1.2034.61.36, 2004/12/21 09

Sun-3 partition support

2005-01-30 Thread Geert Uytterhoeven
{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "prog

Re: [linux-mac68k] [PATCH] linx kernel link error

2005-02-12 Thread Geert Uytterhoeven
On Sat, 12 Feb 2005, Geert Uytterhoeven wrote: > On Fri, 11 Feb 2005, Brad Boyer wrote: > > On Sat, Feb 12, 2005 at 04:04:49PM +1100, Finn Thain wrote: > > > Having finally looked at the definition of the __devexit_p macro, it > > > seems > > > to me that th

Re: [linux-mac68k] [PATCH] linx kernel link error

2005-02-12 Thread Geert Uytterhoeven
with always defining a .release method for NCR5380? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But whe

Re: help with NIC needed

2005-02-18 Thread Geert Uytterhoeven
tion do not serve this card (wouldn't even load). I found out > in google that I need 3c509 module which is not in the amigainstall.tar.gz. > Any ideas how I can go on from here? Which Zorro to ISA adapter do you have? Gr{oetje,eeting}s, Geert --

Re: Gayle IDE register offsets

2005-02-25 Thread Geert Uytterhoeven
600/A1200. E.g. the interrupt register is at offset 0x1000, compared to the data register. And when I wrote support for the Amiga 4000 IDE interface back in 1994, I did reverse engineer the A4000's scsi.device, so I think I would have noticed if they used offset 0x2000 for the data register.

Inconsistent kallsyms data (since 2.6.11-rc3 or so)

2005-02-25 Thread Geert Uytterhoeven
Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "

Re: Gayle IDE register offsets

2005-02-27 Thread Geert Uytterhoeven
re right! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "

Re: CVS Update: linux - Imported sources

2005-03-08 Thread Geert Uytterhoeven
ength */ -#define TASK_COMM_LEN 16 - struct task_struct { volatile long state;/* -1 unrunnable, 0 runnable, >0 stopped */ //struct thread_info *thread_info; Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux

Re: CVS Update: linux - Imported sources

2005-03-09 Thread Geert Uytterhoeven
On Tue, 8 Mar 2005, Kars de Jong wrote: > On Tue, 2005-03-08 at 10:52 +0100, Geert Uytterhoeven wrote: > > On Mon, 7 Mar 2005, Kars de Jong wrote: > > > On Wed, 2005-03-02 at 16:59 -0600, Roman Zippel wrote: > > > > In directory ubb:/home/linux-m68k/zippel/linux-nativ

CVS Update: linux

2005-03-20 Thread Geert Uytterhoeven
Log message: Fix merge error Modified files: linux/include/linux: sched.h task_struct.h Index: linux/include/linux/sched.h Stats: 4 deletions http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/include/linux/sched%2eh.diff?r1=1.81&r2=1.82

CVS Update: linux

2005-03-20 Thread Geert Uytterhoeven
Log message: Add missing #include Modified files: linux/include/linux: interrupt.h Index: linux/include/linux/interrupt.h Stats: 1 insertion http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/include/linux/interrupt%2eh.diff?r1=1.1.1.22&r2=1.3 =

CVS Update: linux

2005-03-20 Thread Geert Uytterhoeven
Log message: Delete superfluous assignment Modified files: linux/mm: bootmem.c Index: linux/mm/bootmem.c Stats: 1 deletion http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/mm/bootmem%2ec.diff?r1=1.26&r2=1.27 --- boo

CVS Update: linux

2005-03-20 Thread Geert Uytterhoeven
Log message: M68k/stdma: Use wait_event() instead of the deprecated sleep_on() function. Since wait_event() expects the condition passed in to be the stopping condition, negate the current one. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> Modified files: linux/arch/m68k/atari:

CVS Update: linux

2005-03-20 Thread Geert Uytterhoeven
Log message: Zorro: replace printk() with pr_info() in drivers/zorro/zorro.c This fixes the only printk() in drivers/zorro that has no KERN_ constant. Signed-off-by: James Nelson <[EMAIL PROTECTED]> Modified files: linux/drivers/zorro: zorro.c Index: linux/drivers/zorro/zorro.c Sta

CVS Update: linux

2005-03-20 Thread Geert Uytterhoeven
Log message: Mac NCR5380 SCSI: Fix bus error by passing the correct instance pointer to request_irq() Signed-off-by: Finn Thain <[EMAIL PROTECTED]> Modified files: linux/drivers/scsi: mac_scsi.c Index: linux/drivers/scsi/mac_scsi.c Stats: 2 modifications http://linux-m68k-cvs.ubb.c

CVS Update: linux

2005-03-20 Thread Geert Uytterhoeven
Log message: M68k: Add missing pieces of thread info TIF_MEMDIE support (introduced in 2.6.11-rc3) Modified files: linux/include/asm-m68k: processor.h thread_info.h Index: linux/include/asm-m68k/processor.h Stats: 3 modifications http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/include/a

CVS Update: linux

2005-03-20 Thread Geert Uytterhoeven
Log message: Sun-3/3x: Enable Sun partition tables support by default Modified files: linux/fs/partitions: Kconfig linux/arch/m68k/configs: sun3_defconfig sun3x_defconfig Index: linux/fs/partitions/Kconfig Stats: 2 modifications http://linux-m68k-cvs.ubb.ca/c/cvsweb/lin

Re: [PATCH] Jazzsonic driver updates

2005-03-22 Thread Geert Uytterhoeven
This part broke compilation for Mac/m68k. > printk("%s: no VDMA entry for transmit available.\n", > dev->name); > dev_kfree_skb(skb); Gr{oetje,eeting}s, Geert -- Geert Uytterhoeve

Re: Failed to compile kernel with cross compiler for mvme 162

2005-03-24 Thread Geert Uytterhoeven
0 is_not_bvme6000(2f) Anyway, I guess you're using a fairly recent gcc, which may have problems with other kernel source files, too. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROT

Re: Failed to compile kernel with cross compiler for mvme 162

2005-03-25 Thread Geert Uytterhoeven
On Fri, 25 Mar 2005, F.Laget wrote: > Geert Uytterhoeven a écrit : > >On Tue, 22 Mar 2005, F.Laget wrote: > >>I have some errors at the end of compilation of the m68k linux kernel: > >> > >>m68k-linux-gcc -D__ASSEMBLY__ -D__KERNEL__ -I/home/donan/mvme/linux/i

Re: Failed to compile kernel with cross compiler for mvme 162

2005-03-26 Thread Geert Uytterhoeven
nux-gnu-*'. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I

CVS Update: linux

2005-04-17 Thread Geert Uytterhoeven
Log message: Update defconfigs for 2.6.11 Modified files: linux/arch/m68k: defconfig linux/arch/m68k/configs: amiga_defconfig apollo_defconfig atari_defconfig bvme6000_defconfig hp300_defconfig mac_defconfig mvme147_defconfig mvme16x_defconfig q40_defconf

Re: Linux 2.6.12-rc3

2005-04-21 Thread Geert Uytterhoeven
On Thu, 21 Apr 2005, Jan Dittmer wrote: > Linus Torvalds wrote: > > Geert Uytterhoeven: > > [PATCH] M68k: Update defconfigs for 2.6.11 > > [PATCH] M68k: Update defconfigs for 2.6.12-rc2 > > Why do I still get this error when trying to cross-compile for m68k? Be

Re: [PATCH] kill old EH constants

2005-04-21 Thread Geert Uytterhoeven
_RESET_SUCCESS - SCSI_RESET_BUS_RESET causing the driver to fail to build in 2.6.12-rc3. What should I replace them by? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal co

Re: Kernel question

2005-04-21 Thread Geert Uytterhoeven
ernel without these changes? Probably, some people tried in the past. But in that case you have to make some other changes first. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal

Re: new m68k processor support

2005-04-22 Thread Geert Uytterhoeven
us, I guess Linus/Andrew will be willing to merge them. Does your new m68k processor support touch many files touched by thread_info.diff or Al Viro's changes? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyo

[PATCH 00/13] some swapfile patches (fwd)

2005-07-10 Thread Geert Uytterhoeven
FYI ;-) -- Forwarded message -- Date: Sat, 9 Jul 2005 01:00:21 +0100 (BST) From: Hugh Dickins <[EMAIL PROTECTED]> To: Andrew Morton <[EMAIL PROTECTED]> Cc: linux-kernel@vger.kernel.org Subject: [PATCH 00/13] some swapfile patches Here comes a series of 13 swap patches, mainly to

Re: to cross-compile 2.6.x with old binutils

2005-08-04 Thread Geert Uytterhoeven
s a complete new cross compiler setup? Assemble usr/initramfs_data.S with a newer assembler. All the rest should be fine. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal c

Re: [PATCH] Atari aty patch

2005-08-17 Thread Geert Uytterhoeven
nction `atyfb_exit': drivers/video/aty/atyfb_base.c:3719: warning: passing arg 1 of `platform_device_unregister' from incompatible pointer type drivers/video/aty/atyfb_base.c: At top level: drivers/video/aty/atyfb_base.c:415: warning: `correct_chipset' defined but not used Gr{oetje,e

Re: [PATCH] (18/22) task_thread_info - part 2/4

2005-08-25 Thread Geert Uytterhoeven
> +} > + > +static inline unsigned long *end_of_stack(struct task_struct *p) ^ const struct task_struct *p? > +{ > + return (unsigned long *)(p->thread_info + 1); > +} > + Gr{oetje,eeting}s,

Re: [PATCH] (18/22) task_thread_info - part 2/4

2005-08-25 Thread Geert Uytterhoeven
iceable on the Linux/m68k timescale anyway ;-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I&#

Re: CONFIG_HADES

2005-09-09 Thread Geert Uytterhoeven
people know more? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists

Re: m68knommu doesn't build upstream

2006-11-16 Thread Geert Uytterhoeven
revious declaration of 'irq_handler_t' > was here > > Is this arch bitrotting ? Maybe, although Greg announces updated versions on a regular basis. BTW, m68knommu is not really handled by linux-m68k. Please use uclinux-dev instead. Gr{oetje,eeting}s,

Re: [RFC: 2.6 patch] remove broken video drivers

2006-11-19 Thread Geert Uytterhoeven
? > > - HADES (arch/m68k/Kconfig) > - ATARI_ACSI (drivers/net/Kconfig) > - ATARI_BIONET (drivers/net/Kconfig) > - ATARI_PAMSNET (drivers/net/Kconfig) > - ATARI_SCSI (drivers/scsi/Kconfig) AFAIK, Michael is also working on ATARI_SCSI. Gr{oetje,eeting}s,

Re: [RFC: 2.6 patch] remove broken net drivers

2006-11-19 Thread Geert Uytterhoeven
l resubmit it. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I j

Re: [2.6 patch] remove broken video drivers (v3)

2006-11-29 Thread Geert Uytterhoeven
lanced-with-iounmap-for-drivers-video-virgefb.patch If possible, can these still be integrated first, to ease a future resurrection? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In pe

Re: [2.6 patch] cleanup asm/setup.h userspace visibility

2006-12-03 Thread Geert Uytterhoeven
nd FPU* are needed to compile m68kboot. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to

Re: 2.6 kernel on aranym?

2006-12-08 Thread Geert Uytterhoeven
pdates to those patches? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journ

Re: 2.6 kernel on aranym?

2006-12-11 Thread Geert Uytterhoeven
t;max_sectors); > blk_queue_bounce_limit(q, scsi_calculate_bounce_limit(shost)); > > This one should go directly upstream, I think. Then please ask/tell linux-scsi and jejb. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There

Re: [2.6 patch] remove the broken BLK_DEV_SWIM_IOP driver

2006-12-12 Thread Geert Uytterhoeven
forseeable future. > > But if anyone wants to ever revive this driver, the code is still > present in the older kernel releases. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Acked-by: Geert Uytterhoeven <[EMAIL PROTECTED]> Gr{oetje,eeting}s,

Re: [PATCH] 2.6.19 m68k Atari: ARAnyM support

2006-12-12 Thread Geert Uytterhoeven
C prototypes with inline assembler instead of these hardcoded unsigned longs? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I ca

Re: [PATCH] 2.6.19 m68k Atari: Keyboard/mouse support

2006-12-12 Thread Geert Uytterhoeven
On Mon, 11 Dec 2006, Michael Schmitz wrote: > Second part: Atari keyboard and mouse support. > > Signed-Off-By: <[EMAIL PROTECTED]> Atari keyboard and mouse fixes: - Kill unused variables - Add missing declaration of atari_keyb_init() Signed-off-by: Geert Uytterhoeven &l

Re: [PATCH] 2.6.19 m68k Atari: SCC serial support

2006-12-12 Thread Geert Uytterhoeven
d maybe someone can figure out a better > way to push characters up to the ldisc. > > Signed-Off-By: <[EMAIL PROTECTED]> SCC_clocks is unused. Is this intentional? Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- linux-m68k-2.6.19.orig/drivers/char/atari_scc.c 2006-

Re: [PATCH] 2.6.19 m68k Atari: ARAnyM support

2006-12-12 Thread Geert Uytterhoeven
On Tue, 12 Dec 2006, Geert Uytterhoeven wrote: > On Mon, 11 Dec 2006, Michael Schmitz wrote: > > this isn't really my kettle of fish, but I post it anyway unless Petr > > complains :-) > > > > This is what makes it possible for me to test 2.6 builds on the &g

Re: apne vs. pcnet_cs

2006-12-14 Thread Geert Uytterhoeven
" and use of pcnet_cs instead > of apne. What is the status of this? Just compile module and try it out? http://linux-m68k-cvs.ubb.ca/~geert/linux-m68k-2.6.x-merging/integrated-2.6.20-rc1/637-apne.diff Gr{oetje,eeting}s, Geert -- Geert Uy

Re: [PATCH] 2.6.19 m68k Atari: SCSI support

2006-12-14 Thread Geert Uytterhoeven
x27;s `cast is not an lvalue' fix for Atari SCSI. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- linux-m68k-2.6.19.orig/drivers/scsi/atari_NCR5380.c +++ linux-m68k-2.6.19/drivers/scsi/atari_NCR5380.c @@ -264,7 +264,7 @@ static struct scsi_host_template *the_te (

Re: [PATCH] 2.6.19 m68k Atari: Frame buffer support

2006-12-14 Thread Geert Uytterhoeven
je,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programm

Re: [PATCH] 2.6.19 m68k Atari: SCSI support

2006-12-14 Thread Geert Uytterhoeven
On Thu, 14 Dec 2006, Geert Uytterhoeven wrote: > Al's `cast is not an lvalue' fix for Atari SCSI. > > Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> Bummer, wrong signed-off-by macro :-) Make it Signed-off-by: Geert Uytterhoeven <[EMAIL PR

Re: [PATCH] 2.6.19 m68k Atari: Frame buffer support

2006-12-14 Thread Geert Uytterhoeven
fb_update_var() and atafb_set_var() - Kill a few more unused local variables - Move atafb_init() so we don't need a forward declaration for atafb_setup() - atafb_iplan2p*(): Kill pointer assignment warnings - Fix comment Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> ---

Re: [PATCH] 2.6.19 m68k Atari: Falcon IDE support

2006-12-14 Thread Geert Uytterhoeven
ent entering the handler twice for each interrupt which may > currently be the case). I'll integrate my fixes in your patches (plus a few more whitespace cleanups), and will publish them soon. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- T

Re: [PATCH] 2.6.19 m68k Atari: Frame buffer support

2006-12-15 Thread Geert Uytterhoeven
the old atafb have correct timings? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talk

Re: [PATCH] 2.6.19 m68k Atari: Frame buffer support

2006-12-15 Thread Geert Uytterhoeven
e; atafb sure can do without > otherwise. But at least the various old *_encode_bar() routines filled in the values, so you can use these for your modedb array. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond

Re: CVS Update: linux

2006-12-17 Thread Geert Uytterhoeven
ix uses by the Debian packages. Yep, and Debian is the only distro that cares(?) about m68k anyway. (hmm, what kind of smiley should be put here???) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 --

Re: [RFC PATCH] m68k: switch to 53c700 driver

2006-12-18 Thread Geert Uytterhoeven
iff m68k-mvme-scsi-rename.diff m68k-53c700-scsi.diff from http://linux-m68k-cvs.ubb.ca/~geert/linux-m68k-2.6.x-merging/. These are against 2.6.19. BTW, are you interested in more Scsi_Cmnd -> struct scsi_cmnd patches? I have a few of them lying around. Gr{oetje,eeting}s,

[PATCH 2.6.20-rc1 10/10] dec_esp: Driver model for the PMAZ-A (fwd)

2006-12-20 Thread Geert Uytterhoeven
As we are most of the other NCR53C9x users... -- Forwarded message -- Date: Wed, 20 Dec 2006 12:02:27 + (GMT) From: Maciej W. Rozycki <[EMAIL PROTECTED]> To: Andrew Morton <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], linux-kernel@vger.kernel.org, linux-scs

Re: [RFC: 2.6 patch] remove the broken SCSI_AMIGA7XX driver

2007-01-05 Thread Geert Uytterhoeven
re. There's a fix available to convert this driver to the new 53c700 core. But it needs the new DMA framework, which still causes a few regressions on m68k that are being worked on. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There'

PT_* vs. struct pt_regs

2007-01-11 Thread Geert Uytterhoeven
ent) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say

Re: PT_* vs. struct pt_regs

2007-01-12 Thread Geert Uytterhoeven
ght, he says we should take > the task struct from the stack instead of going over current (which we > keep in a2, and prefer to use for that reason)? Yep, that's what he suggests. But we do it differently for `a good reason'. Unfortunately I don't remember what good reason it

Re: [PATCH] severing module.h->sched.h

2007-01-10 Thread Geert Uytterhoeven
gt; preempt_count -> current_thread_info -> task_thread_info which needs the definition of struct task_struct. The patch below fixes it by including in kernel/time/clocksource.c. But perhaps this is the right time to move struct task_struct to its own include instead? Signed-of

Re: [PATCH] mm: pagefault_{disable,enable}()

2007-01-10 Thread Geert Uytterhoeven
x27;: | linux-2.6.20-rc4/include/linux/uaccess.h:33: error: dereferencing pointer to incomplete type -> inc_preempt_count -> add_preempt_count -> preempt_count -> current_thread_info -> task_thread_info which needs the definition of struct task_struct. The patch

Re: [PATCH] mm: pagefault_{disable,enable}()

2007-01-10 Thread Geert Uytterhoeven
On Wed, 10 Jan 2007, Linus Torvalds wrote: > On Wed, 10 Jan 2007, Geert Uytterhoeven wrote: > > This change causes lots of compile errors of the following form on m68k: > > > > | linux-2.6.20-rc4/include/linux/uaccess.h: In function `pagefault_disable': > >

Re: Lacking TX-statistics for a2065

2007-01-14 Thread Geert Uytterhoeven
:11991040 (11.4 Mb) TX bytes:12477459 (11.8 Mb) > Interrupt:2 Base address:0x300 > > > Driver bug perhaps? Anyone alse with a2065 perhaps that see this? Both the A2065 and Ariadne driver seem to miss code to update net_device_stats.tx_bytes. The patch below (compile-tested only) m

RE: ide0 fails to get IRQ 2.6.8-18 inside aranym

2007-01-23 Thread Geert Uytterhoeven
s. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say &quo

Re: ide0 fails to get IRQ 2.6.8-18 inside aranym

2007-01-25 Thread Geert Uytterhoeven
th gcc 4.1.1 on Gentoo. It's always been stright forward. And it's time to update the defconfigs again. I'm working on that... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECT

Re: PT_* vs. struct pt_regs

2007-01-25 Thread Geert Uytterhoeven
On Wed, 17 Jan 2007, Roman Zippel wrote: > On Thu, 11 Jan 2007, Geert Uytterhoeven wrote: > > Hmm, upon closer look, there are more conflicts between > > and other header files, and > > arch/m68k/kernel/ptrace.c does need some of the PT_* definitions from > > , so I ca

Patch queue updated

2007-02-04 Thread Geert Uytterhoeven
{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programme

Re: Patch queue updated

2007-02-04 Thread Geert Uytterhoeven
On Sun, 4 Feb 2007, Geert Uytterhoeven wrote: > I updated my patch queue at > http://linux-m68k-cvs.ubb.ca/~geert/linux-m68k-2.6.x-merging/ Updated again, for 2.6.20-final. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lo

Re: [PATCH 2.6.20] arch M68K: user ARRAY_SIZE macro when appropriate

2007-02-05 Thread Geert Uytterhoeven
On Mon, 5 Feb 2007, Ahmed S. Darwish wrote: > A patch to use ARRAY_SIZE macro already defined in linux/kernel.h > > Signed-off-by: Ahmed S. Darwish <[EMAIL PROTECTED]> > --- > Patch isn't compile checked since I have no m68k machine at hand. Acked-by: Geert Uytterhoev

[PATCH] Workqueue updates for the Atari EtherNEC driver

2007-02-08 Thread Geert Uytterhoeven
Workqueue updates for the Atari EtherNEC driver (does this make sense?) Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/net/atari_ethernec.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) --- linux-m68k-2.6.20.orig/drivers/net/atari_ethernec.c +++ linu

[PATCH] Workqueue updates for the Atari SCSI driver

2007-02-08 Thread Geert Uytterhoeven
Workqueue updates for the Atari SCSI driver (does this make sense?) Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/scsi/atari_NCR5380.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-m68k-2.6.20.orig/drivers/scsi/atari_NCR5380.c +++ linux-m68k-

Re: [PATCH] Workqueue updates for the Atari EtherNEC driver

2007-02-12 Thread Geert Uytterhoeven
atform/system (I think we can present a nice `Amiga' bus based on AMIGAHW_PRESENT()) bus devices. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technica

Re: [PATCH] Workqueue updates for the Atari SCSI driver

2007-02-12 Thread Geert Uytterhoeven
rrect and (b) casts are evil. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical peopl

Re: module_fixup (was: Re: CVS Update: linux)

2007-02-14 Thread Geert Uytterhoeven
On Sun, 8 Oct 2006, Roman Zippel wrote: > On Sun, 8 Oct 2006, Geert Uytterhoeven wrote: > > > http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/arch/m68k/mm/motorola%2ec.diff?r1=1.13&r2=1.14 > > > >

Re: [RFC PATCH] m68k: GENERIC_IOMAP support (take #2)

2007-02-25 Thread Geert Uytterhoeven
ath of 32 bits is possible there. So they should be dummies, or implemented using 2 16-bit accesses. Right now the fact they're missing causes compile/link problems. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux

Re: mac.linux-m68k.org, was Re: DNS problems

2007-04-10 Thread Geert Uytterhoeven
ago), is this list (linux-m68k) a better > > substitute than a new list on sourceforge? > > I don't think there's enough traffic to justify a separate list these days. And it's easier to hunt for patches on linux-m68k only. Gr{oetje,eeting}s,

Re: linux-2.6.20

2007-04-11 Thread Geert Uytterhoeven
ocy */ +old_gas=-1 +.irpgas_ident.x .x +old_gas=old_gas+1 +.endr +.if !old_gas +.irp m b,w,l +.macro getuser.\m src,dest,label,addr + getuser .\m,\src,\dest,\label,\addr +.endm +.macro putuser.\m src,dest,label,addr + putuser .\m,\src,\dest,\label,\addr +.endm +.endr +.endif

RE: Current natfeat support

2007-04-17 Thread Geert Uytterhoeven
gt; that this wasn't just the -mshort case. I've just tried :-) | extern f(long id, ...); | | void g(short x) | { | f(0xdeadbeef, x, 0x12345678); | } Without -mshort, it puts a sign-extended 32-bit version of `x' on the stack. With -mshort, it indeed puts a short on the st

Re: patches for 2.6.21 (and 2.6.22-rc?)

2007-04-28 Thread Geert Uytterhoeven
ven't found time yet to update them. > I've re-merged the series against 2.6.21. You can find it here (untested > since 2.6.20), > > http://www.telegraphics.com.au/~fthain/patches/quilt-2.6.21 OK, thanks! Gr{oetje,eeting}s,

Re: [PATCH] cg3/bw2: add Sun3/Sun3x support

2007-04-29 Thread Geert Uytterhoeven
(.text+0x103ae): undefined reference to `prom_getintdefault' Sun3x is OK, as it has a dummy prom_getintdefault() in arch/m68k/sun3x/prom.c. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL

Re: patches for 2.6.21 (and 2.6.22-rc?)

2007-04-30 Thread Geert Uytterhoeven
On Sat, 28 Apr 2007, Geert Uytterhoeven wrote: > On Sat, 28 Apr 2007, Finn Thain wrote: > > I was just looking at > > > > http://linux-m68k-cvs.ubb.ca/~geert/linux-m68k-2.6.x-merging/ > > > > and I noticed some old patches of mine, > > > >

Re: [PATCH] deprecate the old NCR53C9x driver

2007-04-30 Thread Geert Uytterhoeven
o set MPEG compression parameters. These ioctls are Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversation

Re: [RFC PATCH] m68k: GENERIC_IOMAP support (take #2)

2007-05-01 Thread Geert Uytterhoeven
my cause problems with the usage of e.g. outb_p() in de600_put_command(), but I don't know we really want to fix those... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In pe

[patch 00/33] m68k patches for 2.6.22

2007-05-01 Thread Geert Uytterhoeven
[ resending, due to quilt rookie getting trapped in Dave's spamfilters ] Here are the m68k patches for 2.6.22. Please apply. Thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROT

[patch 29/33] SONIC interrupt handling

2007-05-01 Thread Geert Uytterhoeven
i++) { struct sk_buff *skb = dev_alloc_skb(SONIC_RBSIZE + 2); if (skb == NULL) { @@ -169,8 +146,6 @@ static int sonic_close(struct net_device } } - free_irq(dev->irq, dev);/* release the IRQ */ - return 0; }

[patch 01/33] m68k: Atari SCSI revival

2007-05-01 Thread Geert Uytterhoeven
HRONOUS 0x01 +#define SCSI_RESET_ASYNCHRONOUS0x02 +#define SCSI_RESET_SUGGEST_BUS_RESET 0x04 +#define SCSI_RESET_SUGGEST_HOST_RESET 0x08 + +#define SCSI_RESET_BUS_RESET 0x100 +#define SCSI_RESET_HOST_RESET 0x200 +#define SCSI_RESET_ACTION 0xff + /* Debugging printk definitions

[patch 24/33] m68k: Mac IRQ cleanup

2007-05-01 Thread Geert Uytterhoeven
e use for mutual exclusion in the Mac interrupt dispatchers. Remove it. Signed-off-by: Finn Thain <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- arch/m68k/mac/baboon.c | 20 +++- arch/m68k/mac/oss.c|4 arch/m68k/mac/psc.c

[patch 33/33] Convert non-highmem kmap_atomic() to static inline function

2007-05-01 Thread Geert Uytterhoeven
Convert kmap_atomic() in the non-highmem case from a macro to a static inline function, for better type-checking and the ability to pass void pointers instead of struct page pointers. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- include/linux/highmem.h | 10 --

[patch 22/33] m68k: Mac IRQ prep

2007-05-01 Thread Geert Uytterhoeven
nate sooner. Explicitly initialise the VIA latches to make the code more easily understood. Also some cleanups. Signed-off-by: Finn Thain <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- arch/m68k/mac/baboon.c | 12 ++-- arch/m68k/mac/oss.c|8

[patch 26/33] CUDA ADB fixes

2007-05-01 Thread Geert Uytterhoeven
CUDA ADB. Tested on Quadra 840av and LC630 (both m68k); also Beige G3 (powerpc). Signed-off-by: Finn Thain <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/macintosh/via-cuda.c | 58 +++ 1 file change

[patch 31/33] m68k: kill skb_copy_from_linear_data compiler warnings

2007-05-01 Thread Geert Uytterhoeven
The recent conversion from `memcpy' to `skb_copy_from_linear_data' removed a few casts, which were needed to silence compiler warnings. Re-add them. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/net/7990.c |6 +++--- drivers/net/a2065.c |4 +

[patch 27/33] m68k: macmace fixes

2007-05-01 Thread Geert Uytterhoeven
and 660av. Signed-off-by: Finn Thain <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/net/Kconfig |4 drivers/net/Space.c |4 drivers/net/macmace.c | 589 ++ 3 files changed, 363 inse

[patch 19/33] NuBus header update

2007-05-01 Thread Geert Uytterhoeven
From: Finn Thain <[EMAIL PROTECTED]> Sync the nubus defines with the latest code in the mac68k repo. Some of these are needed for DP8390 driver update in the next patch. Signed-off-by: Finn Thain <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]>

[patch 25/33] m68k: Mac II ADB fixes

2007-05-01 Thread Geert Uytterhoeven
reply_len = 1; - prefix_len = 1; - reading_reply = 0; - } else { - /* no IRQ, send next packet or wait */ - macii_state = idle; -

[patch 20/33] m68k: Mac DP8390 update

2007-05-01 Thread Geert Uytterhoeven
From: Finn Thain <[EMAIL PROTECTED]> Fix the support for C/NET nubus ethernet cards etc. Sync up the DP8390 driver with the latest code in the mac68k repo. Signed-off-by: Finn Thain <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/ne

[patch 13/33] m68k: Correct number of interrupts for Sun3

2007-05-01 Thread Geert Uytterhoeven
From: Sam Creasey <[EMAIL PROTECTED]> Only attempt to initialize the amount of interrupts a sun3 actually has... Signed-off-by: Sam Creasey <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- arch/m68k/sun3/sun3ints.c |2 +- 1 file changed,

[patch 07/33] m68k: Mac89x0 Ethernet netif updates

2007-05-01 Thread Geert Uytterhoeven
From: Matthias Urlichs <[EMAIL PROTECTED]> Macintosh CS89x0 Ethernet: Netif updates Addition of netif_stop_queue() before transmission by Michael Schmitz skb_copy_{from,to}_linear_data() conversion by Geert Uytterhoeven Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> ---

[patch 03/33] m68k: Atari SCSI driver compile fixes

2007-05-01 Thread Geert Uytterhoeven
From: Roman Zippel <[EMAIL PROTECTED]> Atari SCSI driver compile fixes Signed-off-by: Roman Zippel <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/scsi/atari_NCR5380.c | 33 + drivers/scsi/atari_scsi.c|6 - drivers

  1   2   3   4   5   6   7   8   9   10   >