Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/hpcmips/conf Pull up revision 1.63 (approved b...



details:   https://anonhg.NetBSD.org/src/rev/8ef1d522b210
branches:  netbsd-1-5
changeset: 489648:8ef1d522b210
user:      takemura <takemura%NetBSD.org@localhost>
date:      Mon Oct 02 22:23:32 2000 +0000

description:
Pull up revision 1.63 (approved by jhawk)

Enable LCD backlight control on NEC MobileGear II for DoCoMo
and NEC MobileGear MC-R500.

diffstat:

 sys/arch/hpcmips/conf/GENERIC |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 2c8d1d053c6a -r 8ef1d522b210 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Mon Oct 02 22:22:57 2000 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Mon Oct 02 22:23:32 2000 +0000
@@ -2,11 +2,11 @@
 # Distribution kernel (NEC VR based model) kernel config file
 
 #
-#      $NetBSD: GENERIC,v 1.54.2.3 2000/08/23 15:02:20 takemura Exp $
+#      $NetBSD: GENERIC,v 1.54.2.4 2000/10/02 22:23:32 takemura Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
-#ident                 "GENERIC-$Revision: 1.54.2.3 $"
+#ident                 "GENERIC-$Revision: 1.54.2.4 $"
 
 maxusers       8
 
@@ -188,6 +188,10 @@
 pwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
 pwctl1 at vrgiu? platform NEC_MCR_300 id PWCTL_LCDLIGHT port 45
 pwctl2 at vrgiu? platform NEC_MCR_300 id PWCTL_LCD port 10
+pwctl1 at vrgiu? platform NEC_MCR_FORDOCOMO id PWCTL_LCDLIGHT port 45
+pwctl2 at vrgiu? platform NEC_MCR_FORDOCOMO id PWCTL_LCD port 10
+pwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
+pwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
 pwctl0 at vrgiu? platform NEC_MCR_5XX id PWCTL_COM0 port 14
 pwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
 pwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14



Home | Main Index | Thread Index | Old Index