From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KzIWm-0007z9-Sr for mharc-grub-devel@gnu.org; Sun, 09 Nov 2008 17:13:04 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzIWl-0007yV-Aa for grub-devel@gnu.org; Sun, 09 Nov 2008 17:13:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzIWj-0007y3-QR for grub-devel@gnu.org; Sun, 09 Nov 2008 17:13:03 -0500 Received: from [199.232.76.173] (port=58097 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzIWj-0007y0-Ot for grub-devel@gnu.org; Sun, 09 Nov 2008 17:13:01 -0500 Received: from mta-out.inet.fi ([195.156.147.13]:44807 helo=jenni2.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KzIWj-0006mB-Ca for grub-devel@gnu.org; Sun, 09 Nov 2008 17:13:01 -0500 Received: from [127.0.0.1] (84.248.105.254) by jenni2.inet.fi (8.5.014) id 48FC5A88010AA975 for grub-devel@gnu.org; Mon, 10 Nov 2008 00:12:52 +0200 Message-ID: <49176070.10301@nic.fi> Date: Mon, 10 Nov 2008 00:13:04 +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: <20081106160641.GA26883@thorin> <20081107160725.GD17223@xolotl.n0ano.com> <49147245.6080105@nic.fi> <20081108112536.GA11583@thorin> <491584C4.5020407@nic.fi> <20081108124544.GA25958@thorin> <20081109015819.GA4022@xolotl.n0ano.com> <20081109215730.GA26330@thorin> In-Reply-To: <20081109215730.GA26330@thorin> 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: Sun, 09 Nov 2008 22:13:03 -0000 Robert Millan wrote: > On Sat, Nov 08, 2008 at 06:58:19PM -0700, n0ano@n0ano.com wrote: >> Note that what I'm doing will make the serial module dependent upon the >> pci module but I don't see that that's a big concern. Pretty much any >> modern machine will have a PCI bus so scanning it should not be a >> problem. Also, note that the legacy serial devices (I/O ports at >> 0x3f8 & 0x2f8) are going away, in the not too distant future the only >> way to get serial output will be through PCI or USB. Given that USB >> controllers hang off the PCI bus I don't see an issue with having the >> serial module require the pci module. > > If we want to soften the dependency on the pci module, I guess it can > always be done afterwards. Vesa, what do you think? Not an issue at this point. If it comes an issue then we can modify it.