From owner-freebsd-current@FreeBSD.ORG Sat Jan 5 05:54:00 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3FF59BA9; Sat, 5 Jan 2013 05:54:00 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-ob0-f174.google.com (mail-ob0-f174.google.com [209.85.214.174]) by mx1.freebsd.org (Postfix) with ESMTP id E8818A91; Sat, 5 Jan 2013 05:53:59 +0000 (UTC) Received: by mail-ob0-f174.google.com with SMTP id ta14so15511524obb.33 for ; Fri, 04 Jan 2013 21:53:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ErOudmo3Oq/PAEA78GoZth97zRTyzWdb+1RPweceBx0=; b=HnTgfFMA6AvXHD/5kJdh8L9faHgOE0/jpxcLpEUqAUKZLQQ4badVRnK2vDoniYFGl2 dmy0NgdfbTRySGgM+DlnGMtoeO7FyZ7FtJsIaj1yaQRVxO0PmYyFDD50YFhqNwPA1HF+ wvQGYXGsu+Yk04adCWif6lnNZxyxXub0NGGD9B25HWeEbh7rnxDdPAYB+u9c2umzhn6D 2gopOoJtO4oVg3fZS1bSoVHMbp30gkvOn0hYyQBZ8RwjJRQEpJTUq74xaOCfsVE9dRDh VdA8/NYJVNLdc6IMRyDC0fz2ePT7Pk+3s9nhw6x4sGaFETyigLUvpmhJPJ+qjkonbyfA D/rw== MIME-Version: 1.0 Received: by 10.60.32.69 with SMTP id g5mr31693658oei.21.1357365239043; Fri, 04 Jan 2013 21:53:59 -0800 (PST) Received: by 10.182.160.99 with HTTP; Fri, 4 Jan 2013 21:53:59 -0800 (PST) In-Reply-To: References: Date: Sat, 5 Jan 2013 00:53:59 -0500 Message-ID: Subject: Re: Problems in /usr/src From: Super Bisquit To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 05 Jan 2013 05:54:00 -0000 I did not know that ath_ahb was MIPS only. Why? I wanted the most/best performance for my system's wireless. Support for 5416 is there but the card is a 2413. On Sat, Jan 5, 2013 at 12:03 AM, Adrian Chadd wrote: > ... ath_ahb is only needed for MIPS platforms. Why are you building it for x86? > > Also, do you have the 5416 support option in your kernel? > > > > adrian > > On 4 January 2013 20:37, Super Bisquit wrote: >> In sys/modules/svr4 needs machine/_align.h to read >> X86/include/_align.h, if that means anything. >> >> In sys/modules/ath_ahb: cc1: warnings being treated as errors >> In file included from >> /usr/src/sys/modules/ath_ahb/../../dev/ath/if_ath_ahb.c:61: >> @/mips/atheros/ar71xxreg.h: In function 'ar71xx_ddr_flush': >> @/mips/atheros/ar71xxreg.h:497: warning: implicit declaration of >> function 'MIPS_PHYS_TO_KSEG1' >> @/mips/atheros/ar71xxreg.h:497: warning: nested extern declaration of >> 'MIPS_PHYS_TO_KSEG1' [-Wnested-externs] >> *** Error code 1 >> >> Stop in /usr/src/sys/modules/ath_ahb. >> peoples# >> >> >> In sys/modules/ath:fdiagnostics-show-option -c >> /usr/src/sys/modules/ath/../../dev/ath/if_ath.c >> /usr/src/sys/modules/ath/../../dev/ath/if_ath.c: In function 'ath_rx_proc': >> /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:3534: error: 'struct >> ath_rx_status' has no member named 'rs_flags' >> /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:3536: error: 'struct >> ath_rx_status' has no member named 'rs_flags' >> /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:3538: error: 'struct >> ath_rx_status' has no member named 'rs_flags' >> /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:3540: error: 'struct >> ath_rx_status' has no member named 'rs_flags' >> /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:3542: error: 'struct >> ath_rx_status' has no member named 'rs_flags' >> /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:3544: error: 'struct >> ath_rx_status' has no member named 'rs_flags' >> /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:3732: error: 'struct >> ath_rx_status' has no member named 'rs_isaggr' >> *** Error code 1 >> >> Stop in /usr/src/sys/modules/ath. >> peoples# >> Now sys/modules/ath_pci will build. >> >> When running make world or make buildworld there is an error at >> gnu/lib/libgcc. >> >> peoples# uname -a >> FreeBSD peoples 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 >> 07:15:25 UTC 2012 >> root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >> peoples# >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"