Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2007 11:06:31 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 115404 for review
Message-ID:  <200703061106.l26B6V6L034791@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=115404

Change 115404 by piso@piso_newluxor on 2007/03/06 11:06:00

	Reduce diff against HEAD.

Affected files ...

.. //depot/projects/soc2006/intr_filter/dev/ata/ata-pci.c#8 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/dev/ata/ata-pci.c#8 (text+ko) ====

@@ -339,11 +339,11 @@
 
 int
 ata_pci_setup_intr(device_t dev, device_t child, struct resource *irq, 
-		   int flags, driver_filter_t *filter, 
-		   driver_intr_t *function, void *argument, void **cookiep)
+		   int flags, driver_filter_t *filter, driver_intr_t *function, 
+		   void *argument, void **cookiep)
 {
     if (ata_legacy(dev)) {
-	return BUS_SETUP_INTR(device_get_parent(dev), child, irq, 
+	return BUS_SETUP_INTR(device_get_parent(dev), child, irq,
 			      flags, filter, function, argument, cookiep);
     }
     else {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703061106.l26B6V6L034791>