svn commit: r224319 - stable/7/sys/dev/hme

Marius Strobl marius at FreeBSD.org
Mon Jul 25 14:46:25 UTC 2011


Author: marius
Date: Mon Jul 25 14:46:24 2011
New Revision: 224319
URL: http://svn.freebsd.org/changeset/base/224319

Log:
  MFC: r220940
  
  Correct spelling in comments.
  
  Submitted by:	brucec

Modified:
  stable/7/sys/dev/hme/if_hme.c
  stable/7/sys/dev/hme/if_hmereg.h
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/dev/hme/if_hme.c
==============================================================================
--- stable/7/sys/dev/hme/if_hme.c	Mon Jul 25 14:46:24 2011	(r224318)
+++ stable/7/sys/dev/hme/if_hme.c	Mon Jul 25 14:46:24 2011	(r224319)
@@ -203,7 +203,7 @@ hme_config(struct hme_softc *sc)
 	 * the DMA bus tag:
 	 *	sc_dmatag
 	 *
-	 * the bus handles, tags and offsets (splitted for SBus compatability):
+	 * the bus handles, tags and offsets (splitted for SBus compatibility):
 	 *	sc_seb{t,h,o}	(Shared Ethernet Block registers)
 	 *	sc_erx{t,h,o}	(Receiver Unit registers)
 	 *	sc_etx{t,h,o}	(Transmitter Unit registers)
@@ -1559,7 +1559,7 @@ hme_mediachange_locked(struct hme_softc 
 	 * If both PHYs are present reset them. This is required for
 	 * unisolating the previously isolated PHY when switching PHYs.
 	 * As the above hme_mifinit() call will set the MII drivers in
-	 * the XIF configuration register accoring to the currently
+	 * the XIF configuration register according to the currently
 	 * selected media, there should be no window during which the
 	 * data paths of both transceivers are open at the same time,
 	 * even if the PHY device drivers use MIIF_NOISOLATE.

Modified: stable/7/sys/dev/hme/if_hmereg.h
==============================================================================
--- stable/7/sys/dev/hme/if_hmereg.h	Mon Jul 25 14:46:24 2011	(r224318)
+++ stable/7/sys/dev/hme/if_hmereg.h	Mon Jul 25 14:46:24 2011	(r224319)
@@ -79,7 +79,7 @@
 #define HME_SEB_STAT_TXEACK	0x04000000	/* error during tx DMA */
 #define HME_SEB_STAT_TXLERR	0x08000000	/* late error during tx DMA */
 #define HME_SEB_STAT_TXPERR	0x10000000	/* parity error during tx DMA */
-#define HME_SEB_STAT_TXTERR	0x20000000	/* tag error durig tx DMA */
+#define HME_SEB_STAT_TXTERR	0x20000000	/* tag error during tx DMA */
 #define HME_SEB_STAT_SLVERR	0x40000000	/* pio access error */
 #define HME_SEB_STAT_SLVPERR	0x80000000	/* pio access parity error */
 #define HME_SEB_STAT_BITS	"\177\020"				\


More information about the svn-src-stable-7 mailing list