Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcsh/dev/hd64465 and finally, initialize sc_dev no...
details: https://anonhg.NetBSD.org/src/rev/72483dbae95a
branches: trunk
changeset: 782346:72483dbae95a
user: chs <chs%NetBSD.org@localhost>
date: Mon Oct 29 13:46:26 2012 +0000
description:
and finally, initialize sc_dev now that I added it back.
diffstat:
sys/arch/hpcsh/dev/hd64465/hd64465pcmcia.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 38171e16ce09 -r 72483dbae95a sys/arch/hpcsh/dev/hd64465/hd64465pcmcia.c
--- a/sys/arch/hpcsh/dev/hd64465/hd64465pcmcia.c Mon Oct 29 13:40:56 2012 +0000
+++ b/sys/arch/hpcsh/dev/hd64465/hd64465pcmcia.c Mon Oct 29 13:46:26 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hd64465pcmcia.c,v 1.31 2012/10/29 13:40:56 chs Exp $ */
+/* $NetBSD: hd64465pcmcia.c,v 1.32 2012/10/29 13:46:26 chs Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hd64465pcmcia.c,v 1.31 2012/10/29 13:40:56 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hd64465pcmcia.c,v 1.32 2012/10/29 13:46:26 chs Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -214,6 +214,7 @@
struct hd64465pcmcia_softc *sc = device_private(self);
int error;
+ sc->sc_dev = self;
sc->sc_module_id = ha->ha_module_id;
printf("\n");
Home |
Main Index |
Thread Index |
Old Index