Module Name:    src
Committed By:   matt
Date:           Wed Dec 29 00:21:28 UTC 2010

Modified Files:
        src/sys/arch/pmax/conf [matt-nb5-mips64]: GENERIC64

Log Message:
Add 3max (since you can use 3am + R4400 to test LP64 kernels in gxemul)


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/pmax/conf/GENERIC64

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/pmax/conf/GENERIC64
diff -u src/sys/arch/pmax/conf/GENERIC64:1.1.2.1 src/sys/arch/pmax/conf/GENERIC64:1.1.2.2
--- src/sys/arch/pmax/conf/GENERIC64:1.1.2.1	Tue Sep  8 17:24:08 2009
+++ src/sys/arch/pmax/conf/GENERIC64	Wed Dec 29 00:21:28 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC64,v 1.1.2.1 2009/09/08 17:24:08 matt Exp $
+# $NetBSD: GENERIC64,v 1.1.2.2 2010/12/29 00:21:28 matt Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,13 +22,14 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.1.2.1 $"
+#ident		"GENERIC-$Revision: 1.1.2.2 $"
 
 maxusers	64
 
 options 	MIPS3		# R4000/R4400 CPUs
 
 # Support for specific models of DECstation
+options 	DEC_3MAX	# DECstation 5000/200 (kn02)
 options 	DEC_3MIN	# DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
 options 	DEC_MAXINE	# Personal DECstation 5000/xx (kn02ca)
 options 	DEC_3MAXPLUS	# DECstation 5000/240 (kn03), 5000/260 (kn05)
@@ -177,6 +178,16 @@
 # TURBOchannel bus support
 tc*	at	mainbus0
 
+# 3MAX has TURBOchannel but no IOASIC
+ibus0	at	tc? slot ? offset ?	# 3MAX system slot
+
+# PMAX, 3MAX and MIPSMATE common devices
+mcclock* at	ibus0 addr ?		# DS1287 RTC
+dz*	at	ibus0 addr ?		# DC7085 quad line serial device
+lkkbd*	at	dz? line 0		# Keyboard
+vsms*	at	dz? line 1		# Mouse
+sii*	at	ibus0 addr ?		# DC7061 onboard SCSI`
+
 # 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
 ioasic0	at	tc?
 mcclock* at	ioasic? offset ?	# DS1287 RTC
@@ -233,6 +244,7 @@
 # SCSI configuration							#
 #########################################################################
 
+scsibus* at sii?
 scsibus* at asc?
 
 sd*	at scsibus? target ? lun ?	# SCSI disks

Reply via email to