Module Name:    src
Committed By:   gavan
Date:           Sun Aug  2 11:36:39 UTC 2009

Modified Files:
        src/sys/arch/iyonix/conf: GENERIC

Log Message:
* Increase symtab space so the kernel builds again.
* Add in bits and pieces to get a genfb console going.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/iyonix/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/iyonix/conf/GENERIC
diff -u src/sys/arch/iyonix/conf/GENERIC:1.54 src/sys/arch/iyonix/conf/GENERIC:1.55
--- src/sys/arch/iyonix/conf/GENERIC:1.54	Sat Jan 24 05:06:06 2009
+++ src/sys/arch/iyonix/conf/GENERIC	Sun Aug  2 11:36:39 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.54 2009/01/24 05:06:06 mrg Exp $
+#	$NetBSD: GENERIC,v 1.55 2009/08/02 11:36:39 gavan Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.54 $"
+#ident 		"GENERIC-$Revision: 1.55 $"
 
 maxusers	32		# estimated number of users
 
@@ -87,7 +87,7 @@
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
 makeoptions	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=350000
+options 	SYMTAB_SPACE=400000
 options 	PERFCTRS	# performance counters
 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
 #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
@@ -211,14 +211,26 @@
 iopwdog*        at iopxs?               # Watchdog timer
 pci0            at iopxs? bus ?         # PCI/PCI-X support
 
+# The curious can see their RAM timings.
+spdmem* at iic1 addr 0x56
+
 # PCI bridges
 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
 pci*	at ppb? bus ?
 # XXX 'puc's aren't really bridges, but there's no better place for them here
 #puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
 
+#options COMCONSOLE
+
 # VGA
 #vga*            at pci? dev ? function ?
+genfb*		at pci? dev ? function ?
+
+# Display
+wsdisplay0      at wsemuldisplaydev? console 1
+wsdisplay*      at wsemuldisplaydev?
+
+options 	WSEMUL_VT100			# VT100 / VT220 emulation
 
 # CardBus bridge support
 #cbb*		at pci? dev ? function ?
@@ -831,7 +843,7 @@
 
 # wscons pseudo-devices
 pseudo-device	wsmux			# mouse & keyboard multiplexor
-#pseudo-device	wsfont
+pseudo-device	wsfont
 
 #options 	FILEASSOC		# fileassoc(9) - required for Veriexec
 

Reply via email to