Re: [RFC][PATCH] m68k/parisc: Convert hp_sdc_rtc driver to rtc framework

2019-01-30 Thread Kars de Jong
Op di 29 jan. 2019 om 15:10 schreef Kars de Jong : > > Hi Geert, > > Op di 29 jan. 2019 om 10:45 schreef Geert Uytterhoeven : > > > The remainder is a fix for address wrap around when there is memory located > > at the end of the 32-bit address space. > > That

Re: [RFC][PATCH] m68k/parisc: Convert hp_sdc_rtc driver to rtc framework

2019-01-29 Thread Kars de Jong
Hi Geert, Op di 29 jan. 2019 om 10:45 schreef Geert Uytterhoeven : > On Tue, Jan 29, 2019 at 10:17 AM Kars de Jong wrote: > > Op ma 28 jan. 2019 om 21:32 schreef Michael Schmitz : > > > How much RAM does your HP have? > > > > It has 64 MB, so no problems there. &g

Re: [RFC][PATCH] m68k/parisc: Convert hp_sdc_rtc driver to rtc framework

2019-01-29 Thread Kars de Jong
Op ma 28 jan. 2019 om 21:32 schreef Michael Schmitz : > How much RAM does your HP have? It has 64 MB, so no problems there. > Your NFS root file system is probably of a similar vintage to what I use > with only 14 MB. No trouble up to kernel version 4.20. 5.0-rc7 (??) also > boots OK, but some

Re: [RFC][PATCH] m68k/parisc: Convert hp_sdc_rtc driver to rtc framework

2019-01-28 Thread Kars de Jong
Op za 26 jan. 2019 om 14:47 schreef Helge Deller : > > Hello Kars, > > On 21.01.19 09:45, Kars de Jong wrote: > > I tried to test the patch this weekend. I first started with an > > unpatched kernel. Unfortunately, there are hardware issues: > > > > 1. T

Re: [RFC][PATCH] m68k/parisc: Convert hp_sdc_rtc driver to rtc framework

2019-01-21 Thread Kars de Jong
Op di 8 jan. 2019 om 09:34 schreef Kars de Jong : > Op ma 7 jan. 2019 om 22:59 schreef Finn Thain : > > > > On Mon, 7 Jan 2019, Helge Deller wrote: > > > > > On 27.11.18 22:17, Finn Thain wrote: > > > > Adding Kars to Cc. > > > > > > An

Re: [RFC][PATCH] m68k/parisc: Convert hp_sdc_rtc driver to rtc framework

2019-01-08 Thread Kars de Jong
Op ma 7 jan. 2019 om 22:59 schreef Finn Thain : > > On Mon, 7 Jan 2019, Helge Deller wrote: > > > On 27.11.18 22:17, Finn Thain wrote: > > > Adding Kars to Cc. > > > > Any chance this can get tested on m68k? > > > > Sorry, I don't have any HP9000/300 hardware. I think that Kars does, which > is

Re: [RFC PATCH v2 09/14] m68k: hp300: Remove hp300_gettimeoffset()

2018-11-21 Thread Kars de Jong
Op wo 21 nov. 2018 om 00:13 schreef Finn Thain : > > On Tue, 20 Nov 2018, Kars de Jong wrote: > > > Op ma 19 nov. 2018 om 02:10 schreef Finn Thain : > > > > > > hp300_gettimeoffset() never checks the timer interrupt flag and will > > > fail to n

Re: [RFC PATCH v2 09/14] m68k: hp300: Remove hp300_gettimeoffset()

2018-11-20 Thread Kars de Jong
Op ma 19 nov. 2018 om 02:10 schreef Finn Thain : > > hp300_gettimeoffset() never checks the timer interrupt flag and will > fail to notice when the timer counter gets reloaded. That means the > clock could jump backwards. > > Remove this code and leave this platform on the 'jiffies' clocksource. >

Re: [PATCH] block: fix Amiga partition support for disks >= 1 TB

2018-07-02 Thread Kars de Jong
Op ma 2 jul. 2018 om 07:29 schreef Michael Schmitz : > @@ -98,6 +101,79 @@ int amiga_partition(struct parsed_partitions *state) > if (checksum_block((__be32 *)pb, > be32_to_cpu(pb->pb_SummedLongs) & 0x7F) != 0 ) > continue; > > + /* RDB gives

Re: [PATCH v4] m68k/amiga - Amiga Zorro NCR53C9x boards: new zorro_esp.c

2018-03-18 Thread Kars de Jong
this). Also fix > up DMA mask for Zorro II boards to 32 bits (these are really CPU > expansion slot boards). > - remove zorro3 field from driver_data struct (now in private data). > - add braces around ambiguous if - else construct. > - use named structs instead of array for board con

Re: [PATCH 2/2] m68k/amiga - Zorro ESP: new zorro_esp.c

2018-03-05 Thread Kars de Jong
2018-03-04 0:54 GMT+01:00 Michael Schmitz : > +static struct zorro_device_id zorro_esp_zorro_tbl[] = { > + { > + .id = ZORRO_PROD_PHASE5_BLIZZARD_1220_CYBERSTORM, > + .driver_data = (unsigned long)_esp_driver_data[0], > + }, > + {

Re: [PATCH 2/4] m68k/mac: Disentangle VIA and OSS initialization

2017-10-27 Thread Kars de Jong
r via_init(). That is, mac_init_IRQ() happens after config_mac(). > > Tested-by: Stan Johnson <user...@yahoo.com> Was this tested on a Mac IIfx and on at least one other Mac? > Signed-off-by: Finn Thain <fth...@telegraphics.com.au> Reviewed-by: Kars de Jong <jo...@linux-m

Re: [PATCH 2/4] m68k/mac: Disentangle VIA and OSS initialization

2017-10-27 Thread Kars de Jong
ia_init(). That is, mac_init_IRQ() happens after config_mac(). > > Tested-by: Stan Johnson <user...@yahoo.com> Was this tested on a Mac IIfx and on at least one other Mac? > Signed-off-by: Finn Thain <fth...@telegraphics.com.au> Reviewed-by: Kars de Jong <jo...@linux-m68

Re: [PATCH 1/4] m68k/mac: More printk modernization

2017-10-27 Thread Kars de Jong
2017-10-27 4:45 GMT+02:00 Finn Thain : > Log message fragments used to be printed on one line but now get split up. > Fix this. Also, suppress log spam that merely prints known pointer values. > > Tested-by: Stan Johnson > Signed-off-by: Finn Thain

Re: mvme147 status

2016-09-14 Thread Kars de Jong
2016-09-13 22:05 GMT+02:00 Stephen N Chivers : > > Stephen, are you still using them? > > Yes, I am still using the Motorola MVME-167 boards. Note that this is about the MVME-147, not 167. Those are completely different hardware (for instance, NCR SCSI instead of WD). Regards,

Re: esp_scsi QTAG in FAS216

2014-04-13 Thread Kars de Jong
Hi Michael, 2014-04-11 3:47 GMT+02:00 Michael Schmitz schmitz...@gmail.com: The more important issue is the one about the one-byte reconnect message. Does the manual speak to that particular issue? Any hint on how we could enable SCSI-2 features on chip init? There's the SCSI2 bit in the

Re: esp_scsi QTAG in FAS216

2014-04-10 Thread Kars de Jong
that Kars de Jong added that FAS special case. Can you confirm that, Kars? Any recollection as to the reason? That is the value that's in the data manual of the Symbios Logic SYM53CF94/96-2 (the actual chip that's in my Amiga SCSI controller). Funny, according to the QLogic FAS2x6 manual the value

Re: [PATCH] MVME16x: add support for EARLY_PRINTK

2008-11-25 Thread Kars de Jong
On di, 2008-11-25 at 02:26 +0100, Roman Zippel wrote: On Thursday 20. November 2008, Kars de Jong wrote: diff --git a/arch/m68k/Kconfig.debug b/arch/m68k/Kconfig.debug index f53b6d5..e0283a0 100644 --- a/arch/m68k/Kconfig.debug +++ b/arch/m68k/Kconfig.debug @@ -2,4 +2,15 @@ menu Kernel

Conversion of old Amiga NCR53C9x drivers to esp_scsi

2008-11-24 Thread Kars de Jong
Hello everyone, After an initial failure in February this year I have now gotten my Blizzard SCSI Kit IV to work with the esp_scsi core. It turns out the DMA engine doesn't like a transfer size of only 2 bytes (at least not when receiving). The bytes were in the FSC FIFO, but didn't get

Re: [PATCH] MVME16x: add support for EARLY_PRINTK

2008-11-21 Thread Kars de Jong
On vr, 2008-11-21 at 11:29 +0100, Geert Uytterhoeven wrote: On Thu, 20 Nov 2008, Kars de Jong wrote: +void __init mvme16x_early_console(void) static? Yes, you're right. Here is an updated version: From: Kars de Jong [EMAIL PROTECTED] Date: Fri, 21 Nov 2008 13:15:56 +0100 Subject: [PATCH

Re: Server down

2008-11-06 Thread Kars de Jong
On di, 2008-07-01 at 17:12 -0700, Tony Mantler wrote: Sadly this afternoon the RAID on my server died bigtime, taking down my server. Further complicating matters is the fact that I'm in california for the next two months and I won't be able to repair it. I have a backup of the m68k cvs,

Re: [SCSI] sun3x_esp: convert to esp_scsi

2008-02-10 Thread Kars de Jong
On vr, 2008-02-08 at 09:33 +0100, Geert Uytterhoeven wrote: On Fri, 8 Feb 2008, Linux Kernel Mailing List wrote: Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0bb67f181834044db6e9b15c7d5cc3cce0489bfd Commit:

Re: [PATCH 1/1] Remove of old NCR53C9x/esp family of drivers

2008-01-06 Thread Kars de Jong
On do, 2008-01-03 at 20:05 +0100, Geert Uytterhoeven wrote: On Thu, 3 Jan 2008, James Bottomley wrote: On Thu, 2008-01-03 at 17:40 +0200, Boaz Harrosh wrote: As recommended by Christoph Hellwig. There is no use of Fixing these drivers, since there is a much simpler and modern esp

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

2007-02-25 Thread Kars de Jong
On vr, 2006-11-03 at 00:06 +0100, Kars de Jong wrote: On do, 2006-11-02 at 22:34 +0100, Geert Uytterhoeven wrote: OK, here's the patch, without the m68k generic iomap changes. Ah, the missing io{read,write}*() stuff :-) And here is the proposed patch to add iomap support. I think we

Re: Kernels 2.6.16 no longer work on HP9000/300

2007-02-18 Thread Kars de Jong
On zo, 2007-02-18 at 16:55 +0100, Roman Zippel wrote: Hi, On Sun, 18 Feb 2007, Kars de Jong wrote: On za, 2007-02-17 at 23:23 +0100, Kars de Jong wrote: I think I'll add an early serial console to see if I can debug it. Which gives the following output: ABCGHIJK Linux

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

2007-02-03 Thread Kars de Jong
On di, 2006-12-19 at 03:09 +, Al Viro wrote: If Kars doesn't respond, you can try m68k-generic-io.diff Hmm... That breaks when you have ISA !PCI (e.g. amiga or q40 defconfig): lib/built-in.o: In function `ioread32_rep': (.text+0xc31a): undefined reference to `insl'

Re: Strange things wirh NFS on 2.6.8.1 kernel

2005-03-06 Thread Kars de Jong
On Wed, 2004-10-20 at 23:37 +0200, Storm66 wrote: I use to back-up my A2000 on another machine before burning a CD, I noticed some problems with the 2.6.8.1 kernel. The mount -t nfs ... works OK, the distant disk is visibble, all seems OK. Small files are copied over the link but bigger files

Re: help with NIC needed

2005-02-19 Thread Kars de Jong
On Sat, 2005-02-19 at 18:03 +0100, Dominik Szczerba wrote: Hi again, I got another pcmcia card (RTL 8139*) and this one doesnt work either. This one is also supposed to work with the kernel - and indeed it does work smoothly with my notebook (as pcnet_cs module). So what exactly is the