From owner-freebsd-hackers Wed Dec 5 11:51:58 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 4A11C37B41A for ; Wed, 5 Dec 2001 11:51:57 -0800 (PST) Received: from [207.76.207.129] (PBG4.whistle.com [207.76.207.129]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id LAA99751; Wed, 5 Dec 2001 11:51:52 -0800 (PST) Mime-Version: 1.0 X-Sender: mark-ml@207.76.206.1 Message-Id: In-Reply-To: References: Date: Wed, 5 Dec 2001 11:51:43 -0800 To: Zhihui Zhang , freebsd-hackers@FreeBSD.ORG From: Mark Peek Subject: Re: gdb serial port Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 2:41 PM -0500 12/5/01, Zhihui Zhang wrote: >While compiling a debug kernel, I forgot to set the flag of sio0 to >0x80. Is there anyway I can fix this quickly without recompiling >the kernel? Thanks, For -current, you can change (or add) a hint to /boot/device.hints such as: hint.sio.0.flags="0x80" For -stable, I believe you have to recompile the kernel. Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message