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/next68k/conf pullup 1.3, approved by thorpej
details: https://anonhg.NetBSD.org/src/rev/68a4b7ce5845
branches: netbsd-1-5
changeset: 489694:68a4b7ce5845
user: deberg <deberg%NetBSD.org@localhost>
date: Fri Oct 06 23:22:48 2000 +0000
description:
pullup 1.3, approved by thorpej
add RCONS_BPP16 for color display
also lose esp0 since i have no disc in this machine, and build symbols.
diffstat:
sys/arch/next68k/conf/SLAB | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r f4589f37c576 -r 68a4b7ce5845 sys/arch/next68k/conf/SLAB
--- a/sys/arch/next68k/conf/SLAB Fri Oct 06 23:19:44 2000 +0000
+++ b/sys/arch/next68k/conf/SLAB Fri Oct 06 23:22:48 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SLAB,v 1.1 2000/06/17 20:57:12 deberg Exp $
+# $NetBSD: SLAB,v 1.1.2.1 2000/10/06 23:22:48 deberg Exp $
#
# deberg's development machine
#
@@ -28,7 +28,7 @@
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
# ... or these for KGDB (gdb remote target)
-#makeoptions DEBUG="-g" # debugging symbols for gdb
+makeoptions DEBUG="-g" # debugging symbols for gdb
#options KGDB # support for kernel gdb
#options KGDBDEV=0xc01 # kgdb device number (dev_t)
#options KGDBRATE=0x2580 # baud rate
@@ -115,6 +115,7 @@
# wscons options
options RCONS_2BPP # necessary for nextdisplay
+options RCONS_16BPP # necessary for nextdisplay
#options WSEMUL_SUN # sun terminal emulation
options WSEMUL_VT100 # VT100 / VT220 emulation
options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
@@ -149,7 +150,7 @@
xe* at intio? ipl 3 # ethernet
-esp0 at intio? ipl 3 flags 0xff00 # Turn off sync negotiation
+#esp0 at intio? ipl 3 flags 0xff00 # Turn off sync negotiation
#
# Serial ports
Home |
Main Index |
Thread Index |
Old Index