ide-cd in 2.6.10/11: BIG problem with burning audio CDs

2005-02-03 Thread Pavel Troller
Hi! I've subscribed to this list temporarily to search for a help with my problems with burning audio CDs on a recent kernels. Before writing here, I tried to find a solution on the Net, but just a few people reported similar problems, they were not identical to mine, and no solution was even

Re: [PATCH 2.6.11-rc2 0/29] ide: driver updates

2005-02-03 Thread Alan Cox
On Mer, 2005-02-02 at 08:31, Jeff Garzik wrote: Merges drivers/ide/pci/*.h files into their corresponding *.c files. Rationales are 1. There's no reason to separate pci drivers into header and body. No header file is shared and they're simple enough. 2. struct

Re: [PATCH 2.6.11-rc2 11/29] ide: add ide_drive_t.sleeping

2005-02-03 Thread Bartlomiej Zolnierkiewicz
On Thu, 3 Feb 2005 14:32:29 +0100, Jens Axboe [EMAIL PROTECTED] wrote: On Thu, Feb 03 2005, Bartlomiej Zolnierkiewicz wrote: On Thu, 3 Feb 2005 12:37:10 +0100, Jens Axboe [EMAIL PROTECTED] wrote: On Thu, Feb 03 2005, Bartlomiej Zolnierkiewicz wrote: On Wed, 2 Feb 2005 11:54:48 +0900,

Re: [PATCH 2.6.11-rc2 12/29] ide: add ide_hwgroup_t.polling

2005-02-03 Thread Bartlomiej Zolnierkiewicz
On Wed, 2 Feb 2005 11:55:38 +0900, Tejun Heo [EMAIL PROTECTED] wrote: 12_ide_hwgroup_t_polling.patch ide_hwgroup_t.polling field added. 0 in poll_timeout field used to indicate inactive polling but because 0 is a valid jiffy value, though slim, there's a chance that

Re: [PATCH 2.6.11-rc2 25/29] ide: convert REQ_DRIVE_CMD to REQ_DRIVE_TASKFILE

2005-02-03 Thread Bartlomiej Zolnierkiewicz
On Fri, 04 Feb 2005 10:06:29 +0900, Tejun Heo [EMAIL PROTECTED] wrote: Hello, Bartlomiej Zolnierkiewicz wrote: On Wed, 2 Feb 2005 12:15:59 +0900, Tejun Heo [EMAIL PROTECTED] wrote: 25_ide_taskfile_cmd.patch All in-kernel REQ_DRIVE_CMD users except for ide_cmd_ioctl()

Re: [PATCH 2.6.11-rc2 05/29] ide: merge pci driver .h's into .c's

2005-02-03 Thread Bartlomiej Zolnierkiewicz
On Wed, 2 Feb 2005 11:47:12 +0900, Tejun Heo [EMAIL PROTECTED] wrote: 05_ide_merge_pci_driver_hc.patch Merges drivers/ide/pci/*.h files into their corresponding *.c files. Rationales are 1. There's no reason to separate pci drivers into header and body. No

Re: [PATCH 2.6.11-rc2 26/29] ide: map ide_cmd_ioctl() to ide_taskfile_ioctl()

2005-02-03 Thread Tejun Heo
Bartlomiej Zolnierkiewicz wrote: On Wed, 2 Feb 2005 12:10:37 +0900, Tejun Heo [EMAIL PROTECTED] wrote: 26_ide_taskfile_cmd_ioctl.patch ide_cmd_ioctl() converted to use ide_taskfile_ioctl(). This is the last user of REQ_DRIVE_CMD. ide_cmd_ioctl() needs to map to taskfile transport not

[patch 8/9] kill ide-default

2005-02-03 Thread Bartlomiej Zolnierkiewicz
* add ide_drives list to list devices without a driver * add __ide_add_setting() and use it for adding no auto remove entries * kill ide-default pseudo-driver diff -Nru a/drivers/ide/Makefile b/drivers/ide/Makefile --- a/drivers/ide/Makefile 2005-02-04 03:32:17 +01:00 +++

[PATCH 2.6.11-rc2] ide_pci: cleanup ide pci drivers and merges .h files into .c files

2005-02-03 Thread Tejun Heo
Hello, Bartlomiej. These patches are the split versions of 05_ide_merge_pci_driver_hc. I removed crappy/unused macros from aec62xx, pdc202xx_old and serverworks drivers in respective *_cleanup patches and merged .h into .c files in *_merge patches. [ Start of patch descriptions ]

Re: [PATCH 2.6.11-rc2 10/14] ide_pci: Removes SPLIT_BYTE macro from pdc202xx_old

2005-02-03 Thread Tejun Heo
10_ide_pci_pdc202xx_old_cleanup.patch Removes SPLIT_BYTE macro from ide/pci/pdc202xx_old driver. Signed-off-by: Tejun Heo [EMAIL PROTECTED] Index: linux-idepci-export/drivers/ide/pci/pdc202xx_old.c === ---