diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-02 19:48:33 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-02 19:48:33 +0000 |
commit | 34692c4408203b5198558b488db7217c6a1c76cf (patch) | |
tree | f1727d39c0296a738bc6acd769720e9c74e1908f /sys/arch/i386 | |
parent | e4a4a635aad8caaeb1b781946bd3fb1771b4f3c2 (diff) |
missing radiotrack entries, fix the others (all still commented out
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 1b5d553f15d..8b75decffec 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.284 2001/12/24 20:11:11 mickey Exp $ +# $OpenBSD: GENERIC,v 1.285 2002/01/02 19:48:32 mickey Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -441,14 +441,18 @@ audio* at yds? audio* at emu? # FM-Radio devices -#sf4r0 at pci? # SoundForte RadioLink SF64-PCR FM Radio Card +#sf4r* at pci? dev ? function ? # SoundForte RadioLink SF64-PCR 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 +#rt0 at isa? port 0x30c # AIMS Lab Radiotrack FM Radio Card +#rtii0 at isa? port 0x20c # AIMS Lab Radiotrack II FM Radio Card # FM-Radio support -#radio* at sf4r0 -#radio* at sf2r0 -#radio* at az0 +#radio* at sf4r? +#radio* at sf2r0 +#radio* at az0 +#radio* at rt0 +#radio* at rtii0 bktr0 at pci? dev ? function ? |