diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-06-03 16:13:22 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-06-03 16:13:22 +0000 |
commit | 5c2c7f411300a37001a102fc781925def587c514 (patch) | |
tree | 1e27c20bb33b71c467077048ce57732ce8c5c666 /sys/arch/i386/conf | |
parent | 7f125c714df1928b2ec5f6bd8da798aa8b47acc0 (diff) |
Guillemot/maxiradio was a rebadged gemtek/pr103.
the mr(4) was not really tested and therefore is now replaced
w/ a tested gtp(4), renamed pci ids too.
from jumbo@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index c047b19f54f..bb206dee270 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.300 2002/05/30 18:42:33 mickey Exp $ +# $OpenBSD: GENERIC,v 1.301 2002/06/03 16:13:16 mickey Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -452,7 +452,7 @@ audio* at emu? bktr0 at pci? dev ? function ? # FM-Radio devices -#mr* at pci? dev ? function ? # Guillemot Maxi Radio FM2000 PCI Radio Card +#gtp* at pci? dev ? function ? # 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 @@ -460,9 +460,9 @@ bktr0 at pci? dev ? function ? #rtii0 at isa? port 0x30c # AIMS Lab Radiotrack II FM Radio Card # FM-Radio support -#radio* at mr? #radio* at bktr? #radio* at fms? +#radio* at gtp? #radio* at sfr0 #radio* at sf2r0 #radio* at az0 |