Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/conf add missing evtype.



details:   https://anonhg.NetBSD.org/src/rev/514cc5739348
branches:  trunk
changeset: 501569:514cc5739348
user:      sato <sato%NetBSD.org@localhost>
date:      Thu Jan 04 07:55:15 2001 +0000

description:
add missing evtype.

diffstat:

 sys/arch/hpcmips/conf/TX3922 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r ff021edf5d4a -r 514cc5739348 sys/arch/hpcmips/conf/TX3922
--- a/sys/arch/hpcmips/conf/TX3922      Thu Jan 04 07:51:50 2001 +0000
+++ b/sys/arch/hpcmips/conf/TX3922      Thu Jan 04 07:55:15 2001 +0000
@@ -1,7 +1,7 @@
 #
 # Distribution kernel (TOSHIBA TX3922 based model) kernel config file
 #
-#      $NetBSD: TX3922,v 1.29 2000/11/14 19:52:05 augustss Exp $
+#      $NetBSD: TX3922,v 1.30 2001/01/04 07:55:15 sato Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -117,12 +117,12 @@
 #      (3) ITE IO notyet
 #      (4) Plum2 IO (EXTPW[0:2]) notyet
 txioman1 at txsim? platform SHARP_TELIOS_HCAJ1
-txin*  at txioman1 id BTN_APP0         group 1 port 7 edge 1 # IE button 
-txin*  at txioman1 id BTN_APP1         group 1 port 8 edge 1 # Mail button 
-txin*  at txioman1 id PME_AC           group 1 port 6 edge 1 # AC-power
-txin*  at txioman1 id COM0_CTS         group 0 port 27 edge 3
-txin*  at txioman1 id COM0_DCD         group 0 port 29 edge 3
-txout* at txioman1 id PWCTL_LED        group 1 port 4  flags 3 #(blink)
+txin*  at txioman1 id BTN_APP0         evtype BUTTON group 1 port 7 edge 1 # IE button 
+txin*  at txioman1 id BTN_APP1         evtype BUTTON group 1 port 8 edge 1 # Mail button 
+txin*  at txioman1 id PME_AC           evtype PMEVENT group 1 port 6 edge 1# AC-power
+txin*  at txioman1 id COM0_CTS         evtype EVENT group 0 port 27 edge 3
+txin*  at txioman1 id COM0_DCD         evtype EVENT group 0 port 29 edge 3
+txout* at txioman1 id PWCTL_LED        evtype POWER group 1 port 4  flags 3 #(blink)
 
 txioman2 at txsim? platform SHARP_TELIOS_HCVJ1C_JP
 txin*  at txioman2 id BTN_APP0         evtype BUTTON group 1 port 7 edge 1 # IE button 



Home | Main Index | Thread Index | Old Index