Module Name:    src
Committed By:   pgoyette
Date:           Thu Mar  1 08:44:12 UTC 2018

Modified Files:
        src/sys/dev: DEVNAMES

Log Message:
Follow previous entries, and list the imc and imcsmb devices twice,
once each for amd64 and i386


To generate a diff of this commit:
cvs rdiff -u -r1.304 -r1.305 src/sys/dev/DEVNAMES

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

Modified files:

Index: src/sys/dev/DEVNAMES
diff -u src/sys/dev/DEVNAMES:1.304 src/sys/dev/DEVNAMES:1.305
--- src/sys/dev/DEVNAMES:1.304	Thu Mar  1 04:31:22 2018
+++ src/sys/dev/DEVNAMES	Thu Mar  1 08:44:12 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: DEVNAMES,v 1.304 2018/03/01 04:31:22 pgoyette Exp $
+#	$NetBSD: DEVNAMES,v 1.305 2018/03/01 08:44:12 pgoyette Exp $
 #
 # This file contains all used device names and defined attributes in
 # alphabetical order. New devices added to the system somewhere should first
@@ -646,8 +646,10 @@ iic			acorn32
 ik			vax
 il			MI
 imc			sgimips
-imc			x86_64,i386
-imcsmb			x86_64,i386
+imc			amd64
+imc			i386
+imcsmb			amd64
+imcsmb			i386
 inphy			MI
 intersil7170		MI		Attribute
 interwave		MI		Attribute

Reply via email to