diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-04 20:10:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-04 20:10:19 +0000 |
commit | 85c0f0b32a24d1607b52cd3727d8385bf9843549 (patch) | |
tree | 6bd4680a9175fd241408117eeee54aa5cbc935eb /sys/dev/tc/files.tc | |
parent | 2bb12e1fbc90abd983354710fd09081596ff89e7 (diff) |
Driver for the TURBOchannel alpha baseboard audio. Ported from NetBSD, with
changes to allow using non-native encodings, and alpha specific code to try
and avoid doing 8 bit memory access.
Tested on 3000/300LX, deaf testing on 3000/600.
Diffstat (limited to 'sys/dev/tc/files.tc')
-rw-r--r-- | sys/dev/tc/files.tc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/tc/files.tc b/sys/dev/tc/files.tc index e8b563b6972..86ab00bf4f6 100644 --- a/sys/dev/tc/files.tc +++ b/sys/dev/tc/files.tc @@ -1,4 +1,4 @@ -# $OpenBSD: files.tc,v 1.8 2005/03/08 20:00:25 tdeval Exp $ +# $OpenBSD: files.tc,v 1.9 2011/09/04 20:10:18 miod Exp $ # $NetBSD: files.tc,v 1.26 2001/11/28 10:21:24 lukem Exp $ # # Config file and device description for machine-independent @@ -23,6 +23,11 @@ file dev/tc/if_le_ioasic.c le_ioasic attach le at tc with le_tc: le_dec_subr file dev/tc/if_le_tc.c le_tc +# baseboard audio +device bba: audio, am7930, mulaw +attach bba at ioasic +file dev/tc/bba.c bba + # DEFTA FDDI controller device fta: pdq, fddi, ifnet attach fta at tc |