Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev Follow previous entries, and list the imc and imcsmb...



details:   https://anonhg.NetBSD.org/src/rev/37301126c0c2
branches:  trunk
changeset: 830227:37301126c0c2
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Mar 01 08:44:12 2018 +0000

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

diffstat:

 sys/dev/DEVNAMES |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 5cc9252226d1 -r 37301126c0c2 sys/dev/DEVNAMES
--- a/sys/dev/DEVNAMES  Thu Mar 01 07:18:39 2018 +0000
+++ b/sys/dev/DEVNAMES  Thu Mar 01 08:44:12 2018 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index