public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [bug 1079] [PATCH] 2.6.0-test3: pmac ide driver doesn't compile
@ 2003-08-13  7:34 Francesco Sportolari
  2003-08-13  9:53 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 2+ messages in thread
From: Francesco Sportolari @ 2003-08-13  7:34 UTC (permalink / raw)
  To: linux-kernel

Hi all,
the pmac IDE driver (drivers/ide/ppc/pmac.c) doesn't compile due to a change 
in ide_drive_s struct.
 
 Patch follows.

-- Francesco

--- old/drivers/ide/ppc/pmac.c	2003-08-11 11:45:27.000000000 +0200
+++ linux-2.6.0-test3/drivers/ide/ppc/pmac.c	2003-08-11 11:40:11.000000000 
+0200
@@ -942,7 +942,7 @@
 	if (hwif->sg_dma_active)
 		BUG();

-	nents = blk_rq_map_sg(&drive->queue, rq, sg);
+	nents = blk_rq_map_sg(drive->queue, rq, sg);

 	if (rq_data_dir(rq) == READ)
 		pmif->sg_dma_direction = PCI_DMA_FROMDEVICE;
@@ -1589,7 +1589,7 @@
 		HWGROUP(drive)->busy = 1;
 		pmac_ide_dma_check(drive);
 		HWGROUP(drive)->busy = 0;
-		if (!list_empty(&drive->queue.queue_head))
+		if (!list_empty(&drive->queue->queue_head))
 			ide_do_request(HWGROUP(drive), 0);
 		spin_unlock_irq(&ide_lock);
 	}
@@ -1673,7 +1673,7 @@
 	/* We resume processing on the HW group */
 	spin_lock_irqsave(&ide_lock, flags);
 	HWGROUP(drive)->busy = 0;
-	if (!list_empty(&drive->queue.queue_head))
+	if (!list_empty(&drive->queue->queue_head))
 		ide_do_request(HWGROUP(drive), 0);
 	spin_unlock_irqrestore(&ide_lock, flags);
 }



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [bug 1079] [PATCH] 2.6.0-test3: pmac ide driver doesn't compile
  2003-08-13  7:34 [bug 1079] [PATCH] 2.6.0-test3: pmac ide driver doesn't compile Francesco Sportolari
@ 2003-08-13  9:53 ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2003-08-13  9:53 UTC (permalink / raw)
  To: Francesco Sportolari; +Cc: linux-kernel mailing list

On Wed, 2003-08-13 at 09:34, Francesco Sportolari wrote:
> Hi all,
> the pmac IDE driver (drivers/ide/ppc/pmac.c) doesn't compile due to a change 
> in ide_drive_s struct.

A patch  for this driver is already in Linus mailbox fixing
that and porting the driver to the new model.

Ben.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-08-13  9:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-13  7:34 [bug 1079] [PATCH] 2.6.0-test3: pmac ide driver doesn't compile Francesco Sportolari
2003-08-13  9:53 ` Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox