From owner-freebsd-current@FreeBSD.ORG Thu Nov 10 16:08:41 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 85750106564A; Thu, 10 Nov 2011 16:08:41 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1B39B8FC14; Thu, 10 Nov 2011 16:08:40 +0000 (UTC) Received: by vws11 with SMTP id 11so3717977vws.13 for ; Thu, 10 Nov 2011 08:08:40 -0800 (PST) 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; bh=Mzcgg0DxCyh+deunlUMWXYXcknMk8/5ljHkkdqK9HdQ=; b=o3fhMMH+VVRanmK7B3aWEO8+/s5gfvaAyiQ9erNGk4nflkw0iWZl1cS+J6iTcR61JI jHi6acwzgfkRG6Aj1cpfrSJg7R9aNc28/+J06ABK11+kz4hqNNkkxYqM8KOA/Sa4WWmd 4TZvv50wxV5uoZ6El2rWN7PbuCTRXab9ZfspI= MIME-Version: 1.0 Received: by 10.52.65.78 with SMTP id v14mr6806934vds.89.1320941320277; Thu, 10 Nov 2011 08:08:40 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.29.198 with HTTP; Thu, 10 Nov 2011 08:08:40 -0800 (PST) In-Reply-To: <4EBB7A0A.20700@FreeBSD.org> References: <201111100705.pAA75eIT023291@freebsd-current.sentex.ca> <4EBB7A0A.20700@FreeBSD.org> Date: Thu, 10 Nov 2011 08:08:40 -0800 X-Google-Sender-Auth: 9sIvKEIOiUydFxLhp-VHssXSRTA Message-ID: From: Adrian Chadd To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: i386@freebsd.org, FreeBSD Tinderbox , current@freebsd.org Subject: Re: [head tinderbox] failure on i386/i386 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, 10 Nov 2011 16:08:41 -0000 This is a new problem - it seems some kernels don't have AH_SUPPORT_AR5416 in them. The module was thus being built with the default opt_ah.h which enabled it. I'd like to just get that option added to kernels for now. I'll then fix the ath/hal build to work without the extra AR5416 fields but it's going to take a bit of effort. (It won't be impossible, just will take a little more time.) So if you/others would like to fix all the kernels for which this breaks by simply adding "options AH_SUPPORT_AR5416" to the kernel configuration, or just add an option to not build ath/ath_pci/ath_ahb for those devices, please feel free. Thanks, adrian