Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sbus tcx doesn't use bt_dac



details:   https://anonhg.NetBSD.org/src/rev/09c3eb986d35
branches:  trunk
changeset: 751199:09c3eb986d35
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Jan 27 21:01:33 2010 +0000

description:
tcx doesn't use bt_dac

diffstat:

 sys/dev/sbus/files.sbus |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 63e864596b78 -r 09c3eb986d35 sys/dev/sbus/files.sbus
--- a/sys/dev/sbus/files.sbus   Wed Jan 27 20:23:53 2010 +0000
+++ b/sys/dev/sbus/files.sbus   Wed Jan 27 21:01:33 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sbus,v 1.33 2009/08/06 18:26:03 macallan Exp $
+#      $NetBSD: files.sbus,v 1.34 2010/01/27 21:01:33 macallan Exp $
 #
 # Config file and device description for machine-independent SBUS code.
 # Included by ports that need it.
@@ -115,7 +115,7 @@
 file   dev/sbus/cgthree_sbus.c         cgthree_sbus
 
 # framebuffer devices implemented only on SBus
-device tcx: bt_dac, fb, rasops8, wsemuldisplaydev, vcons
+device tcx: fb, rasops8, wsemuldisplaydev, vcons
 attach tcx at sbus
 file   dev/sbus/tcx.c                  tcx needs-flag
 



Home | Main Index | Thread Index | Old Index