diff options
author | 2002-01-09 18:37:45 +0000 | |
---|---|---|
committer | 2002-01-09 18:37:45 +0000 | |
commit | 8c502a844796c349a74414a012678f0120135b6f (patch) | |
tree | dfc63a9aae9871ccac43821294210d15e2e0249a | |
parent | check&fix. Request from ericj@. (diff) | |
download | wireguard-openbsd-8c502a844796c349a74414a012678f0120135b6f.tar.xz wireguard-openbsd-8c502a844796c349a74414a012678f0120135b6f.zip |
better iobase for rtii, from Maxim Tsyplakov <tm@oganer.net>
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index a86771700da..643d07729da 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.286 2002/01/02 22:26:48 mickey Exp $ +# $OpenBSD: GENERIC,v 1.287 2002/01/09 18:37:45 mickey Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -446,7 +446,7 @@ audio* at emu? #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 +#rtii0 at isa? port 0x30c # AIMS Lab Radiotrack II FM Radio Card # FM-Radio support #radio* at mr? |