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/conf | |
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/conf')
-rw-r--r-- | sys/conf/files | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/files b/sys/conf/files index 7701ee3eacc..a28fa40c9eb 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.246 2002/04/25 04:56:59 mickey Exp $ +# $OpenBSD: files,v 1.247 2002/05/06 16:37:39 mickey Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -15,7 +15,7 @@ define ifmedia define mii {[phy = -1]} define midibus { } define midisyn -define radio {} +define radiobus {} # audio device attributes define mulaw @@ -296,7 +296,8 @@ file dev/usb/ohci.c ohci needs-flag # radio devices, attaches to radio hardware driver device radio -attach radio at radio +attach radio at radiobus +file dev/radio.c radio needs-flag # legitimate pseudo-devices pseudo-device vnd: disk @@ -375,7 +376,6 @@ file ddb/db_usrreq.c ddb file ddb/db_hangman.c ddb file dev/auconv.c auconv file dev/audio.c audio needs-flag -file dev/radio.c radio needs-flag file dev/ccd.c ccd needs-flag file dev/ic/ncr5380sbc.c ncr5380sbc file dev/ic/ncr53c7xx.c ncr53c7xx |