PERFORCE change 170893 for review

Alexander Motin mav at FreeBSD.org
Sat Nov 21 13:00:26 UTC 2009


http://p4web.freebsd.org/chv.cgi?CH=170893

Change 170893 by mav at mav_mavtest on 2009/11/21 12:59:42

	Fix legacy mode build.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/dev/ata/ata-all.c#36 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/dev/ata/ata-all.c#36 (text+ko) ====

@@ -131,9 +131,10 @@
 ata_attach(device_t dev)
 {
     struct ata_channel *ch = device_get_softc(dev);
-    int error, rid, i;
+    int error, rid;
 #ifdef ATA_CAM
     struct cam_devq *devq;
+    int i;
 #endif
 
     /* check that we have a virgin channel to attach */


More information about the p4-projects mailing list