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 register vrc4172pwm driver for MC/R530...



details:   https://anonhg.NetBSD.org/src/rev/833e0f1ef71f
branches:  trunk
changeset: 504268:833e0f1ef71f
user:      sato <sato%NetBSD.org@localhost>
date:      Mon Feb 26 09:34:22 2001 +0000

description:
register vrc4172pwm driver for MC/R530 etc..

diffstat:

 sys/arch/hpcmips/conf/GENERIC       |  8 ++++++--
 sys/arch/hpcmips/conf/files.hpcmips |  8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diffs (57 lines):

diff -r 1cc4438c329e -r 833e0f1ef71f sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Mon Feb 26 09:33:03 2001 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Mon Feb 26 09:34:22 2001 +0000
@@ -2,11 +2,11 @@
 # Distribution kernel (NEC VR based model) kernel config file
 
 #
-#      $NetBSD: GENERIC,v 1.76 2000/12/29 21:47:52 mycroft Exp $
+#      $NetBSD: GENERIC,v 1.77 2001/02/26 09:34:22 sato Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
-#ident                 "GENERIC-$Revision: 1.76 $"
+#ident                 "GENERIC-$Revision: 1.77 $"
 
 maxusers       8
 
@@ -133,6 +133,10 @@
 ite8181video0 at vrip? addr 0x0a000000 size 0x800000 # ITE8181 video controller
 hpcfb*         at      ite8181video?
 
+vrc4172pwm*  at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_530
+vrc4172pwm*  at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
+# vrc4172pwm*  at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_700
+
 # Workstation Console attachments
 bivideo0       at      mainbus0
 hpcfb*         at      bivideo0
diff -r 1cc4438c329e -r 833e0f1ef71f sys/arch/hpcmips/conf/files.hpcmips
--- a/sys/arch/hpcmips/conf/files.hpcmips       Mon Feb 26 09:33:03 2001 +0000
+++ b/sys/arch/hpcmips/conf/files.hpcmips       Mon Feb 26 09:34:22 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.hpcmips,v 1.51 2001/02/22 18:37:57 uch Exp $
+#      $NetBSD: files.hpcmips,v 1.52 2001/02/26 09:34:22 sato Exp $
 
 # maxpartitions must be first item in files.${ARCH}.
 maxpartitions 8
@@ -86,7 +86,7 @@
 #
 #  Vr41x1 integrated peripherals
 #
-device vrip { [addr=-1], [size=-1], [addr2=-1], [size2=-1], [intr=-1], [pwctl=-1] }
+device vrip { [addr=-1], [size=-1], [addr2=-1], [size2=-1], [intr=-1], [pwctl=-1], [platform = -1] }
 attach vrip at mainbus
 file arch/hpcmips/vr/vrip.c            vrip needs-flag
 
@@ -159,6 +159,10 @@
 file arch/hpcmips/vr/ite8181_vrip.c            ite8181video_vrip
 file arch/hpcmips/dev/ite8181.c                        ite8181video
 
+device vrc4172pwm
+attach vrc4172pwm at vrip
+file arch/hpcmips/vr/vrc4172pwm.c              vrc4172pwm needs-flag
+
 #
 #      TOSHIBA TX3912/3922
 #



Home | Main Index | Thread Index | Old Index