svn commit: r215510 - stable/8/sys/dev/ata

Alexander Motin mav at FreeBSD.org
Fri Nov 19 09:21:53 UTC 2010


Author: mav
Date: Fri Nov 19 09:21:53 2010
New Revision: 215510
URL: http://svn.freebsd.org/changeset/base/215510

Log:
  MFC r209682 by imp:
  Minor formatting nits.

Modified:
  stable/8/sys/dev/ata/ata-card.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/dev/ata/ata-card.c
==============================================================================
--- stable/8/sys/dev/ata/ata-card.c	Fri Nov 19 09:14:53 2010	(r215509)
+++ stable/8/sys/dev/ata/ata-card.c	Fri Nov 19 09:21:53 2010	(r215510)
@@ -135,9 +135,9 @@ ata_pccard_attach(device_t dev)
     ch->unit = 0;
     ch->flags |= ATA_USE_16BIT;
     funce = 0;		/* Default to sane setting of FUNCE */
-    pccard_get_funce_disk(dev, &funce);
+    pccard_get_funce_disk(dev, &funce); 
     if (!(funce & PFD_I_D))
-	    ch-> flags |= ATA_NO_SLAVE;
+        ch-> flags |= ATA_NO_SLAVE;
     ata_generic_hw(dev);
     err = ata_probe(dev);
     if (err)


More information about the svn-src-all mailing list