From owner-freebsd-mobile@FreeBSD.ORG Tue Sep 21 14:24:24 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1398106566C; Tue, 21 Sep 2010 14:24:24 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6B84D8FC16; Tue, 21 Sep 2010 14:24:24 +0000 (UTC) Received: by iwn34 with SMTP id 34so6218559iwn.13 for ; Tue, 21 Sep 2010 07:24:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=/sYMbbKJwrPehLDosuHPId1nqNfYlcuIuxP1zYOGCwg=; b=q2IZa/n8YpaP7GTQ6sbtk0bn20WYOPQbXZ78yLMhMddqupfDTrt9OWoV98r3UwDDPy hqXNNiMslT45aGWfpx/iifug638eOTFcyXZHWypaunvAdVhPIbClwuq8c926f+WlqrfL EbTt08xDlbPWV0I7J98UvJvJ8CoOZe/NSjoNY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=OTwBuTnQ4oXhUNNuAZpKiVfgoHjMozV0yhjpMs9rlihNDxj9qkMIZPG69m8x+7uu+2 UhCEKPUIWc69aDOT7BvI7SHJ1UUDqBz/e8FRRjkAGKfrde98qE23/Phu2sHAf9FSDMBx kYnPt2uvY+zEmllx0922DL91HFDWnu10aaOKQ= MIME-Version: 1.0 Received: by 10.231.174.5 with SMTP id r5mr11975881ibz.132.1285079063754; Tue, 21 Sep 2010 07:24:23 -0700 (PDT) Received: by 10.231.156.206 with HTTP; Tue, 21 Sep 2010 07:24:23 -0700 (PDT) In-Reply-To: <201009210919.28923.jhb@freebsd.org> References: <201009200925.10362.jhb@freebsd.org> <201009210919.28923.jhb@freebsd.org> Date: Tue, 21 Sep 2010 22:24:23 +0800 Message-ID: From: Adrian Chadd To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: RFT: if_ath HAL refactoring X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2010 14:24:24 -0000 On 21 September 2010 21:19, John Baldwin wrote: >> I've not idea right now whether there's an Atheros SoC with an >> AHB-attached wireless device and a PCI bus. In fact, that won't work >> at the present time because the device names would clash. > > Why would the device names clash? =A0We have _lots_ of drivers with multi= ple bus > attachments that use the same name regardless of which bus they are on, a= nd > making a bus attachment conditional on the bus being present is what ever= y > other driver that desires this level of granularity does. Cool. Well, that's one less thing I have to worry about. :-) Thanks, Adrian