Re: test8-pre2 fs corruption?

2000-09-04 Thread Bartlomiej Zolnierkiewicz
pine crashes on me when i close my bugtraq folder. Ohh, so I'm not the only one having trouble reading bugtraq lately? ;) I'm getting that same problem on 2.4.0-test8-pre1 (+vmpatch), btw. And vanilla 2.4.0-t8-p1, ugh. Regards. -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED

Re: test8-pre2 fs corruption?

2000-09-04 Thread Bartlomiej Zolnierkiewicz
with problems specific to mailing lists may not have been seeing the fs corruption. A message seems to implicate multi-line X-Keywords header lines. Following is an excerpt from BUGTRAQ: (...) -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubs

Re: 2.2 Backport Terminated ...

2000-09-12 Thread Bartlomiej Zolnierkiewicz
one you now know why. PS. If BKZ is up to it, he will begin to handle the back-ports again. Andre, are you going to modularize UDMA drivers for 2.5 ? -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

[PATCH][RFC] Add RUNTIME_FXSR to M686 defines

2000-09-13 Thread Bartlomiej Zolnierkiewicz
CONFIG_X86_PGE y define_bool CONFIG_X86_USE_PPRO_CHECKSUM y + define_bool CONFIG_X86_RUNTIME_FXSR y fi if [ "$CONFIG_M686FXSR" = "y" ]; then define_int CONFIG_X86_L1_CACHE_BYTES 32 -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] - To unsubscribe from this list: send t

RE: Patches

2000-09-13 Thread Bartlomiej Zolnierkiewicz
ide controller (there must be some other ide controller on the mobo) and install RedHat distro. Then get newer kernel from RedHat or compiled yourself, plug disk into HPT370 and set it to U100. [Ehm... It looks I'm wrong person to answer this question.] -- Bartlomiej Zolnierkiewicz [EMAIL

[PATCH][2.4.0t8] Rewritten drivers/ide/Makefile

2000-09-13 Thread Bartlomiej Zolnierkiewicz
it is (was) used for? Regards. -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- linux-2.4.0-test8/drivers/ide/Makefile Sat Aug 26 00:08:11 2000 +++ linux/drivers/ide/Makefile Tue Sep 12 22:25:33 2000 @@ -1,14 +1,8 @@ # # Makefile for the kernel ata, atapi, and ide block

[PATCH] Remove LD_RFLAG (was: Rewritten drivers/ide/Makefile)

2000-09-13 Thread Bartlomiej Zolnierkiewicz
On Thu, 14 Sep 2000, Keith Owens wrote: On Thu, 14 Sep 2000 01:11:57 +0200 (CEST), Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] wrote: - Removed $(LD_RFLAG), I can't find any definition of it in the kernel source tree and LD docs. WTF it is (was) used for? LD_RFLAG was obviously intended

[PATCH][2.4.0t8] bluesmoke

2000-09-14 Thread Bartlomiej Zolnierkiewicz
This is forwardport of Alan's 2.2.17/18 Machine Check Architecture support for PII/PIII. It's based on 2.2.18p6. Works ok on mine Mendocino. -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- linux-2.4.0-test8/arch/i386/kernel/Makefile Sat Aug 26 00:01:34 2000 +++ linux/arch/i386

[PATCH] s3 support for vesafb

2000-10-12 Thread Bartlomiej Zolnierkiewicz
sleepy -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

[PATCH] Rewritten drivers/block/paride/Makefile

2000-10-13 Thread Bartlomiej Zolnierkiewicz
Rewritten to use lists. Applies cleanly to t9/10p1/t10p2. Tested. -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- linux-240t9/drivers/block/paride/Makefile Tue Oct 3 00:16:47 2000 +++ linux/drivers/block/paride/Makefile Sat Oct 7 19:22:15 2000 @@ -1,183 +1,34 @@ # -# Makefile

[PATCH] add __init to some some fb functions

2000-10-14 Thread Bartlomiej Zolnierkiewicz
subject + attachment tells all -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] diff -uNr linux-240t10p3/drivers/video/controlfb.c linux/drivers/video/controlfb.c --- linux-240t10p3/drivers/video/controlfb.cTue Oct 3 14:27:52 2000 +++ linux/drivers/video/controlfb.c Sat Oct 14 20:01

[uPATCH] fix IDE/ServerWorks OSB4 config option (test11)

2000-11-21 Thread Bartlomiej Zolnierkiewicz
Hi In drivers/Config.in CONFIG_BLK_DEV_OSB4 depends on itself... -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- linux-240t11/drivers/ide/Config.in Wed Nov 15 22:02:11 2000 +++ linux/drivers/ide/Config.in Tue Nov 21 14:52:07 2000 @@ -68,7 +68,7 @@ dep_bool 'OPTi 82C621

[PATCH] fix help info about OSB4 and VIA82CXXX IDE chipsets (test11)

2000-11-21 Thread Bartlomiej Zolnierkiewicz
Hi - OSB4 isn't marked (EXPERIMENTAL) in drivers/ide/Config.in so it shouldn't be marked so in Configure.help. - PDC202XX driver also supports PDC20265. - new VIA82CXXX driver removed kernel command line option (FIFO setting) and CONFIG_VIA82CXX_TUNING -- Bartlomiej Zolnierkiewicz [EMAIL

[PATCH] removal of static foo = 0 from drivers/ide (test11)

2000-11-21 Thread Bartlomiej Zolnierkiewicz
Hi Quick removal of unnecessary initialization to 0. -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] diff -uNr linux-240t11/drivers/ide/ali14xx.c linux/drivers/ide/ali14xx.c --- linux-240t11/drivers/ide/ali14xx.c Tue Jun 13 20:32:00 2000 +++ linux/drivers/ide/ali14xx.c Tue Nov 21 14:35:59

Re: [PATCH] net drivers cleanup

2000-11-23 Thread Bartlomiej Zolnierkiewicz
version_printed is equal to 0 (it isn't autoinitialized to 0). Regards -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] removal of static foo = 0 from drivers/ide (test11)

2000-11-25 Thread Bartlomiej Zolnierkiewicz
On Thu, 23 Nov 2000, Rusty Russell wrote: In message [EMAIL PROTECTED] you write: On Tue, 21 Nov 2000 22:25:01 Bartlomiej Zolnierkiewicz wrote: Quick removal of unnecessary initialization to 0. Quite the contrary. The patch seems correct and useful to me. What do you think

[ANNOUNCE] ide-patch for 2.2.18(pre)

2000-10-27 Thread Bartlomiej Zolnierkiewicz
hate doing backporting instead of new stuff). -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

[PATCH] add __init to some IDE drivers

2000-10-27 Thread Bartlomiej Zolnierkiewicz
for 240t10p6, should be safe, please apply -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] diff -uNr linux-240t10p6/drivers/ide/alim15x3.c linux/drivers/ide/alim15x3.c --- linux-240t10p6/drivers/ide/alim15x3.c Thu Oct 19 22:05:01 2000 +++ linux/drivers/ide/alim15x3.cFri Oct 27

[PATCH]

2000-11-07 Thread Bartlomiej Zolnierkiewicz
I hitted few items from Dawson Engler's list of potential kmalloc/kfree bugs... -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- linux-240t10/drivers/ide/ide-probe.cTue Oct 3 00:16:51 2000 +++ linux/drivers/ide/ide-probe.c Tue Nov 7 00:25:35 2000 @@ -652,6 +653,10

[PATCH]

2000-11-07 Thread Bartlomiej Zolnierkiewicz
Patch fixes ide-disk/ide-floppy/ide-probe modules interaction with /proc fs. Last chunk is needed to compile ide-probe as module without /proc support. -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- linux-240t10p6/drivers/ide/ide-disk.c Thu Oct 19 22:05:01 2000 +++ linux/drivers

Re: [PATCH]

2000-11-07 Thread Bartlomiej Zolnierkiewicz
Yeach... I'm a bit sleepy... first [PATCH]: kmalloc/kfree bugs hit 1 second [PATCH]: ide modules and /proc fs -- bkz - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

[PATCH] media/radio [check_region() removal... ]

2000-11-08 Thread Bartlomiej Zolnierkiewicz
Hi! Patch against 2.4.0-test11-pre1. It replaces check_region() by request_region(), fixes some small bugs and tries to cleanup a bit radio drivers... I have just seen 240t11p1ac1 and I think this patch is superior then ac's radio part ;) Please apply... -- Bartlomiej Zolnierkiewicz [EMAIL

Re: [PATCH] media/radio [check_region() removal... ]

2000-11-08 Thread Bartlomiej Zolnierkiewicz
ple boards... thanks -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

[PATCH] mpu401 bugfix

2000-11-11 Thread Bartlomiej Zolnierkiewicz
Some mpu401 functions are used in many sound drivers thus they can't be marked __init. This patch should allow using these drivers as modules... -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- linux-240t11p2/drivers/sound/mpu401.c Tue Oct 3 00:17:48 2000 +++ linux/drivers/sound

[PATCH] drivers/sound gets __init/__exit/__initdata

2000-11-11 Thread Bartlomiej Zolnierkiewicz
tree? If not it can be dropped because we use 724hwmcode.h now... -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] diff -uNr linux-240t11p2/drivers/sound/724hwmcode.h linux/drivers/sound/724hwmcode.h --- linux-240t11p2/drivers/sound/724hwmcode.h Tue Oct 3 00:13:34 2000 +++ linux/drivers/sound

[PATCH] drivers/char/drm gets __init/__exit

2000-11-11 Thread Bartlomiej Zolnierkiewicz
Hi Patch is against 2.4.0-test11-pre2... subject tells rest... Regards -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] diff -uNr linux-240t11p2/drivers/char/drm/ffb_drv.c linux/drivers/char/drm/ffb_drv.c --- linux-240t11p2/drivers/char/drm/ffb_drv.c Tue Oct 3 00:17:32 2000 +++ linux

[PATCH] [drivers/sound] ld2() moved to include

2000-11-11 Thread Bartlomiej Zolnierkiewicz
Hi This is cleanup patch... 9 sound drivers use the same logarithm base 2 inline... so patch moves it to drivers/sound/ld2.h BTW: drivers/usb/devio.c and audio.c also uses this ld2() inline Regards -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] diff -uNr linux-240t11p2/drivers/sound

Re: Patch(?): linux-2.4.0-test11-pre4/drivers/sound/yss225.c compilefailure

2000-11-14 Thread Bartlomiej Zolnierkiewicz
me further investigation... Regards -- Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

[uPATCH] Re: test11-pre5

2000-11-14 Thread Bartlomiej Zolnierkiewicz
On Tue, 14 Nov 2000, Linus Torvalds wrote: - pre5: - Rasmus Andersen: add proper "linux/init.h" for sound drivers Rasmus spotted gus_midi.c not 100% correctly... (anyway thanks Rasmus) --- linux-240t10p5/drivers/sound/gus_midi.c Wed Nov 15 00:06:14 2000 +++

Re: Patch(?): linux-2.4.0-test11-pre4/drivers/sound/yss225.c compilefailure

2000-11-14 Thread Bartlomiej Zolnierkiewicz
On Tue, 14 Nov 2000, Jeff Garzik wrote: Bartlomiej Zolnierkiewicz wrote: On Mon, 13 Nov 2000, Adam J. Richter wrote: linux-2.4.0-test11-pre4/drivers/sound/yss225.c uses __initdata but does not include linux/init.h, so it could not compile. I have attached below

Re: [OOPS] 2.6.21-rc6-git5 in cfq_dispatch_insert

2007-04-17 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday 17 April 2007, Neil Brown wrote: On Monday April 16, [EMAIL PROTECTED] wrote: cfq_dispatch_insert() was called with rq == 0. This one is getting really annoying... and md is involved again (RAID0 this time.) Yeah... weird. RAID0 is so light-weight and so different from

Re: Loud pop coming from hard drive on reboot

2007-04-18 Thread Bartlomiej Zolnierkiewicz
On Wednesday 18 April 2007, Chuck Ebbert wrote: Mark Lord wrote: Mark Lord wrote: With the patch applied, I don't see *any* new activity in those S.M.A.R.T. attributes over multiple hibernates (Linux suspend-to-disk). Scratch that -- operator failure. ;) The patch makes no

Re: Loud pop coming from hard drive on reboot

2007-04-18 Thread Bartlomiej Zolnierkiewicz
On Wednesday 18 April 2007, Tejun Heo wrote: Mark Lord wrote: Chuck Ebbert wrote: Mark Lord wrote: I'll patch it locally on my own machines, but what about the tens of thousands of other Seagate notebook drive owners out there? This is a problem with Seagate specifically, spinning

Re: [PATCH pata-2.6 fix queue] hpt366: fix kernel oops with HPT302N

2007-04-20 Thread Bartlomiej Zolnierkiewicz
On Wednesday 18 April 2007, Sergei Shtylyov wrote: The driver crashes the kernel on HPT302N chips due to the missing initializer for 'hpt302n.settings' having been unfortunately overlooked so far. :- Much thanks to Mike Mattie for pin-pointing the reason of crash. Signed-off-by: Sergei

[git patches] IDE fixes

2007-04-20 Thread Bartlomiej Zolnierkiewicz
insertions(+), 2 deletions(-) Bartlomiej Zolnierkiewicz (1): ide/Kconfig: add missing range check for IDE_MAX_HWIFS Mark Lord (1): ide/pci/delkin_cb.c: add new PCI ID Sergei Shtylyov (1): hpt366: fix kernel oops with HPT302N diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig

Re: 2.6.20.7 locking up hard on boot

2007-04-21 Thread Bartlomiej Zolnierkiewicz
On Saturday 21 April 2007, Adrian Bunk wrote: On Fri, Apr 20, 2007 at 10:34:20PM -0700, Greg KH wrote: On Fri, Apr 20, 2007 at 11:30:59PM -0500, Marcos Pinto wrote: Yes, I just tried 2.6.20.3 with ACPI enabled and it booted perfectly. I'm hoping this means you know what's wrong? :-)

[git patch] IDE fix for 2.6.21-final (Revert adjust legacy IDE resource setting (v2))

2007-04-23 Thread Bartlomiej Zolnierkiewicz
Author: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Date: Mon Apr 23 23:19:36 2007 +0200 Revert adjust legacy IDE resource setting (v2) This reverts commit ed8ccee0918ad063a4741c0656fda783e02df627. It causes hang on boot for some users and we don't yet know why: http

Re: [PATCH 14/15] ide: rework the code for selecting the best DMA transfer mode

2007-04-23 Thread Bartlomiej Zolnierkiewicz
Hi, On Friday 20 April 2007, Sergei Shtylyov wrote: Hello, I wrote: Index: b/drivers/ide/pci/hpt366.c === --- a/drivers/ide/pci/hpt366.c +++ b/drivers/ide/pci/hpt366.c @@ -513,43 +513,31 @@ static int

Re: [PATCH pata-2.6 fix queue] aec62xx: fix PIO/DMA setup issues

2007-04-23 Thread Bartlomiej Zolnierkiewicz
On Sunday 22 April 2007, Sergei Shtylyov wrote: Teach the driver's tuneproc() method to do PIO auto-runing properly since it treated 5 instead of 255 as auto-tune request, and also passed the mode limit of PIO5 to ide_get_best_pio_mode() despite supporting up to PIO4 only. While at it, also:

Re: Trouble using some (fast) compact flash as ide device on an embedded system

2007-03-08 Thread Bartlomiej Zolnierkiewicz
Czesc! On Tuesday 06 March 2007, Marco Lazzarotto wrote: Ciao! Bartlomiej Zolnierkiewicz ha scritto: On Friday 02 March 2007, Pavel Machek wrote: Hi! As I reported in bug 8036 in bugzilla.kernel.org, Hardware Environment: - Use a compact flash SanDisk SDCFB-128 Firmware

Re: [PATCH 3/3] Use correct IDE error recovery

2007-03-07 Thread Bartlomiej Zolnierkiewicz
Hi, (sorry for the long delay) On Wednesday 21 February 2007, Suleiman Souhlal wrote: IDE error recovery is using WIN_IDLEIMMEDIATE which was only valid for IDE V1 and IDE V2. Modern drives will not be able to recover using this error handling. The correct thing to do is issue a SRST

Re: [PATCH 3/3] Use correct IDE error recovery

2007-03-08 Thread Bartlomiej Zolnierkiewicz
Hi, On Thursday 08 March 2007, Suleiman Souhlal wrote: On Mar 7, 2007, at 1:16 PM, Bartlomiej Zolnierkiewicz wrote: Hi, (sorry for the long delay) On Wednesday 21 February 2007, Suleiman Souhlal wrote: IDE error recovery is using WIN_IDLEIMMEDIATE which was only valid

Re: Trouble using some (fast) compact flash as ide device on an embedded system

2007-03-09 Thread Bartlomiej Zolnierkiewicz
[ cc:ing Alan who may have a better idea what is wrong with this CF than me ] On Friday 09 March 2007, Marco Lazzarotto wrote: Hallo! :-) Bartlomiej Zolnierkiewicz ha scritto: Czesc! On Tuesday 06 March 2007, Marco Lazzarotto wrote: Ciao! Bartlomiej Zolnierkiewicz ha scritto

Re: [PATCH 2.6.22] remove Intel combined mode quirk

2007-03-09 Thread Bartlomiej Zolnierkiewicz
hardware. In either case, you will get full performance from both SATA and PATA ports now, without having to pass a kernel command line parameter. Signed-off-by: Jeff Garzik [EMAIL PROTECTED] Acked-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Thanks for fixing this. Bart

Re: Bugs in kernels 2.6.20 plus 2.6.21 rc1 and 2

2007-03-09 Thread Bartlomiej Zolnierkiewicz
Hi, On Friday 09 March 2007, Uwe Bugla wrote: Hello Bart, hello everybody, As requested I applied the following patch with parameter -R against 2.6.20: http://kernel.org/pub/linux/kernel/people/bart/ide-2.6.20.patch Result: incompilable kernel! Reason is the following hunk: 99,113d98

Re: libata extension

2007-03-11 Thread Bartlomiej Zolnierkiewicz
Hi, On Sunday 11 March 2007, Vitaliyi wrote: Good Day Say i want to implement extended set of ATA commands available to userspace for building diagnostic tools. I need 0x40 -- read verify and 0x32 -- write long with error handling, Mark Lord is working on READ/WRITE_LONG support for

Re: 2.6.20*: PATA DMA timeout, hangs (2)

2007-03-12 Thread Bartlomiej Zolnierkiewicz
Hi, Could you check if this is the same problem as this one: http://bugzilla.kernel.org/show_bug.cgi?id=8169 Thanks, Bart On Monday 12 March 2007, Frank van Maarseveen wrote: On Mon, Mar 12, 2007 at 09:54:47AM +0100, Frank van Maarseveen wrote: 2.6.19 is ok, 2.6.20.[12] hangs from the

Re: 2.6.20*: PATA DMA timeout, hangs (2)

2007-03-12 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday 12 March 2007, Frank van Maarseveen wrote: On Mon, Mar 12, 2007 at 01:21:18PM +0100, Bartlomiej Zolnierkiewicz wrote: Hi, Could you check if this is the same problem as this one: http://bugzilla.kernel.org/show_bug.cgi?id=8169 Looks like it except that I don't

Re: 2.6.20*: PATA DMA timeout, hangs (2)

2007-03-13 Thread Bartlomiej Zolnierkiewicz
On Tuesday 13 March 2007, Frank van Maarseveen wrote: On Mon, Mar 12, 2007 at 09:40:25PM +0100, Bartlomiej Zolnierkiewicz wrote: Hi, On Monday 12 March 2007, Frank van Maarseveen wrote: On Mon, Mar 12, 2007 at 01:21:18PM +0100, Bartlomiej Zolnierkiewicz wrote: Hi

Re: [Bugme-new] [Bug 8187] New: 2.6.20 PCI: Quirks patch breaks X11 on I82801

2007-03-13 Thread Bartlomiej Zolnierkiewicz
On Tuesday 13 March 2007, Andrew Morton wrote: On Mon, 12 Mar 2007 13:30:05 -0700 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8187 Summary: 2.6.20 PCI: Quirks patch breaks X11 on I82801 Kernel Version: 2.6.20 Status: NEW

Re: [PATCH 10/13] BLK_DEV_IDE_CELLEB dependency fix

2007-03-15 Thread Bartlomiej Zolnierkiewicz
On Thursday 15 March 2007, Al Viro wrote: On Thu, Mar 15, 2007 at 03:10:20PM +0900, Akira Iguchi wrote: Al wrote: Eh... You still need dependency on IDE=y; otherwise you'll get configs with IDE=m, BLK_DEV_IDE_CELLEB=y and those won't link. BLK_DEV_IDEDMA_PCI is selectable just fine

Re: 2.6.20-rc6 libata PATA ATAPI CDROM is not working

2007-02-13 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday 13 February 2007 18:35, Joel Soete wrote: scsi3 : ata_piix ata1.00: ATA-4, max UDMA/66, 29336832 sectors: LBA ata1.00: ata1: dev 0 multi count 16 ata1.00: configured for UDMA/33 ... scsi 3:0:0:0: Direct-Access     ATA      QUANTUM FIREBALL A03. PQ: 0 ANSI: 5 IDE driver

Re: [PATCH] ide/pci/delkin_cb.c: pci_module_init to pci_register_driver

2007-02-14 Thread Bartlomiej Zolnierkiewicz
On Wednesday 14 February 2007 01:39, Richard Knutsson wrote: Convert pci_module_init() to pci_register_driver(). Signed-off-by: Richard Knutsson [EMAIL PROTECTED] --- Compile-tested with allyes, allmod allno on i386 applied, thanks - To unsubscribe from this list: send the line

Re: 2.6.20-mm1

2007-02-15 Thread Bartlomiej Zolnierkiewicz
On Thursday 15 February 2007 14:14, Andrew Morton wrote: - The IDE tree got dropped due to various linkage problems Doh, I guess this is what one gets for not testing modular IDE driver support properly. :( All linkage problems should be fixed now, sorry for that. Bart - To unsubscribe from

[git patches] more IDE updates

2007-02-16 Thread Bartlomiej Zolnierkiewicz
controllers (revised #4) ide: remove clearing bmdma status from cdrom_decode_status() (rev #4) Bartlomiej Zolnierkiewicz (23): hpt34x: hpt34x_tune_chipset() (-speedproc) fix atiixp/jmicron/triflex: fix PIO fallback pdc202xx_old: remove dead code au1xxx-ide: remove dead

Re: 2.6.20-rc6 libata PATA ATAPI CDROM is not working

2007-02-17 Thread Bartlomiej Zolnierkiewicz
On Saturday 17 February 2007 13:07, Joel Soete wrote: Bartlomiej Zolnierkiewicz wrote: Hi, On Tuesday 13 February 2007 18:35, Joel Soete wrote: scsi3 : ata_piix ata1.00: ATA-4, max UDMA/66, 29336832 sectors: LBA ata1.00: ata1: dev 0 multi count 16 ata1.00: configured for UDMA

Re: [PATCH] kbuild: Add the code maturity levels DEPRECATED and OBSOLETE.

2007-02-18 Thread Bartlomiej Zolnierkiewicz
Hi, Would it be possible to get this patch merged (or at least DEPRECATED part of it)? I think that the patch is useful and that the distinction between DEPRECATED and OBSOLETE options is quite clear: * DEPRECATED == new better code is available, old code scheduled for removal * OBSOLETE ==

Re: [BUG/WARN] Error initialising drivers in PCI

2007-02-18 Thread Bartlomiej Zolnierkiewicz
On Sunday 18 February 2007 20:53, Ian McDonald wrote: I'm getting this in my logs when starting up after going from a 2.6.20rc5 kernel (which didn't do this) to Linus' latest tree as of 36 hours ago: Feb 18 14:52:32 localhost kernel: [ 16.392136] Uniform Multi-Platform E-IDE driver

Re: [BUG/WARN] Error initialising drivers in PCI

2007-02-19 Thread Bartlomiej Zolnierkiewicz
On Monday 19 February 2007 05:00, Ian McDonald wrote: On 2/19/07, Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] wrote: Ian, you have an PATA controller so there is no need to use ata_piix. Just disabling ata_piix should workaround the issue. OK. I have done this and the message goes away

[PATCH 1/2] ide: don't allow DMA to be enabled if CONFIG_IDEDMA_{ICS,PCI}_AUTO=n

2007-03-15 Thread Bartlomiej Zolnierkiewicz
and testing the fix. Also thanks to Sergei Shtylyov for help in debugging the problem. Cc: Patrick Horn [EMAIL PROTECTED] Cc: Sergei Shtylyov [EMAIL PROTECTED] Cc: Russell King [EMAIL PROTECTED] Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ide/ide-dma.c |2 +- 1

[PATCH 2/2] ide: remove CONFIG_IDEDMA_{ICS,PCI}_AUTO config options

2007-03-15 Thread Bartlomiej Zolnierkiewicz
loss because ide=nodma kernel option is still available. Cc: Patrick Horn [EMAIL PROTECTED] Cc: Sergei Shtylyov [EMAIL PROTECTED] Cc: Russell King [EMAIL PROTECTED] Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ide/Kconfig | 32

Re: [PATCH 10/13] sl82c105: add -speedproc support

2007-03-15 Thread Bartlomiej Zolnierkiewicz
On Wednesday 14 March 2007, Sergei Shtylyov wrote: Hello, I wrote: Bartlomiej Zolnierkiewicz wrote: [PATCH] sl82c105: add -speedproc support * add sl82c105_tunepio() wrapper for sl82c105_tune_drive() (just to get the error value) * add sl82c105_tune_chipset() (-speedproc

Re: [PATCH UPDATED] cosmetic adaption of drivers/ide/Kconfig concerning SATA

2007-03-17 Thread Bartlomiej Zolnierkiewicz
On Sunday 18 March 2007, Patrick Ringl wrote: Hello, Hi, since especially Serial ATA has it's own menu point now, I guess we can change the description of the deprecated SATA driver as well, since the new libATA subsystem is not configured through a SCSI low-level driver anymore, but

Re: [PATCH 1/2] scc_pata: dependency fix

2007-03-17 Thread Bartlomiej Zolnierkiewicz
On Friday 16 March 2007, Akira Iguchi wrote: This patch fixes: * the dependency of scc_pata on BLK_DEV_IDEDMA_PCI * incorrect link to ide-core * move scc_pata from ide/ppc to ide/pci Signed-off-by: Kou Ishizaki [EMAIL PROTECTED] Signed-off-by: Akira Iguchi [EMAIL PROTECTED] I applied

Re: [git patches] IDE fixes

2007-03-17 Thread Bartlomiej Zolnierkiewicz
On Sunday 18 March 2007, Linus Torvalds wrote: On Sat, 17 Mar 2007, Bartlomiej Zolnierkiewicz wrote: to receive the following updates: b/drivers/ide/Kconfig | 48 - b/drivers/ide/Makefile |1 b/drivers/ide/arm/icside.c

Re: [BUG] no boot with 2.6.21-rc3 and later

2007-03-21 Thread Bartlomiej Zolnierkiewicz
Thanks for narrowing it down, I'm adding John to cc:. On Wednesday 21 March 2007, Bob Tracy wrote: I originally wrote: Platform is a Dell CPxJ 650GT notebook. Attempts to boot 2.6.21-rc3 and -rc4 produce the following console output: (apparently normal boot) ... Uniform

Re: [PATCH UPDATED][2] cosmetic adaption of drivers/ide/Kconfig concerning SATA

2007-03-23 Thread Bartlomiej Zolnierkiewicz
On Sunday 18 March 2007, Patrick Ringl wrote: Bartlomiej Zolnierkiewicz wrote: Hello, On Sunday 18 March 2007, Patrick Ringl wrote: Hello, Hi, since especially Serial ATA has it's own menu point now, I guess we can change the description of the deprecated SATA driver as well

Re: request_queue_t depends on CONFIG_BLOCK

2007-03-23 Thread Bartlomiej Zolnierkiewicz
Hi, On Friday 23 March 2007, Olaf Hering wrote: On Thu, Mar 22, Christoph Hellwig wrote: On Thu, Mar 22, 2007 at 10:52:34PM +0100, Olaf Hering wrote: How can this compile error be fixed properly? request_queue_t is inside CONFIG_BLOCK, ide_drive_s (and likely others) use it

Re: request_queue_t depends on CONFIG_BLOCK

2007-03-23 Thread Bartlomiej Zolnierkiewicz
On Friday 23 March 2007, Olaf Hering wrote: On Fri, Mar 23, Bartlomiej Zolnierkiewicz wrote: Because it is needed in a few places. Is there really any PPC64 specific code which needs linux/ide.h (ppc_ide_md is used only by PPC32)? I suspect that the answer to my question

Re: [PATCH 3/3] Use correct IDE error recovery

2007-03-23 Thread Bartlomiej Zolnierkiewicz
Hi, On Thursday 08 March 2007, Suleiman Souhlal wrote: On Mar 7, 2007, at 1:16 PM, Bartlomiej Zolnierkiewicz wrote: Please respin the patch so I could merge it. Ok. Since I think that it's worth to have it in 2.6.21-final and respin didn't happen I did the required changes myself

[git patches] IDE fixes for 2.6.21-rc5

2007-03-26 Thread Bartlomiej Zolnierkiewicz
/ide/ide.c | 37 ++--- drivers/ide/pci/pdc202xx_new.c |3 ++- include/linux/ide.h|1 + 6 files changed, 67 insertions(+), 23 deletions(-) Albert Lee (1): pdc202xx_new: Enable ATAPI DMA Bartlomiej Zolnierkiewicz (2): ide

Re: 2.6.21-rc5-mm1

2007-03-27 Thread Bartlomiej Zolnierkiewicz
On Tuesday 27 March 2007, Andrew Morton wrote: - The IDE tree has been dropped because of a general mess against the recent IDE merge into mainline. I'll restore it when Bart fixes it up. fixed - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH] Correctly prevent IDE timer expiry function to run if request was already handled

2007-04-06 Thread Bartlomiej Zolnierkiewicz
On Friday 06 April 2007, Suleiman Souhlal wrote: It is possible for the timer expiry function to run even though the request has already been handled: ide_timer_expiry() only checks that the handler is not NULL, but it is possible that we have handled a request (thus clearing the handler) and

Re: [PATCH] Correctly prevent IDE timer expiry function to run if request was already handled

2007-04-06 Thread Bartlomiej Zolnierkiewicz
On Friday 06 April 2007, Sergei Shtylyov wrote: Hello. Suleiman Souhlal wrote: The reason the timer could have been active at that point, before applying this patch, is that we try to dispatch a new request after handling one. The new request will then have its own expiry timer, along

[git patches] IDE fixes

2007-04-10 Thread Bartlomiej Zolnierkiewicz
Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git/ to receive the following updates: drivers/ide/ide-cd.c |9 + drivers/ide/ide-io.c |6 +- drivers/ide/ide-iops.c |2 ++ drivers/ide/ide.c |2 ++ include/linux/ide.h|2 ++

Re: Loud pop coming from hard drive on reboot

2007-04-13 Thread Bartlomiej Zolnierkiewicz
On Thursday 12 April 2007, Chuck Ebbert wrote: Jan Engelhardt wrote: On Apr 11 2007 17:35, Chuck Ebbert wrote: Jan Engelhardt wrote: On Apr 11 2007 17:07, Chuck Ebbert wrote: When I reboot my notebook, it powers off and powers back on. On poweroff a loud snapping noise seems to be

Re: Loud pop coming from hard drive on reboot

2007-04-13 Thread Bartlomiej Zolnierkiewicz
On 4/13/07, Chuck Ebbert [EMAIL PROTECTED] wrote: Bartlomiej Zolnierkiewicz wrote: Now we're getting somewhere. There is some other OS on here because it's required for doing BIOS updates. I booted it and shut down. The power cycle count increased but the power off retract count did

Re: [PATCH 12/15] ide: make ide_hwif_t.ide_dma_host_on void

2007-02-19 Thread Bartlomiej Zolnierkiewicz
On Monday 19 February 2007 23:20, Olaf Hering wrote: On Sat, Feb 03, Bartlomiej Zolnierkiewicz wrote: [PATCH] ide: make ide_hwif_t.ide_dma_host_on void +++ b/drivers/ide/ppc/pmac.c @@ -1984,10 +1984,8 @@ static void pmac_ide_dma_host_off(ide_dr { } -static int

Re: [PATCH] kbuild: Add the code maturity levels DEPRECATED and OBSOLETE.

2007-02-20 Thread Bartlomiej Zolnierkiewicz
On Tuesday 20 February 2007 17:27, Tilman Schmidt wrote: On Sun, 18 Feb 2007 19:35:07 +0100, Bartlomiej Zolnierkiewicz wrote: I think that the patch is useful and that the distinction between DEPRECATED and OBSOLETE options is quite clear: * DEPRECATED == new better code is available

Re: [PATCH] siimage: DRAC4 note

2007-02-20 Thread Bartlomiej Zolnierkiewicz
On Tuesday 20 February 2007 17:56, Jeff Garzik wrote: Alan wrote: The Dell DRAC4 has some interesting features including effectively hot unplugging/replugging the virtual CD interface when the DRAC is reset. This often causes drivers/ide/siimage to panic but is ok with the rather smarter

Re: [PATCH] deprecated/obsolete patch

2007-02-20 Thread Bartlomiej Zolnierkiewicz
On Wednesday 21 February 2007 00:20, Robert P. J. Day wrote: here's a slightly revised wording, if that makes it clearer: I think that it does explain things better and I hope that some form of consensus can be finally reached. Thanks, Bart - To unsubscribe from this list: send the line

Re: [PATCH 1/3] Make the IDE DMA timeout modifiable

2007-02-20 Thread Bartlomiej Zolnierkiewicz
On Wednesday 21 February 2007 02:19, Suleiman Souhlal wrote: It can be changed via /proc/ide/hd?/settings. Why do we need to change IDE DMA timeout dynamically? BTW /proc/ide/hd?/settings is obsoleted Signed-off-by:Ed Falk [EMAIL PROTECTED] --- drivers/ide/ide-dma.c |3 ++-

Re: [PATCH 2/3] Don't change transfer speed while requests are in flight

2007-02-20 Thread Bartlomiej Zolnierkiewicz
On Wednesday 21 February 2007 02:21, Suleiman Souhlal wrote: Use ide_wait_cmd() in ide_config_drive_speed() if the drive has been initialized and we're not in an interrupt, to avoid changing the xfer speed while requests are in flight. Many devices have problems with SETFEATURES_XFER if the

Re: [PATCH 1/3] Make the IDE DMA timeout modifiable

2007-02-20 Thread Bartlomiej Zolnierkiewicz
Hi, On Wednesday 21 February 2007 03:13, Suleiman Souhlal wrote: On Feb 20, 2007, at 5:44 PM, Bartlomiej Zolnierkiewicz wrote: On Wednesday 21 February 2007 02:19, Suleiman Souhlal wrote: It can be changed via /proc/ide/hd?/settings. Why do we need to change IDE DMA timeout

Re: [PATCH] ide: remove a ton of pointless #undef REALLY_SLOW_IO

2007-02-23 Thread Bartlomiej Zolnierkiewicz
On Tuesday 20 February 2007, Alan wrote: Signed-off-by: Alan Cox [EMAIL PROTECTED] applied - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Re: [PATCH] siimage: DRAC4 note

2007-02-23 Thread Bartlomiej Zolnierkiewicz
On Wednesday 21 February 2007, Alan wrote: Revised DRAC4 warning as Jeff suggested, this one includes more info about why the problem occurs Signed-off-by: Alan Cox [EMAIL PROTECTED] applied - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [QUESTION] Sata RAID

2007-02-24 Thread Bartlomiej Zolnierkiewicz
use device mapper and dmraid http://people.redhat.com/~heinzm/sw/dmraid/ and please read http://linux-ata.org/faq-sata-raid.html On Saturday 24 February 2007, Patrick Ale wrote: Hi, Quick question, Since I am going to open my server today to do some pata tests (for the

Re: [git patches] more IDE updates

2007-02-26 Thread Bartlomiej Zolnierkiewicz
On Monday 26 February 2007, Sergei Shtylyov wrote: Hello, I wrote: Contains: IRQ-ack fix for ICH chipsets (Albert Lee), ide-floppy unformatted media fix (Alan Cox), more fixes for IDE PCI drivers (Sergei Shtylyov), new driver for Toshiba Cell Reference Board (Kou Ishizaki kou.ishizaki

Re: bugs in kernel 2.6.21 (both two release candidates) and kernel 2.6.20

2007-03-03 Thread Bartlomiej Zolnierkiewicz
Hi Uwe, On Saturday 03 March 2007, Uwe Bugla wrote: Hi folks, the floppy mount error I mentioned is gone now in 2.6.21-rc2, and my kernel is smaller. Good decision to rip out Stephane's stuff, Linus! As I did not get a reply from Andrew I hope that the buggy stuff residing in 2.6.20-mm1 (

[git patches] IDE updates

2007-03-03 Thread Bartlomiej Zolnierkiewicz
Cox (2): siimage: DRAC4 note ide: remove a ton of pointless #undef REALLY_SLOW_IO Andrew Morton (1): ide: fix pmac breakage Bartlomiej Zolnierkiewicz (2): ide: remove some obsoleted kernel params (v2) ide: make legacy IDE VLB modules check for the probe kernel params

[PATCH][pata-2.6 tree] pdc202xx_old: rewrite mode programming code

2007-03-03 Thread Bartlomiej Zolnierkiewicz
) * add FIXME comment about missing locking for 66MHz clock register Also while at it: * remove unused defines * do a few cosmetic / CodingStyle fixes * bump driver version Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ide/pci/pdc202xx_old.c | 176

[PATCH][libata] pata_pdc202xx_old: fix data corruption and other problems

2007-03-03 Thread Bartlomiej Zolnierkiewicz
programming PIO mode bits 0x18 weren't cleared so suboptimal timings were used for PIO1-4 if PIO0 was previously set (bit 0x10) and for PIO0/3/4 if PIO1/2 was previously set (bit 0x08) and finally bump driver version. Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ata

Re: [PATCH][libata] pata_pdc202xx_old: fix data corruption and other problems

2007-03-03 Thread Bartlomiej Zolnierkiewicz
(bit 0x08) and finally bump driver version. Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ata/pata_pdc202xx_old.c | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) Index: b/drivers/ata/pata_pdc202xx_old.c

Re: piix.c - previously available patch not implemented

2007-03-05 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday 05 March 2007, Jon Wikne wrote: Hi list, Last year, around 2.6.16.*, there was a patch around that helped me get the PIIX driver to run with the Intel 82801FBM (ICH6M) chip on my Toshiba Tecra A3 laptop. Now, compiling the 2.6.21_rc2 kernel on this machine, to my

Re: Trouble using some (fast) compact flash as ide device on an embedded system

2007-03-05 Thread Bartlomiej Zolnierkiewicz
On Friday 02 March 2007, Pavel Machek wrote: Hi! As I reported in bug 8036 in bugzilla.kernel.org, Hardware Environment: - Use a compact flash SanDisk SDCFB-128 Firmware revision HDX 2.15 (we used other compact flashes with the same hw ad sw for years with no trouble)

Re: [PATCH][pata-2.6 tree] pdc202xx_old: rewrite mode programming code

2007-03-05 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday 05 March 2007, Sergei Shtylyov wrote: Hello. Bartlomiej Zolnierkiewicz wrote: [PATCH] pdc202xx_old: rewrite mode programming code This patch is based on the documentation (I would like to thank Promise for it) and also partially on the older vendor driver. Rewrite

Re: [PATCH][pata-2.6 tree] pdc202xx_old: rewrite mode programming code

2007-03-05 Thread Bartlomiej Zolnierkiewicz
On Monday 05 March 2007, Sergei Shtylyov wrote: Hello, I wrote: official == same as in the docs and vendor driver :-) Erm, those look a bit doubtful... I believe that they are correct - please see explanations below. Yeah, sorry about that. Only SWDMA timings are

Re: [PATCH] ide: add optical to sysfs media attribute

2007-04-04 Thread Bartlomiej Zolnierkiewicz
On Monday 02 April 2007, Danny Kukawka wrote: Add optical to sysfs media attribute as already in /proc Signed-off-by: Danny Kukawka [EMAIL PROTECTED] applied - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

Re: change SCSI owner in bugzilla

2008-01-07 Thread Bartlomiej Zolnierkiewicz
On Monday 07 January 2008, Martin Bligh wrote: Date: Sun, 06 Jan 2008 10:00:33 -0600 From: James Bottomley [EMAIL PROTECTED] To: Adrian Bunk [EMAIL PROTECTED] Cc: Ingo Molnar [EMAIL PROTECTED], Peter Osterlund [EMAIL PROTECTED], Linus Torvalds [EMAIL PROTECTED], Matthew

Re: [PATCH] Deprecate checkpatch.pl --file

2008-01-08 Thread Bartlomiej Zolnierkiewicz
On Tuesday 08 January 2008, Sam Ravnborg wrote: On Tue, Jan 08, 2008 at 08:50:33AM -0800, Daniel Walker wrote: On Tue, 2008-01-08 at 17:14 +0100, Andi Kleen wrote: +if ($file) { + print EOL +WARNING: Using --file mode. Please do not send patches to linux-kernel +that change

  1   2   3   4   5   6   7   8   9   10   >