Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 15 Nov 2002 08:11:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 15 Nov 2002 08:11:03 -0500 Received: from point41.gts.donpac.ru ([213.59.116.41]:35076 "EHLO orbita1.ru") by vger.kernel.org with ESMTP id ; Fri, 15 Nov 2002 08:11:01 -0500 Date: Fri, 15 Nov 2002 16:16:59 +0300 From: Andrey Panin To: Osamu Tomita Cc: Alan Cox , LKML Subject: Re: PC-9800 patch for 2.5.47-ac4: not merged yet (14/15) serial Message-ID: <20021115131659.GA552@pazke.ipt> Mail-Followup-To: Osamu Tomita , Alan Cox , LKML References: <3DD4E2D5.AEF13F1@cinet.co.jp> <3DD4F166.8E25E202@cinet.co.jp> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <3DD4F166.8E25E202@cinet.co.jp> User-Agent: Mutt/1.4i X-Uname: Linux pazke 2.2.17 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1401 Lines: 48 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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/