diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-05-06 16:37:44 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-05-06 16:37:44 +0000 |
commit | 727735f9b8695da8e8be8b2b43e15da667ec4b25 (patch) | |
tree | c7adf2628f635115d199b6604d99b83c266c7d41 /sys/dev/isa/files.isa | |
parent | 1e31d52f75e880b62599cf3c47960019f4bfcc24 (diff) |
tuner driver for the fms cards.
attach radio at the fms(4), instead of a separate device,
which would never work out fine.
from Vladimir Popov <jumbo@narod.ru>
rework the radio config stuff (radio at radiobus, instead of radio at radio),
allowing to tag source files in the files.* files w/ radio attribute.
from mickey@
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r-- | sys/dev/isa/files.isa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa index 9def8d83545..b5ea67c6b7b 100644 --- a/sys/dev/isa/files.isa +++ b/sys/dev/isa/files.isa @@ -1,4 +1,4 @@ -# $OpenBSD: files.isa,v 1.76 2002/04/25 04:56:59 mickey Exp $ +# $OpenBSD: files.isa,v 1.77 2002/05/06 16:37:43 mickey Exp $ # $NetBSD: files.isa,v 1.21 1996/05/16 03:45:55 mycroft Exp $ # # Config file and device description for machine-independent ISA code. @@ -339,27 +339,27 @@ attach opl at isa with opl_isa file dev/isa/opl_isa.c opl_isa # Sound Forte RadioLink SF16-FMR FM Radio Card -device sfr: radio, tc921x, pt2254a +device sfr: radiobus, tc921x, pt2254a attach sfr at isa file dev/isa/sf16fmr.c sfr # Sound Forte RadioLink SF16-FMR2 FM Radio Card -device sf2r: radio, tea5757 +device sf2r: radiobus, tea5757 attach sf2r at isa file dev/isa/sf16fmr2.c sf2r # Aztech/PackardBell FM Radio Card -device az: radio, lm700x +device az: radiobus, lm700x attach az at isa file dev/isa/aztech.c az # AIMS Lab Radiotrack & compatible -device rt: radio, lm700x +device rt: radiobus, lm700x attach rt at isa file dev/isa/radiotrack.c rt # AIMS Lab Radiotrack II FM Radio Card -device rtii: radio, tea5757 +device rtii: radiobus, tea5757 attach rtii at isa file dev/isa/radiotrack2.c rtii |