From owner-freebsd-questions Fri Jun 22 17:22:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rye.elite.net (rye.elite.net [205.199.220.6]) by hub.freebsd.org (Postfix) with ESMTP id C29D537B401 for ; Fri, 22 Jun 2001 17:22:47 -0700 (PDT) (envelope-from nate@elite.net) Received: from almond.elite.net (root@almond.elite.net [205.199.220.5]) by rye.elite.net (8.9.3/8.9.3) with ESMTP id RAA88192 for ; Fri, 22 Jun 2001 17:22:47 -0700 (PDT) Received: (nate@localhost) by almond.elite.net (8.8.3/8.6.12) id RAA03145; Fri, 22 Jun 2001 17:22:46 -0700 (PDT) Date: Fri, 22 Jun 2001 17:22:46 -0700 (PDT) From: Nate Lawson To: freebsd-questions@freebsd.org Subject: GDB remote problem: SOLVED Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I hacked around with it for a while and found that the serial port always worked fine for running a getty but failed for the kernel gdb. I suspect this is because the getty did more configuration of the sio port while the kernel just bit-bashed. The solution was to turn off "plug and play OS" in the BIOS. This caused the BIOS to do enough pre-configuration that everything worked. Now I'm debugging at 115200. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message