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.36 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/eae01cebca1a
branches:  netbsd-1-5
changeset: 488896:eae01cebca1a
user:      takemura <takemura%NetBSD.org@localhost>
date:      Sun Aug 06 04:06:49 2000 +0000

description:
Pull up revision 1.36 (requested by takemura)

Add apmdev, hpcapm and mq200video.

diffstat:

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

diffs (36 lines):

diff -r 419595ba9c30 -r eae01cebca1a sys/arch/hpcmips/conf/files.hpcmips
--- a/sys/arch/hpcmips/conf/files.hpcmips       Sun Aug 06 04:05:55 2000 +0000
+++ b/sys/arch/hpcmips/conf/files.hpcmips       Sun Aug 06 04:06:49 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.hpcmips,v 1.33 2000/06/11 23:34:31 matt Exp $
+#      $NetBSD: files.hpcmips,v 1.33.2.1 2000/08/06 04:06:49 takemura Exp $
 
 # maxpartitions must be first item in files.${ARCH}.
 maxpartitions 8
@@ -90,6 +90,14 @@
 file   arch/hpcmips/dev/video_subr.c   tx3912video | plumvideo
 
 #
+# power management
+#
+include "arch/hpcmips/dev/apm/files.apm"
+device hpcapm: apmdevif
+attach hpcapm at mainbus
+file   arch/hpcmips/dev/hpcapm.c       hpcapm
+
+#
 # ISA bus support
 #
 include "dev/isa/files.isa"
@@ -166,6 +174,11 @@
 attach ohci at vrip with ohci_vrip
 file arch/hpcmips/dev/ohci_vrip.c              ohci_vrip
 
+device mqvideo: hpcfbif
+attach mqvideo at vrip with mqvideo_vrip
+file arch/hpcmips/vr/mq200_vrip.c              mqvideo_vrip
+file arch/hpcmips/dev/mq200.c                  mqvideo
+
 #
 #      TOSHIBA TX3912/3922
 #



Home | Main Index | Thread Index | Old Index