Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf add COMPAT_PCVT and pwmclock



details:   https://anonhg.NetBSD.org/src/rev/679a03d6d478
branches:  trunk
changeset: 785163:679a03d6d478
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Feb 28 12:51:18 2013 +0000

description:
add COMPAT_PCVT and pwmclock

diffstat:

 sys/arch/evbmips/conf/LOONGSON |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 638abbcddf24 -r 679a03d6d478 sys/arch/evbmips/conf/LOONGSON
--- a/sys/arch/evbmips/conf/LOONGSON    Thu Feb 28 12:44:38 2013 +0000
+++ b/sys/arch/evbmips/conf/LOONGSON    Thu Feb 28 12:51:18 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: LOONGSON,v 1.13 2012/10/17 14:48:11 apb Exp $
+# $NetBSD: LOONGSON,v 1.14 2013/02/28 12:51:18 macallan Exp $
 #
 # LOONGSON machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "LOONGSON-$Revision: 1.13 $"
+#ident                 "LOONGSON-$Revision: 1.14 $"
 
 maxusers       16
 
@@ -149,7 +149,10 @@
 
 # WS console uses SUN or VT100 terminal emulation
 options        WSEMUL_VT100
-options        WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
+options                WSDISPLAY_COMPAT_PCVT
+options        WSDISPLAY_COMPAT_SYSCONS
+options                WSDISPLAY_COMPAT_USL
+options                WSDISPLAY_SCROLLSUPPORT
 options                WS_KERNEL_FG=WSCOL_GREEN
 #options       WSDISPLAY_DEFAULTSCREENS=4
 options        FONT_GALLANT12x22
@@ -168,6 +171,7 @@
 sisfb0         at pci0 dev ? function ?
 voyager0       at pci0 dev ? function ?        # SM502 on GDIUM
 voyagerfb0     at voyager0                     # framebuffer portion
+pwmclock0      at voyager0                     # clock and CPU freq scaling
 iic*           at voyager0
 strtc*         at iic? addr 0x68               # GDIUM's real time clock
 options        STRTC_NO_USERRAM



Home | Main Index | Thread Index | Old Index