svn commit: r257416 - head/sys/mips/alchemy

Mark Johnston markj at FreeBSD.org
Thu Oct 31 02:27:16 UTC 2013


Author: markj
Date: Thu Oct 31 02:27:16 2013
New Revision: 257416
URL: http://svnweb.freebsd.org/changeset/base/257416

Log:
  Fix a typo introduced in r257338.

Modified:
  head/sys/mips/alchemy/obio.c

Modified: head/sys/mips/alchemy/obio.c
==============================================================================
--- head/sys/mips/alchemy/obio.c	Thu Oct 31 02:21:48 2013	(r257415)
+++ head/sys/mips/alchemy/obio.c	Thu Oct 31 02:27:16 2013	(r257416)
@@ -158,7 +158,7 @@ static int
 obio_probe(device_t dev)
 {
 
-	return (BUS_PROBE_NO_WILDCARD);
+	return (BUS_PROBE_NOWILDCARD);
 }
 
 static int


More information about the svn-src-head mailing list