From owner-freebsd-current@FreeBSD.ORG Thu Aug 25 08:22:21 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B8341065676; Thu, 25 Aug 2011 08:22:21 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1972C8FC15; Thu, 25 Aug 2011 08:22:20 +0000 (UTC) Received: by gyd10 with SMTP id 10so1814982gyd.13 for ; Thu, 25 Aug 2011 01:22:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=fMBw8XWoO8sLQhSx74FJkS4lHe8hgJXmbvUdL62vLa4=; b=mThwC7/Zf/7cJD/PT70kN7nZu7+RsH5gvrlKR02DdPsP7GwUom7qmlLwNgOlYp7vWA syP713nywfBSCMufEDgKM/51ka0nZMpXeMkfietqM7DGVLE55suNysFjUGBtuZ5hto8O fx59+FOcPaZLktsd39C2T+JAufcKF6vIArVJ0= MIME-Version: 1.0 Received: by 10.150.229.12 with SMTP id b12mr593002ybh.30.1314260540411; Thu, 25 Aug 2011 01:22:20 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.150.145.21 with HTTP; Thu, 25 Aug 2011 01:22:20 -0700 (PDT) In-Reply-To: References: Date: Thu, 25 Aug 2011 16:22:20 +0800 X-Google-Sender-Auth: uTgNk77xRjxzBDqZfc77UBFQrm8 Message-ID: From: Adrian Chadd To: Daniel Eischen Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: current@freebsd.org Subject: Re: ath0 no longer attaches, cardbus problems? 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: Thu, 25 Aug 2011 08:22:21 -0000 On 25 August 2011 15:50, Daniel Eischen wrote: >> [snip] >> >> Yup, looks like another cardbus/pci allocation issue. :-) > > Who do I ping about it? =A0I tried with "nooption NEW_PCIB" > but that didn't work either. Whoever looks after the cardbus/pci code? I know you don't want to, but it may be worthwhile bisecting the kernel version (as booting alone is enough to see if it's working, so you don't have to build a whole world each time) and figure out when it broke. I bet that'll be a big, big help. I'd appreciate it too, you're not the first user who has a non-functioning ath cardbus nic, and I'd really like to see those resolved for 9.0. Thanks, Adrian