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 third try is the charm: really ma...



details:   https://anonhg.NetBSD.org/src/rev/38171e16ce09
branches:  trunk
changeset: 782345:38171e16ce09
user:      chs <chs%NetBSD.org@localhost>
date:      Mon Oct 29 13:40:56 2012 +0000

description:
third try is the charm: really make this build again.

diffstat:

 sys/arch/hpcsh/dev/hd64465/hd64465pcmcia.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 118c18bec7c1 -r 38171e16ce09 sys/arch/hpcsh/dev/hd64465/hd64465pcmcia.c
--- a/sys/arch/hpcsh/dev/hd64465/hd64465pcmcia.c        Mon Oct 29 13:36:59 2012 +0000
+++ b/sys/arch/hpcsh/dev/hd64465/hd64465pcmcia.c        Mon Oct 29 13:40:56 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hd64465pcmcia.c,v 1.30 2012/10/29 12:51:38 chs Exp $   */
+/*     $NetBSD: hd64465pcmcia.c,v 1.31 2012/10/29 13:40:56 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.30 2012/10/29 12:51:38 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hd64465pcmcia.c,v 1.31 2012/10/29 13:40:56 chs Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -119,6 +119,7 @@
 };
 
 struct hd64465pcmcia_softc {
+       device_t sc_dev;
        enum hd64465_module_id sc_module_id;
        int sc_shutdown;
 



Home | Main Index | Thread Index | Old Index