On =D0=9F=D1=82=D0=BD, =D0=9D=D0=BE=D1=8F 15, 2002 at 10:06:46 +0900, Osamu=
Tomita wrote:
> This is for serial port and onboard modem support.
> @@ -376,7 +378,12 @@
> ((port->min =3D=3D 0x2f8) ||
> (port->min =3D=3D 0x3f8) ||
> (port->min =3D=3D 0x2e8) ||
> +#ifndef CONFIG_PC9800
> (port->min =3D=3D 0x3e8)))
> +#else
> + (port->min =3D=3D 0x3e8) ||
> + (port->min =3D=3D 0x8b0)))
> +#endif
> return 0;
> }
Why 0x8b0 should be added here ?
Is it one of default iobase value for C-bus PNP modems ?
--=20
Andrey Panin | Embedded systems software developer
pazke@orbita1.ru | PGP key: wwwkeys.eu.pgp.net
--C7zPtVaVf+AK4Oqc
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE91PPLBm4rlNOo3YgRAjeVAKCNFrZXD3fddv1yS1vIw6aQOLsRWACdFNxY
iLT1lt4/TD53/kAJlCx9uUo=
=7BF9
-----END PGP SIGNATURE-----
--C7zPtVaVf+AK4Oqc--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/