diff options
author | 2016-08-31 15:51:47 +0000 | |
---|---|---|
committer | 2016-08-31 15:51:47 +0000 | |
commit | d0398310f7e8e65a68b222004cda50d81616140c (patch) | |
tree | d9dba395fc600530cb17472e79bf5b35f8b299fa /sys | |
parent | Don't put a device in the wake device list if _STA says it's not there. (diff) | |
download | wireguard-openbsd-d0398310f7e8e65a68b222004cda50d81616140c.tar.xz wireguard-openbsd-d0398310f7e8e65a68b222004cda50d81616140c.zip |
Support A Radio Free Europe!
remove long disabled radio devices
ok deraadt
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 8148df0c317..b88ed293587 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.818 2016/08/31 12:46:45 tedu Exp $ +# $OpenBSD: GENERIC,v 1.819 2016/08/31 15:51:47 tedu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -733,24 +733,9 @@ audio* at emu? bktr0 at pci? -# FM-Radio devices -#gtp* at pci? # Gemtek/Guillemot Radio PCI 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 -#rt0 at isa? port 0x30c # AIMS Lab Radiotrack FM Radio Card -#rt* at isapnp? -#rtii0 at isa? port 0x30c # AIMS Lab Radiotrack II FM Radio Card - # FM-Radio support radio* at bktr? radio* at fms? -#radio* at gtp? -#radio* at sfr? -#radio* at sf2r? -#radio* at az? -#radio* at rt? -#radio* at rtii? # Joystick driver. Probe is a little strange; add only if you have one. #joy0 at isa? port 0x201 |