Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/arch/mvme68k/dev Pull up following revision(s) (reque...
details: https://anonhg.NetBSD.org/src/rev/4eebc2601654
branches: netbsd-8
changeset: 449621:4eebc2601654
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Mar 13 10:51:36 2019 +0000
description:
Pull up following revision(s) (requested by martin in ticket #1213):
sys/arch/mvme68k/dev/pcctwo_68k.c: revision 1.11
Fix small (but fatal) oversight in device/softc split.
diffstat:
sys/arch/mvme68k/dev/pcctwo_68k.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 4c61f6111179 -r 4eebc2601654 sys/arch/mvme68k/dev/pcctwo_68k.c
--- a/sys/arch/mvme68k/dev/pcctwo_68k.c Tue Mar 12 17:48:50 2019 +0000
+++ b/sys/arch/mvme68k/dev/pcctwo_68k.c Wed Mar 13 10:51:36 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcctwo_68k.c,v 1.10 2012/10/27 17:18:04 chs Exp $ */
+/* $NetBSD: pcctwo_68k.c,v 1.10.30.1 2019/03/13 10:51:36 msaitoh Exp $ */
/*-
* Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pcctwo_68k.c,v 1.10 2012/10/27 17:18:04 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pcctwo_68k.c,v 1.10.30.1 2019/03/13 10:51:36 msaitoh Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -187,6 +187,7 @@
uint8_t cid;
sc = sys_pcctwo = device_private(self);
+ sc->sc_dev = self;
ma = aux;
/* Get a handle to the PCCChip2's registers */
Home |
Main Index |
Thread Index |
Old Index