Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 pass addr_shift 1 to of_enter_i2c_devs
details: https://anonhg.NetBSD.org/src/rev/0fa5f6308f9f
branches: trunk
changeset: 342221:0fa5f6308f9f
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Dec 13 11:51:37 2015 +0000
description:
pass addr_shift 1 to of_enter_i2c_devs
diffstat:
sys/arch/sparc64/sparc64/autoconf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 605445f2e3f8 -r 0fa5f6308f9f sys/arch/sparc64/sparc64/autoconf.c
--- a/sys/arch/sparc64/sparc64/autoconf.c Sun Dec 13 11:51:13 2015 +0000
+++ b/sys/arch/sparc64/sparc64/autoconf.c Sun Dec 13 11:51:37 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.205 2015/09/06 16:45:09 martin Exp $ */
+/* $NetBSD: autoconf.c,v 1.206 2015/12/13 11:51:37 jmcneill Exp $ */
/*
* Copyright (c) 1996
@@ -48,7 +48,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.205 2015/09/06 16:45:09 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.206 2015/12/13 11:51:37 jmcneill Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -1114,7 +1114,7 @@
}
of_enter_i2c_devs(props, busnode,
- sizeof(cell_t));
+ sizeof(cell_t), 1);
}
}
Home |
Main Index |
Thread Index |
Old Index