Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/arch/mac68k/nubus Pull up following revision(s) (requ...
details: https://anonhg.NetBSD.org/src/rev/c248cf48c619
branches: netbsd-7
changeset: 744793:c248cf48c619
user: martin <martin%NetBSD.org@localhost>
date: Wed Feb 12 20:17:14 2020 +0000
description:
Pull up following revision(s) (requested by tsutsui in ticket #1721):
sys/arch/mac68k/nubus/grf_nubus.c: revision 1.78
Set sc_dev field of softc.
Should pullup to 7.
diffstat:
sys/arch/mac68k/nubus/grf_nubus.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 1f3afb7f9924 -r c248cf48c619 sys/arch/mac68k/nubus/grf_nubus.c
--- a/sys/arch/mac68k/nubus/grf_nubus.c Tue Jan 21 19:21:14 2020 +0000
+++ b/sys/arch/mac68k/nubus/grf_nubus.c Wed Feb 12 20:17:14 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: grf_nubus.c,v 1.77 2013/10/25 21:42:30 martin Exp $ */
+/* $NetBSD: grf_nubus.c,v 1.77.4.1 2020/02/12 20:17:14 martin Exp $ */
/*
* Copyright (c) 1995 Allen Briggs. All rights reserved.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: grf_nubus.c,v 1.77 2013/10/25 21:42:30 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: grf_nubus.c,v 1.77.4.1 2020/02/12 20:17:14 martin Exp $");
#include <sys/param.h>
@@ -143,6 +143,7 @@
memcpy(&sc->sc_slot, na->fmt, sizeof(nubus_slot));
+ sc->sc_dev = self;
sc->sc_tag = na->na_tag;
sc->card_id = na->drhw;
sc->sc_basepa = (bus_addr_t)NUBUS_SLOT2PA(na->slot);
Home |
Main Index |
Thread Index |
Old Index