From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1I24Ea-00004t-0o for mharc-grub-devel@gnu.org; Sat, 23 Jun 2007 07:56:56 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I24EY-0008UV-Pu for grub-devel@gnu.org; Sat, 23 Jun 2007 07:56:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I24EX-0008SQ-8m for grub-devel@gnu.org; Sat, 23 Jun 2007 07:56:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I24EX-0008S2-5Y for grub-devel@gnu.org; Sat, 23 Jun 2007 07:56:53 -0400 Received: from aybabtu.com ([69.60.117.155]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I24EW-0006xg-JN for grub-devel@gnu.org; Sat, 23 Jun 2007 07:56:52 -0400 Received: from [192.168.10.6] (helo=aragorn) by aybabtu.com with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1I24EU-0000S1-S0 for grub-devel@gnu.org; Sat, 23 Jun 2007 13:56:51 +0200 Received: from rmh by aragorn with local (Exim 4.63) (envelope-from ) id 1I24G3-0007F6-5X for grub-devel@gnu.org; Sat, 23 Jun 2007 13:58:27 +0200 Date: Sat, 23 Jun 2007 13:58:27 +0200 From: Robert Millan To: grub-devel@gnu.org Message-ID: <20070623115827.GA27818@aragorn> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline Organization: free as in freedom X-Message-Flag: Microsoft discourages use of Outlook. X-Debbugs-No-Ack: true User-Agent: Mutt/1.5.13 (2006-08-11) X-Spam-Score: -0.1 (/) X-detected-kernel: Genre and OS details not recognized. Subject: serial module 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: Sat, 23 Jun 2007 11:56:55 -0000 --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Any reason why the serial module is not enabled in i386-pc builds? (see diff below) -- Robert Millan My spam trap is honeypot@aybabtu.com. Note: this address is only intended for spam harvesters. Writing to it will get you added to my black list. --cNdxnHkX5QqsyA0e Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="serial.diff" diff -ur grub2-1.95+20070621.old/conf/i386-pc.rmk grub2-1.95+20070621/conf/i386-pc.rmk --- grub2-1.95+20070621.old/conf/i386-pc.rmk 2007-06-11 08:26:18.000000000 +0200 +++ grub2-1.95+20070621/conf/i386-pc.rmk 2007-06-23 13:56:12.000000000 +0200 @@ -91,7 +91,7 @@ commands/terminal.c commands/ls.c commands/test.c \ commands/search.c commands/blocklist.c \ commands/i386/pc/halt.c commands/i386/pc/reboot.c \ - commands/i386/cpuid.c \ + commands/i386/cpuid.c term/i386/pc/serial.c \ disk/loopback.c disk/raid.c disk/lvm.c \ fs/affs.c fs/ext2.c fs/fat.c fs/fshelp.c fs/hfs.c fs/iso9660.c \ fs/jfs.c fs/minix.c fs/sfs.c fs/ufs.c fs/xfs.c fs/hfsplus.c \ @@ -131,7 +131,7 @@ pkgdata_MODULES = _chain.mod _linux.mod linux.mod normal.mod \ _multiboot.mod chain.mod multiboot.mod reboot.mod halt.mod \ vbe.mod vbetest.mod vbeinfo.mod video.mod gfxterm.mod \ - videotest.mod play.mod bitmap.mod tga.mod cpuid.mod + videotest.mod play.mod bitmap.mod tga.mod cpuid.mod serial.mod # For _chain.mod. _chain_mod_SOURCES = loader/i386/pc/chainloader.c --cNdxnHkX5QqsyA0e--