Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcarm/dev add handle of sc_ssph



details:   https://anonhg.NetBSD.org/src/rev/aba077abcc32
branches:  trunk
changeset: 512737:aba077abcc32
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Sun Jul 15 17:12:11 2001 +0000

description:
add handle of sc_ssph

diffstat:

 sys/arch/hpcarm/dev/ipaq_saipvar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 75a5a0ac1fde -r aba077abcc32 sys/arch/hpcarm/dev/ipaq_saipvar.h
--- a/sys/arch/hpcarm/dev/ipaq_saipvar.h        Sun Jul 15 16:42:18 2001 +0000
+++ b/sys/arch/hpcarm/dev/ipaq_saipvar.h        Sun Jul 15 17:12:11 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipaq_saipvar.h,v 1.2 2001/07/15 00:30:17 ichiro Exp $  */
+/*     $NetBSD: ipaq_saipvar.h,v 1.3 2001/07/15 17:12:11 ichiro Exp $  */
 
 /*-
  * Copyright (c) 2001, The NetBSD Foundation, Inc.  All rights reserved.
@@ -32,6 +32,7 @@
        bus_space_handle_t sc_egpioh;
        bus_space_handle_t sc_ppch;
        bus_space_handle_t sc_dmach;
+       bus_space_handle_t sc_ssph;
        u_int32_t sc_intrmask;
 
        u_int16_t ipaq_egpio;



Home | Main Index | Thread Index | Old Index