Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2004 18:15:50 -0500
From:      "RIchard N. Fogle" <rich@neosaint.org>
To:        freebsd-amd64@freebsd.org
Subject:   64-bit HAL for ath_hal module
Message-ID:  <1095722150.33796.38.camel@rfogle.rackspace.com>

next in thread | raw e-mail | index | archive | help
Greetings,

  There is a 64-bit HAL for the Atheros chipset in the CVS version of
madwiki..  Any chance that will be included in the ath_hal device for
AMD64 FreeBSD?  I made an attempt at getting this to work myself by
dropping in the 64-bit, but received a missing symbol of
"ath_hal_memcpy" when loading the driver. 
  I then defined "ath_hal_memcpy" as "bcopy((_src), (_dst), (_size))" as
required in ah_osdep.h, and with a version change, the module loded
successfully with the device found.  Unfortunately, when I try to
manipulate it after an "ifconfig ath0 up" I get a kernel panic. 
Honestly didn't think it would be that easy, but I thought I'd try. 
  I have a copy of the 64-bit HAL if anyone needs it..  Something
changed somewhere but I'm not all that experienced in this sort of
thing.  Until then I'm running i386/FreeBSD 5.3BETA3 on my dual
Opteron.  Tried Fedora but it gave me fits.  I'm probably in the
minority, but wireless is the only method I have for connecting to the
interenet.

Regards,

Rich




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1095722150.33796.38.camel>