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/arch/i386 | |
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/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 3d9d3477d75..d1e2b409f0d 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.295 2002/04/25 04:56:59 mickey Exp $ +# $OpenBSD: GENERIC,v 1.296 2002/05/06 16:37:43 mickey Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -450,7 +450,6 @@ bktr0 at pci? dev ? function ? # FM-Radio devices #mr* at pci? dev ? function ? # Guillemot Maxi Radio FM2000 PCI Radio Card -#sf4r* at pci? dev ? function ? # SoundForte RadioLink SF64-PCR FM Radio Card #sfr0 at isa? port 0x384 # SoundForte RadioLink SF16-FMR FM Radio Card #sf2r0 at isa? port 0x384 # SoundForte RadioLink SF16-FMR2 FM Radio Card #az0 at isa? port 0x350 # Aztech/PackardBell FM Radio Card @@ -459,8 +458,8 @@ bktr0 at pci? dev ? function ? # FM-Radio support #radio* at mr? -#radio* at sf4r? #radio* at bktr? +#radio* at fms? #radio* at sf2r0 #radio* at az0 #radio* at rt0 |