From owner-freebsd-questions@FreeBSD.ORG Mon Apr 13 21:09:59 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 719E1106564A for ; Mon, 13 Apr 2009 21:09:59 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id C30778FC0C for ; Mon, 13 Apr 2009 21:09:58 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by fxm11 with SMTP id 11so2189346fxm.43 for ; Mon, 13 Apr 2009 14:09:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=rxz/Nm3EIq20pNKBdojTUfYX7mEQMvGR75TR1jVC1Qo=; b=HhPWWMcgWC9UazN5mSE11keGeEb4A4GtFhPoqBMXES6VZOg3uyAv5I9c8txkKNAxSx qvNSN1baSdS+towz+eCyTPVZ/J2roOpiC2Z0YaWihZrioodP+ZVfvfMA3LIVpnKaPtNi K6T5KrbD5jxySaNCcdrOFnnaFbHm0Xn+HBB1s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=KugOu4Z+wxVBTVUjUzFDig5jW5l7JvP2tQIIwbIy2mGRQi/fr/N8zMqm36nCpJFMV/ ffNA/+g2LhUm8JVm+h+dec5gtDgmeJTkLwBDLhjNcBcahzC2jxDakW3uAdiQp8IZWQnl 5v8k2d97D9FUnYnDuJPTy/7rpd4tLiBEebUKA= Received: by 10.103.193.13 with SMTP id v13mr3576945mup.1.1239656997862; Mon, 13 Apr 2009 14:09:57 -0700 (PDT) Received: from atlantis.dyndns.org (athedsl-4472733.home.otenet.gr [94.71.127.141]) by mx.google.com with ESMTPS id s10sm11006432mue.16.2009.04.13.14.09.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 13 Apr 2009 14:09:57 -0700 (PDT) Message-ID: <49E3AA23.8090709@gmail.com> Date: Tue, 14 Apr 2009 00:09:55 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: tethys ocean References: <235b80000904130637g70dc9e66t3e62ef1b06814c4f@mail.gmail.com> <49E3545A.1060607@gmail.com> <235b80000904131249pc7860ccj7829224949fa90db@mail.gmail.com> In-Reply-To: <235b80000904131249pc7860ccj7829224949fa90db@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: ../../../dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2009 21:09:59 -0000 tethys ocean wrote: > thank a lot i found info in UPDATING just below > > 20090312: > The open-source Atheros HAL has been merged from HEAD > to STABLE. > The kernel compile-time option AH_SUPPORT_AR5416 has been > added to support certain newer Atheros parts, particularly > PCI-Express chipsets. > The following modules are no longer available, and should be > removed from MODULES_OVERRIDE and/or loader.conf:- > ath_hal ath_rate_amrr ath_rate_onoe ath_rate_sample > > i added some line to my loader.conf shown in below > > ath_load="YES" > ath_hal_load="YES" > ath_rate_amrr="YES" > According to UPDATING, you should *remove* these. You are building the driver into the kernel anyway. > and added to my kernel such lines > device ath # Atheros pci/cardbus NIC's > device ath_hal # Atheros HAL (Hardware Access Layer) > options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors > > device ath_rate_sample # SampleRate tx rate control for ath > I suggest you try building the GENERIC kernel (take care to use the new GENERIC conf file that you received with the sources, not an older version you were keeping somewhere else). If that compiles, there is a problem with your conf.