From owner-freebsd-mips@FreeBSD.ORG Fri Nov 16 18:07:06 2012 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20E8F2F8 for ; Fri, 16 Nov 2012 18:07:06 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id C4D568FC08 for ; Fri, 16 Nov 2012 18:07:05 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so3866120oag.13 for ; Fri, 16 Nov 2012 10:07:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=pMI8BrHf7tb7VNc3CGIPkcO70sqPlOgLNZEiUMGZ5tQ=; b=M6s9dHWesGNraVBARHxy/Q5nC5S4cgG1Eq9qhvJHDfjKa7VsgTDzdd1+X9WySq9PWc 4EN6PycTsZiw/iEnWB84/A2AIEU7GnpyWPAN2S8GMJ8EMZj2aQp3wOQLlhuWd/tNs8iq VxGjOHQcFU3gx1YP2OuTt04MvsGheMK1qjNKfM+RsD1DXAPgWeqA7RPZGdU/dZau8a9n hb7fLebe3TP75/2XYvWGFmF35+hLEExvUJrOWEac1mabELXZ+9FQd2wUoNGGpLhOsyfL HN+uueDoPOlCxWErM3xB0dsRHIsVhyUTun9S4m5ip/KRPcHEZEl0L1bnYFd+imy/n6GE yhbw== Received: by 10.60.6.227 with SMTP id e3mr4617175oea.22.1353089225080; Fri, 16 Nov 2012 10:07:05 -0800 (PST) Received: from [10.30.101.53] ([209.117.142.2]) by mx.google.com with ESMTPS id el2sm2131063obc.9.2012.11.16.10.07.03 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Nov 2012 10:07:03 -0800 (PST) Sender: Warner Losh Subject: Re: heads up - changing uart -> uart_ar71xx Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Fri, 16 Nov 2012 11:07:01 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <1CA7EEC5-6DDC-4738-B8F7-9BBB8A3CE68D@bsdimp.com> References: <201211161735.qAGHZb0j070251@pdx.rh.CN85.ChatUSA.com> <6FC455B0-EBF6-4160-A491-A818003262A6@bsdimp.com> <8C61D434-FD1A-4DA2-BD5B-C7EBD6685A60@bsdimp.com> To: Adrian Chadd X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQkmfO8ghpFCBh7O3/loMszlHUkmavn7JAeM4i467228tKqFnoAndpBolz/LsjeAifC50mkZ Cc: "Rodney W. Grimes" , freebsd-mips@freebsd.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2012 18:07:06 -0000 On Nov 16, 2012, at 11:05 AM, Adrian Chadd wrote: > Are you absolutely sure? The code in sys/dev/uart/ seems to pull them > all in by default? I haven't checked recently, but it definitely used to be that way. It's = one reason we made uart_class_8250 a weak reference at one point. Warner