diff options
author | Grigoriy Orlov <gluk@cvs.openbsd.org> | 2001-10-04 22:01:24 +0000 |
---|---|---|
committer | Grigoriy Orlov <gluk@cvs.openbsd.org> | 2001-10-04 22:01:24 +0000 |
commit | 4044c3336b95e8f6be69881c9183797099c7e111 (patch) | |
tree | 9ea05c3f77cb3772198ed6b0c8c88bb083bfabfc | |
parent | 5a6edb4f30cd97ffe43cb7e9bc99d276fd6de4c5 (diff) |
Add commented out sf4r, sf2r and az audio drivers.
Requested by deraadt@.
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 6f2c4a56525..8adb1a91059 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.274 2001/10/02 01:37:36 millert Exp $ +# $OpenBSD: GENERIC,v 1.275 2001/10/04 22:01:23 gluk Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -431,6 +431,16 @@ audio* at uaudio? audio* at maestro? audio* at yds? +# FM-Radio devices +#sf4r0 at pci? # 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 + +# FM-Radio support +#radio* at sf4r0 +#radio* at sf2r0 +#radio* at az0 + bktr0 at pci? dev ? function ? # Joystick driver. Probe is a little strange; add only if you have one. |