From owner-freebsd-stable@FreeBSD.ORG Wed Mar 15 17:01:42 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7C7D16A400 for ; Wed, 15 Mar 2006 17:01:42 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9209343D46 for ; Wed, 15 Mar 2006 17:01:42 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.187] ([10.0.0.187]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id k2FH1do7012699 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Mar 2006 09:01:39 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <44184873.9080706@errno.com> Date: Wed, 15 Mar 2006 09:01:39 -0800 From: Sam Leffler User-Agent: Thunderbird 1.5 (X11/20060209) MIME-Version: 1.0 To: Sascha Luck References: <200603151610.42709.sascha@eirconnect.net> In-Reply-To: <200603151610.42709.sascha@eirconnect.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: ath_hal problems on sparc64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 17:01:42 -0000 Sascha Luck wrote: > Hi, > > I'm having some issues with the newly imported ath_hal module on the > sparc64 architecture: > > (/usr/src/sys/modules/ath_hal) > > root@serval# make > Warning: Object directory not changed from original > /usr/src/sys/modules/ath_hal > make: don't know how to make > /usr/src/sys/modules/ath_hal/../../contrib/dev/ath/public/sparc64-elf.hal.o.uu. > Stop > > This file is actually called sparc64-be-elf.hal.o.uu. After copying to > 'sparc64-elf.hal.o.uu', the module builds cleanly but doesn't load. The > only error message when trying to load it is: > > serval# link_elf: symbol undefined > > Does this mean the uuencoded binary HAL is corrupt? Oops, you were building a module, not adding ath_hal to a kernel config file. I will fix the module build but I have no way to test if the code works. Sam