From owner-freebsd-stable@FreeBSD.ORG Mon May 5 19:17:18 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F41371065742; Mon, 5 May 2008 19:17:17 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.67]) by mx1.freebsd.org (Postfix) with ESMTP id DE6658FC18; Mon, 5 May 2008 19:17:17 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (asmtp002-s [10.150.69.65]) by smtpoutm.mac.com (Xserve/smtpout004/MantshX 4.0) with ESMTP id m45J4BgA012603; Mon, 5 May 2008 12:04:11 -0700 (PDT) Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mac.com (Xserve/asmtp002/MantshX 4.0) with ESMTP id m45J47Lp013651 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 5 May 2008 12:04:07 -0700 (PDT) Message-Id: <1794FA69-FF9D-4BEF-BC93-934F39498702@mac.com> From: Marcel Moolenaar To: Ingeborg Hellemo In-Reply-To: <200805050901.m4591Pgh070794@barnetv.cc.uit.no> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Mon, 5 May 2008 12:04:06 -0700 References: <200805050901.m4591Pgh070794@barnetv.cc.uit.no> X-Mailer: Apple Mail (2.919.2) Cc: Jeremy Chadwick , freebsd-stable@freebsd.org Subject: Re: PCI serial card works on 6.2 but not on 6.3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2008 19:17:18 -0000 On May 5, 2008, at 2:01 AM, Ingeborg Hellemo wrote: > > koitsu@freebsd.org said: >> Try loading the uart(4) driver, which can also replace sio(4) if I >> remember >> correctly. > > With puc(4) and sio(4) you have to make sure that both are either > compiled > into the kernel or loaded as a module. Do you know if this applies > to uart(4) > as well? Yes. It's a problem/quirk of the kernel module infrastructure, not of drivers. Note that it's save to compile-in puc(4) but have sio(4) or uart(4) loaded as a module. Not the other way around... -- Marcel Moolenaar xcllnt@mac.com