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 definition I/Opins of UDA1341



details:   https://anonhg.NetBSD.org/src/rev/cf5cf973ee61
branches:  trunk
changeset: 512729:cf5cf973ee61
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Sun Jul 15 13:29:38 2001 +0000

description:
add definition I/Opins of UDA1341

diffstat:

 sys/arch/hpcarm/dev/ipaq_gpioreg.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e447dd063246 -r cf5cf973ee61 sys/arch/hpcarm/dev/ipaq_gpioreg.h
--- a/sys/arch/hpcarm/dev/ipaq_gpioreg.h        Sun Jul 15 08:34:36 2001 +0000
+++ b/sys/arch/hpcarm/dev/ipaq_gpioreg.h        Sun Jul 15 13:29:38 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipaq_gpioreg.h,v 1.3 2001/07/15 00:30:17 ichiro Exp $  */
+/*     $NetBSD: ipaq_gpioreg.h,v 1.4 2001/07/15 13:29:38 ichiro Exp $  */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.  All rights reserved.
@@ -87,6 +87,9 @@
 #define GPIO_H3600_PCMCIA_CD1  GPIO (10)
 #define GPIO_H3600_PCMCIA_IRQ0 GPIO (21)
 #define GPIO_H3600_PCMCIA_IRQ1 GPIO (11)
+#define GPIO_H3600_L3_DATA     GPIO (14)
+#define GPIO_H3600_L3_MODE     GPIO (15)
+#define GPIO_H3600_L3_CLK      GPIO (16)
 #define GPIO_H3600_OPT_LOCK    GPIO (22)
 #define GPIO_H3600_OPT_IRQ     GPIO (24)
 #define GPIO_H3600_OPT_DETECT  GPIO (27)



Home | Main Index | Thread Index | Old Index