Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/534f803783ed
branches:  nathanw_sa
changeset: 504855:534f803783ed
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Sun Jul 15 17:12:12 2001 +0000

description:
add handle of sc_ssph

diffstat:

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

diffs (43 lines):

diff -r dc76eded96e3 -r 534f803783ed sys/arch/hpcarm/dev/ipaq_saipvar.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcarm/dev/ipaq_saipvar.h        Sun Jul 15 17:12:12 2001 +0000
@@ -0,0 +1,39 @@
+/*     $NetBSD: ipaq_saipvar.h,v 1.3.8.2 2001/07/15 17:12:12 ichiro Exp $      */
+
+/*-
+ * Copyright (c) 2001, The NetBSD Foundation, Inc.  All rights reserved.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Ichiro FUKUHARA (ichiro%ichiro.org@localhost).
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *      This product includes software developed by the NetBSD
+ *      Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD Foundation nor the names of its
+ *    contributors may be used to endorse or promote products derived
+ *    from this software without specific prior written permission.
+ */
+
+/* ipaq softc */
+struct ipaq_softc {
+       struct device sc_dev;
+       bus_space_tag_t sc_iot;
+       bus_space_handle_t sc_ioh;
+       bus_space_handle_t sc_gpioh;
+       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