From owner-freebsd-questions@FreeBSD.ORG Thu Dec 9 17:56:12 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B50B1065670 for ; Thu, 9 Dec 2010 17:56:12 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1-6.sentex.ca [IPv6:2607:f3e0:0:1::12]) by mx1.freebsd.org (Postfix) with ESMTP id 27ACA8FC14 for ; Thu, 9 Dec 2010 17:56:12 +0000 (UTC) Received: from [IPv6:2607:f3e0:0:4:2c91:fa66:2350:ddab] ([IPv6:2607:f3e0:0:4:2c91:fa66:2350:ddab]) by smarthost1.sentex.ca (8.14.4/8.14.4) with ESMTP id oB9HuAZ5014255 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Thu, 9 Dec 2010 12:56:10 -0500 (EST) (envelope-from mike@sentex.net) Message-ID: <4D011830.5080900@sentex.net> Date: Thu, 09 Dec 2010 12:56:00 -0500 From: Mike Tancsa User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Lars Eighner References: <20101209110821.F22520@qroenaqrq.6qbyyneqvnyhc.pbz> In-Reply-To: <20101209110821.F22520@qroenaqrq.6qbyyneqvnyhc.pbz> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on IPv6:2607:f3e0:0:1::12 Cc: freebsd-questions@freebsd.org Subject: Re: 7.3 Get uart to grab modem instead of sio X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2010 17:56:12 -0000 On 12/9/2010 12:10 PM, Lars Eighner wrote: > I am running 7.3. I would like uart to grab the modem, but sio does. I > don't want to upgrade to 8.x until I see that things will work with uart. > Hi, Take a look at /boot/device.hints. Replace sio with uart and you can remove sio from the kernel if you are not using it elsewhere. ---Mike