Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf no more special attachment for dbcool, ...



details:   https://anonhg.NetBSD.org/src/rev/35d130c69f4d
branches:  trunk
changeset: 356382:35d130c69f4d
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Sep 22 03:11:43 2017 +0000

description:
no more special attachment for dbcool, deq attaches to iic now

diffstat:

 sys/arch/macppc/conf/files.macppc |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r b4b8c11dbfd1 -r 35d130c69f4d sys/arch/macppc/conf/files.macppc
--- a/sys/arch/macppc/conf/files.macppc Fri Sep 22 03:10:46 2017 +0000
+++ b/sys/arch/macppc/conf/files.macppc Fri Sep 22 03:11:43 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.macppc,v 1.104 2017/06/06 15:58:59 macallan Exp $
+#      $NetBSD: files.macppc,v 1.105 2017/09/22 03:11:43 macallan Exp $
 #
 # macppc-specific configuration info
 
@@ -306,12 +306,9 @@
 
 include "arch/powerpc/conf/majors.powerpc"
 
-attach dbcool at ki2c with dbcool_ki2c
-file arch/macppc/dev/dbcool_ki2c.c             dbcool
-
 define deq {}
 device deq
-attach deq at ki2c
+attach deq at iic
 file arch/macppc/dev/deq.c                             deq
 
 device videopll



Home | Main Index | Thread Index | Old Index