Module Name:    src
Committed By:   msaitoh
Date:           Fri May 24 08:30:26 UTC 2019

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

Log Message:
 Add il(4). Commented out.


To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 src/sys/arch/vax/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/vax/conf/GENERIC
diff -u src/sys/arch/vax/conf/GENERIC:1.210 src/sys/arch/vax/conf/GENERIC:1.211
--- src/sys/arch/vax/conf/GENERIC:1.210	Fri Apr 26 21:40:32 2019
+++ src/sys/arch/vax/conf/GENERIC	Fri May 24 08:30:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.210 2019/04/26 21:40:32 sevan Exp $
+# $NetBSD: GENERIC,v 1.211 2019/05/24 08:30:26 msaitoh Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include 	"arch/vax/conf/std.vax"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.210 $"
+#ident 		"GENERIC-$Revision: 1.211 $"
 
 # Here are all different supported CPU types listed.
 #options 	VAX8800		# VAX 8500, 8530, 8550, 8700, 8800
@@ -230,6 +230,7 @@ hp*		at mba? drive?		# RM/RP disk drives
 # Devices on Unibus/Qbus adapters
 uda*		at uba?	csr 0172150	# UDA50/RQDX?
 uda*		at uba?	csr 0160334
+#il*		at uba?	csr 0164000	# NI1010
 mtc*		at uba? csr 0174500	# Tape MSCP ctlr
 ts0		at uba? csr 0172520	# TS11/TSV05 tape.
 #qd0		at uba? csr 0177400	# 4- or 8-bitplans color graphics

Reply via email to