From owner-freebsd-current@FreeBSD.ORG Wed Sep 23 21:06:16 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8A0D1065694 for ; Wed, 23 Sep 2009 21:06:16 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 5A76E8FC18 for ; Wed, 23 Sep 2009 21:06:16 +0000 (UTC) Received: by ewy5 with SMTP id 5so756407ewy.36 for ; Wed, 23 Sep 2009 14:06:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=wqPK9pCXgwVzegZ+/VjDHIWf4b97HgPTJ7HVR/9/d+Y=; b=AIeuK2l0xJj7vGQL66ZVCcv+g/s9wq6fZ1qdlHXj4rTddqC8wo9XWg+6OqBeFWBiXj nNV2kLUQZqOccFZ0uNNX6tn/5tbp8cxjhpykx1OUuC2azixHSvbyvY86+XBJVo1u84lw 8uRVp/flL4+82jkWH5eI1falPtnlU0ilmnt48= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=JE4q4ECUjS0OnOzt6Q1BFOLMP1AsYvRQ4FtOTCDeMcK0C3PdPm2WsIrxiaufZlnnnQ cfqpAKKd/MX5uiWlS/O81+bqOftfRo4byqawWBzH1yDFom03H8Uqh8pGA1xWpLAC+2lV GduWoOMIXPzIVzFzMs0YOYzlYMsFZWGyTJLhQ= MIME-Version: 1.0 Received: by 10.211.155.11 with SMTP id h11mr3194716ebo.62.1253739975125; Wed, 23 Sep 2009 14:06:15 -0700 (PDT) In-Reply-To: <4ABA8C1B.9020607@avioc.org> References: <4ABA8C1B.9020607@avioc.org> From: Scott Ullrich Date: Wed, 23 Sep 2009 17:05:55 -0400 Message-ID: To: Brandon Weisz Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Current Subject: Re: Serial console broken on RELENG_8 ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2009 21:06:16 -0000 On Wed, Sep 23, 2009 at 4:59 PM, Brandon Weisz wrote: > Did you update device.hints? =A0See 20080713 entry in /usr/src/UPDATING. > sio(4) was replaced by uart(4). =A0I just upgraded to RELENG_8 on a soekr= is > board and my serial console is working properly. Hello, yes we replaced sio with uart in our kernel configuration file but did not add anything to device.hints. I will give that a shot now. Thanks! Scott