From owner-freebsd-stable@FreeBSD.ORG Thu Mar 16 22:29:05 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 3BEFB16A496 for ; Thu, 16 Mar 2006 22:29:05 +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 E85B543D45 for ; Thu, 16 Mar 2006 22:29:04 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id k2GMT1o7022245 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 16 Mar 2006 14:29:01 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <4419E78D.8080005@errno.com> Date: Thu, 16 Mar 2006 14:32:45 -0800 From: Sam Leffler User-Agent: Thunderbird 1.5 (X11/20060210) 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=ISO-8859-1; 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: Thu, 16 Mar 2006 22:29:05 -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? There's something bogus in the hal.o; I will need to figure out what happened and respin it. It's not going to happen immediately; sorry. Sam