diff options
| author | macallan <macallan@NetBSD.org> | 2010-01-27 21:01:33 +0000 |
|---|---|---|
| committer | macallan <macallan@NetBSD.org> | 2010-01-27 21:01:33 +0000 |
| commit | 5f203032caccb6f02256d2284ddae7a559052d6d (patch) | |
| tree | f895aa28148c7387e7581cfe2e85a4a6e070bbc2 | |
| parent | b1a1fc216db88689775bf8020f98498bd1725b08 (diff) | |
tcx doesn't use bt_dac
| -rw-r--r-- | sys/dev/sbus/files.sbus | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sbus/files.sbus b/sys/dev/sbus/files.sbus index 11ca7bc2d75..4524b625adf 100644 --- a/sys/dev/sbus/files.sbus +++ b/sys/dev/sbus/files.sbus @@ -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 @@ attach cgthree at sbus with cgthree_sbus 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 |
