diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-07-09 15:28:00 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-07-09 15:28:00 +0000 |
commit | dc7e2b8d6f742587d44f299d5fe570c8472b21c3 (patch) | |
tree | 7f73d4863289111b4720f338172584ebb7b7286f /sys/arch/sparc/conf | |
parent | a130bc95bf8f7bf341fce48bb49ae75d32acdc38 (diff) |
allow getting and setting of the ADC, DAC, and PIO ports on the daadio (this has been sitting in my tree for awhile)
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/files.sparc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc index 7186fa6f37f..996867421eb 100644 --- a/sys/arch/sparc/conf/files.sparc +++ b/sys/arch/sparc/conf/files.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc,v 1.41 2002/03/23 14:14:25 deraadt Exp $ +# $OpenBSD: files.sparc,v 1.42 2002/07/09 15:27:59 jason Exp $ # $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $ # @(#)files.sparc 8.1 (Berkeley) 7/19/93 @@ -325,7 +325,7 @@ file arch/sparc/dev/fga.c fga needs-flag device daadio {} attach daadio at fvme -file arch/sparc/dev/daadio.c daadio +file arch/sparc/dev/daadio.c daadio needs-flag device tctrl {} attach tctrl at obio |