[PATCH 2/3 v2] i2c: i2c-piix4: Use the common mutex

2017-04-03 Thread Zoltan Boszormenyi
SB800 Signed-off-by: Zoltan Boszormenyi --- drivers/i2c/busses/i2c-piix4.c | 43 +- 1 file changed, 13 insertions(+), 30 deletions(-) diff --git a/drivers/i2c/busses/i2c-piix4.c b/drivers/i2c/busses/i2c-piix4.c index c21ca7b..6c56e96 100644 --- a/drivers

[PATCH 3/3 v2] watchdog: sp5100_tco: Use the common mutex

2017-04-03 Thread Zoltan Boszormenyi
so the code is now uniform across the three individual drivers. v2: Explicit extern reference for sb800_mutex Signed-off-by: Zoltan Boszormenyi --- drivers/watchdog/sp5100_tco.c | 31 ++- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/drivers/watchdog

[PATCH 1/3 v2] usb: pci-quirks: Add a common mutex for the I/O port pair of SB800

2017-04-03 Thread Zoltan Boszormenyi
wrapper for mutex_lock() / mutex_unlock() Signed-off-by: Zoltan Boszormenyi --- drivers/usb/host/pci-quirks.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/usb/host/pci-quirks.c b/drivers/usb/host/pci-quirks.c index a9a1e4c..1ef0ada 100644 --- a/drivers/usb/host/pci-quirks.c

[PATCH 0/3 v2] Fix regression in the sp5100_tco driver

2017-04-03 Thread Zoltan Boszormenyi
request_region() calls are removed from both i2c-piix4 and sp5100_tco to make the code uniform. This patch series implements this and restores the watchdog function. v2: Don't introduce a new header, reference sb800_mutex explicitly Signed-off-by: Zoltan Boszormenyi drivers/i2c/busses/i2c-pi

[PATCH 2/3] i2c: i2c-piix4: Synchronize I/O port accesses with the SB800 USB quirk

2017-04-01 Thread Zoltan Boszormenyi
: commit 2fee61d22e606fc99ade9079fda15fdee83ec33e Author: Christian Fetzer Date: Thu Nov 19 20:13:48 2015 +0100 i2c: piix4: Add support for multiplexed main adapter in SB800 Signed-off-by: Zoltan Boszormenyi --- drivers/i2c/busses/i2c-piix4.c | 59

[PATCH 3/3] watchdog: sp5100_tco: Synchronize I/O port accesses

2017-04-01 Thread Zoltan Boszormenyi
reserve these I/O ports, similarly to i2c-piix4 so the code is now uniform across the three individual drivers. Signed-off-by: Zoltan Boszormenyi --- drivers/watchdog/sp5100_tco.c | 24 +++- drivers/watchdog/sp5100_tco.h | 10 ++ 2 files changed, 17 insertions(+), 17

[PATCH 1/3] usb: pci-quirks: Add a header for SB800 I/O ports and mutex for locking

2017-04-01 Thread Zoltan Boszormenyi
SB800 Signed-off-by: Zoltan Boszormenyi --- drivers/usb/host/pci-quirks.c | 14 ++ include/linux/sb800.h | 15 +++ 2 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 include/linux/sb800.h diff --git a/drivers/usb/host/pci-quirks.c b/drivers/usb

[PATCH 0/3, resend] Fix sp5100_tco watchdog driver regression

2017-04-01 Thread Zoltan Boszormenyi
make the code uniform. This patch series implements this and restores the watchdog function. Signed-off-by: Zoltan Boszormenyi drivers/i2c/busses/i2c-piix4.c | 59 -- drivers/usb/host/pci-quirks.c | 14 ++--- drivers/watchdog/sp5100_tco.c | 24

[PATCH] Re: Forcing modes in libata (was: SATA buffered read VERY

2008-01-06 Thread Zoltan Boszormenyi
Hi, Once upon a time FD Cami wrote: On Sun, 6 Jan 2008 13:36:09 + Alan Cox <[EMAIL PROTECTED]> wrote: > On Sun, 6 Jan 2008 08:03:31 +0300 > > > For now you can boot with libata.dma=1 to select DMA on disks but > > > not CD > > > > Great, but why isn't this in the documentation? > > Send p

Re: Bad CD disk disables IDE DMA

2007-08-19 Thread Zoltan Boszormenyi
Zoltan Boszormenyi írta: Bodo Eggert írta: Michal Piotrowski <[EMAIL PROTECTED]> wrote: On 15/08/07, Zoltan Boszormenyi <[EMAIL PROTECTED]> wrote: I noticed that a bad CD of mine makes DMA disabled: [...] hda: cdrom_decode_status: error=0x40 { LastFailedSens

Re: Bad CD disk disables IDE DMA

2007-08-16 Thread Zoltan Boszormenyi
Bodo Eggert írta: Michal Piotrowski <[EMAIL PROTECTED]> wrote: On 15/08/07, Zoltan Boszormenyi <[EMAIL PROTECTED]> wrote: I noticed that a bad CD of mine makes DMA disabled: [...] hda: cdrom_decode_status: error=0x40 { LastFailedSense=0x04 } ide: faile

Re: Bad CD disk disables IDE DMA

2007-08-16 Thread Zoltan Boszormenyi
Zoltan Boszormenyi írta: Michal Piotrowski írta: Hi Zoltan, On 15/08/07, Zoltan Boszormenyi <[EMAIL PROTECTED]> wrote: Hi, I noticed that a bad CD of mine makes DMA disabled: hda: selected mode 0x44 hda: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error

Re: Bad CD disk disables IDE DMA

2007-08-16 Thread Zoltan Boszormenyi
Michal Piotrowski írta: Hi Zoltan, On 15/08/07, Zoltan Boszormenyi <[EMAIL PROTECTED]> wrote: Hi, I noticed that a bad CD of mine makes DMA disabled: hda: selected mode 0x44 hda: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error } hda: cdrom_decode_status: erro

Bad CD disk disables IDE DMA

2007-08-15 Thread Zoltan Boszormenyi
Hi, I noticed that a bad CD of mine makes DMA disabled: hda: selected mode 0x44 hda: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error } hda: cdrom_decode_status: error=0x40 { LastFailedSense=0x04 } ide: failed opcode was: unknown hda: cdrom_decode_status: status=0x51 { DriveReady

NVIDIA libata status outdated

2007-07-25 Thread Zoltan Boszormenyi
Hi, it seems your "Libata status" page needs some update. " NVIDIA Driver name: *sata_nv* Summary: No TCQ/NCQ in early chipsets. NCQ support added in later chipsets. Looks like a PATA controller, but with full SATA control including hotplug and PM. *Update:* NVIDIA has provided info

DVD-playing, ide-cd vs scsi-cd drivers

2007-07-15 Thread Zoltan Boszormenyi
Hi, I have an FC6 machine with a Pioneer DVD-RW and I occasionally watch DVDs on it. (Xine+libdvdcss from Livna works just fine.) I compiled 2.6.22-rc7-git5 before with ide-cd but now I changed the driver to pata_amd to see it works before I upgrade to FC7. Now DVD-playing doesn't work, I got thi

Re: [PATCH] ata: Add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61

2007-07-07 Thread Zoltan Boszormenyi
kuan luo írta: From: Kuan Luo <[EMAIL PROTECTED]> Add the Software NCQ support to sata_nv.c for MCP51/MCP55/MCP61 SATA controller. NCQ function is disable by default, you can enable it with 'swncq=1'. NCQ will be turned off if the drive is Maxtor on MCP51 or MCP55 rev 0xa2 platform. Signed-of

Re: [PATCH] ata: Add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61

2007-07-03 Thread Zoltan Boszormenyi
Hi, Zoltan Boszormenyi írta: Hi, I am testing your current code with akpm's beautifying patches for about an hour now. I have seen no problems with it so far. Still using the patch on 2.6.22-rc6 and no problems so far. It's really stable. I am looking forward to the next versi

RE: [PATCH] ata: Add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61

2007-06-27 Thread Zoltan Boszormenyi
Hi, I am testing your current code with akpm's beautifying patches for about an hour now. I have seen no problems with it so far. **A pretty good way. I will modify my code. Please, cc me when sending your next patch to LKML, thanks. Best regards, Zoltán Böszörményi - To unsubscribe fr

Re: MCP55 NCQ problem?

2007-06-18 Thread Zoltan Boszormenyi
Zoltan Boszormenyi írta: Hi, Peer Chen írta: Zoltan, What's your board's model number? Could you post the pci dump using 'lspci -xxx'? Thanks. BRs Peer Chen -Original Message- From: Robert Hancock [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007

Re: 2.6.22-rc3-mm1

2007-06-05 Thread Zoltan Boszormenyi
Hi! -drivers-ata-add-sw-ncq-support-to-sata_nv-for-mcp51-mcp55-mcp61.patch -drivers-ata-add-sw-ncq-support-to-sata_nv-for-mcp51-mcp55-mcp61-fix.patch -drivers-ata-add-sw-ncq-support-to-sata_nv-for-mcp51-mcp55-mcp61-fix-tidy.patch Merged into mainline or a subsystem tree They aren't. They are

Re: MCP55 NCQ problem?

2007-05-31 Thread Zoltan Boszormenyi
Hi, Peer Chen írta: Zoltan, What's your board's model number? Could you post the pci dump using 'lspci -xxx'? Thanks. BRs Peer Chen -Original Message- From: Robert Hancock [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 10:31 PM To: Zoltan Boszormenyi Cc

Re: Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH

2007-05-30 Thread Zoltan Boszormenyi
Justin Piszcz írta: On Wed, 30 May 2007, Zoltan Boszormenyi wrote: Hi, Look at how slow the raid benchmarks are in dmesg with 8GB of memory! [ 59.592560] raid6: using algorithm sse2x4 (476 MB/s) [ 59.597558] raid5: using function: generic_sse (56.000 MB/sec) Yikes! With mem=4096M

Re: Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH

2007-05-30 Thread Zoltan Boszormenyi
Hi, Look at how slow the raid benchmarks are in dmesg with 8GB of memory! [ 59.592560] raid6: using algorithm sse2x4 (476 MB/s) [ 59.597558] raid5: using function: generic_sse (56.000 MB/sec) Yikes! With mem=4096M: [ 60.336352] raid6: using algorithm sse2x4 (6804 MB/s) [ 60.341345] ra

MCP55 NCQ problem?

2007-05-30 Thread Zoltan Boszormenyi
Hi, I just got this with 2.6.22-rc2 + cfs-v13 + swncq patch: ata2.00: exception Emask 0x0 SAct 0x6 SErr 0x0 action 0x2 frozen ata2.00: cmd 61/18:08:0f:b7:68/00:00:16:00:00/40 tag 1 cdb 0x0 data 12288 out res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout) ata2.00: cmd 61/18:10:

Re: [PATCH] drivers/ata: Add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61

2007-05-20 Thread Zoltan Boszormenyi
Hi, Jeff Garzik írta: Alan Cox wrote: That shouldn't be a problem, libata default DMA mask is 32 bits (which isn't overridden with this controller) and so the block layer will bounce any data being read/written above that point with IOMMU or swiotlb. The comment is a bit unnecessarily scary.

Re: [PATCH] drivers/ata: Add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61

2007-05-17 Thread Zoltan Boszormenyi
Hi, thanks for publishing this. Add the Software NCQ support to sata_nv.c for MCP51/MCP55/MCP61 SATA controller. This patch base on sata_nv.c file from kernel 2.6.22-rc1 See attachment for the patch. Signed-off-by: Kuan Luo <[EMAIL PROTECTED]> Signed-off-by: Peer Chen <[EMAIL PROTECTED]> ===

Re: [patch] CFS scheduler, -v8

2007-05-03 Thread Zoltan Boszormenyi
Hi! *** Balbir Singh <[EMAIL PROTECTED]> wrote: > The problem is with comparing a s64 values with (s64)ULONG_MAX, which > evaluates to -1. Then we check if exec_delta64 and fair_delta64 are > greater than (s64)ULONG_MAX (-1), if so we assign (s64)ULONG_MAX to > the respective values. ah, i

Re: Nvidia nForce5 NCQ support status?

2007-04-30 Thread Zoltan Boszormenyi
Hi, Hello list, I was wondering what has happened with the NCQ support for nForce5 chipsets? I've got one (on an Abit KN9-SLI), and I've found no further mentions about it for a while. Kind regards, Jan I asked about it almost two months ago on this list, a month before that in privat

How soon is soon? MCP55 NCQ support on Linux...

2007-03-09 Thread Zoltan Boszormenyi
Hi, I have seen your message in LKML archive: http://marc.theaimsgroup.com/?l=linux-kernel&m=116046278930988&w=2 It's dated 2006.10.10 and states that a patch to support NCQ on MCP55/MCP61 under Linux is coming "soon". Now it's five months later and I would like to ask when will it be supported?

BUG in kernel-rt 2.6.20-0119.rt8

2007-03-06 Thread Zoltan Boszormenyi
Hi, I am using kernel-rt on my FC6/x86-64 system, the CPU is an Athlon64 X2. It locks up very rarely (I haven't found any sign in the logs for that) but I always get this on shutdown, I wonder if it might be related to the lockup: Mar 5 23:53:52 static-81-17-177-202 kernel: BUG: using smp_pro

How mature is forcedeth?

2007-02-04 Thread Zoltan Boszormenyi
Hi, I replaced my "aging" (means: no SVM) first generation Athlon64 3200+ and mainboard with a new AM2 X2 4200+ and ABit KN9 SLI which has dual GbE. Both channels are claimed by forcedeth. I have another machine that is used mostly as a thin client, it's connected to the main machine with a cross

Re: [patch] x86: fix ESP corruption CPU bug

2005-03-14 Thread Zoltan Boszormenyi
Stas Sergeev <[EMAIL PROTECTED]> writes: Another way of saying the same thing: I absolutely hate seeing patches that fix some theoretical issue that no Linux apps will ever care about. No, it is not theoretical, but it is mainly about a DOS games and an MS linker, as for me. The things I'd like to

Re: 2.6.10 dies when X uses PCI radeon 9200 SE, further binary search result

2005-01-30 Thread Zoltan Boszormenyi
On Sun, Jan 30, 2005 at 10:05:16AM -0500, Jon Smirl wrote: I just checked out on current Linus BK with my AGP Radeon 9000 which is pretty close to a 9200. Everything is working fine. I notice from his logs that he is running a PCI radeon, not an AGP one. Didn't someone make some changes to the PCI