[PATCH ide-2.6 3/3] pdc202xx_new: PLL initialization support

2005-03-04 Thread Albert Lee
Hi Bart, Attached please find the patch 3/3 against the ide-2.6 tree for your review. Thanks. Changes: 3/3: Add PLL initialization code Albert Signed-off-by: Albert Lee [EMAIL PROTECTED] ---

Re: [patch ide-dev 6/9] check capacity in ide_task_init_flush()

2005-03-04 Thread Chuck Ebbert
On Thu, 24 Feb 2005 at 15:44:34, Bartlomiej Zolnierkiewicz wrote: --- a/drivers/ide/ide-io.c2005-02-23 20:58:16 +01:00 +++ b/drivers/ide/ide-io.c2005-02-23 20:58:16 +01:00 @@ -61,7 +61,8 @@ memset(task, 0, sizeof(*task)); - if (ide_id_has_flush_cache_ext(drive-id)) { +

Re: [PATCH] ide/amd74xx: fix section references

2005-03-04 Thread Bartlomiej Zolnierkiewicz
On Fri, 4 Mar 2005 09:03:07 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Thu, Mar 03, 2005 at 07:48:21PM -0800, Randy.Dunlap wrote: ide/pci/amd74xx: data structs point to __init text which should be __devinit; unless (a) these are going away real soon, or (b) this just can't

Re: via 6420 pata/sata controller

2005-03-04 Thread [EMAIL PROTECTED]
I downloaded new kernel 2.6.11, applied your's via82cxxx.c patch and compiled it (.config was derived make oldconfig from 2.6.8 kernel from Debian Sarge 3.1). I created initrd.img with this settings: /etc/mkinitrd/mkinitrd.conf --- cut here --- MODULES=dep --- cut here --- /etc/mkinitrd/modules

Re: [PATCH] ide/amd74xx: fix section references

2005-03-04 Thread Randy.Dunlap
Bartlomiej Zolnierkiewicz wrote: On Fri, 4 Mar 2005 09:03:07 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Thu, Mar 03, 2005 at 07:48:21PM -0800, Randy.Dunlap wrote: ide/pci/amd74xx: data structs point to __init text which should be __devinit; unless (a) these are going away real soon, or

Re: [PATCH] ide/amd74xx: fix section references

2005-03-04 Thread Bartlomiej Zolnierkiewicz
On Fri, 04 Mar 2005 07:33:20 -0800, Randy.Dunlap [EMAIL PROTECTED] wrote: Bartlomiej Zolnierkiewicz wrote: On Fri, 4 Mar 2005 09:03:07 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Thu, Mar 03, 2005 at 07:48:21PM -0800, Randy.Dunlap wrote: ide/pci/amd74xx: data structs point to

spin down external ide drive (attached via usb)

2005-03-04 Thread Rolf Offermanns
Hi! Is there a way to spin down an ide drive which is attached via USB? hdparm does not work, neither do the scsi-idle tools in Debian... Any help is appreciated. -Rolf - To unsubscribe from this list: send the line unsubscribe linux-ide in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [PATCH 2.6.11-rc3 03/08] ide: remove flagged_taskfile() and unify taskfile paths

2005-03-04 Thread Tejun Heo
03_ide_remove_flagged_taskfile.patch This patch removes flagged_taskfile(). All taskfile command issuing goes through do_rw_taskfile(). do_rw_taskfile() doesn't modify mangle with load flags anymore. It's now caller's responsibility to set appropriate flags.

Re: [PATCH 2.6.11-rc3 04/08] ide: remove unused fields ide_drive_t-rq and ide_task_t-special

2005-03-04 Thread Tejun Heo
04_ide_remove_unused_fields.patch Remove unused fields ide_drive_t-rq and ide_task_t-special Signed-off-by: Tejun Heo [EMAIL PROTECTED] drivers/ide/ide-tape.c |1 - include/linux/ide.h|2 -- 2 files changed, 3 deletions(-) Index: linux-taskfile-ng/drivers/ide/ide-tape.c

Re: [PATCH 2.6.11-rc3 05/08] ide: use ide_task_t-tf.protocol instead of ide_task_t-data_phase

2005-03-04 Thread Tejun Heo
05_ide_use_protocol.patch Remove ide_task_t-{data_phase,command_type,prehandler,rq} and use tf-protocol instead. Now the protocol value wholey defines how to drive a taskfile except for NODATA cases where a caller can optionally specify handler (for special