From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KyUZN-0005ky-1o for mharc-grub-devel@gnu.org; Fri, 07 Nov 2008 11:52:25 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KyUZJ-0005jE-RZ for grub-devel@gnu.org; Fri, 07 Nov 2008 11:52:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KyUZG-0005gk-LI for grub-devel@gnu.org; Fri, 07 Nov 2008 11:52:21 -0500 Received: from [199.232.76.173] (port=56365 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KyUZG-0005gS-5g for grub-devel@gnu.org; Fri, 07 Nov 2008 11:52:18 -0500 Received: from mta-out.inet.fi ([195.156.147.13]:44399 helo=jenni1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KyUZF-0004Ql-KU for grub-devel@gnu.org; Fri, 07 Nov 2008 11:52:17 -0500 Received: from [127.0.0.1] (84.248.105.254) by jenni1.inet.fi (8.5.014) id 48FC59C700F4EB73 for grub-devel@gnu.org; Fri, 7 Nov 2008 18:52:13 +0200 Message-ID: <49147245.6080105@nic.fi> Date: Fri, 07 Nov 2008 18:52:21 +0200 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: The development of GRUB 2 References: <200811040038.mA40c2ew022770@los-vmm.sc.intel.com> <20081104153950.GB8894@thorin> <20081105095850.GB12677@thorin> <20081106150212.GC24460@thorin> <20081106160641.GA26883@thorin> <20081107160725.GD17223@xolotl.n0ano.com> In-Reply-To: <20081107160725.GD17223@xolotl.n0ano.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH] PCI serial card support X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 16:52:22 -0000 n0ano@n0ano.com wrote: > Bad news, I heard back from the two people who wrote the PCI serial > code for Linux (Russell King & Ted Tso) and they both agree that, > no matter how the ambiguity got into the Linux source files, their > intent was that the code was GPL v2 only. > > That being the case, we can't use the code and I don't want to try > and re-write it from scratch so we're back to having the user manually > specify the I/O port address but at least I can create a PCI ID table > to map the base baud. Ok. Then I would suggest that only simple change is made at this time to support it. So we start from scratch on that implementation. Anyway... it can be improved later on.