From: Keith M Wesolowski <wesolows@foobazco.org>
To: sparclinux@vger.kernel.org
Subject: Re: socal
Date: Wed, 31 Dec 2003 23:18:50 +0000 [thread overview]
Message-ID: <20031231231850.GA16561@foobazco.org> (raw)
In-Reply-To: <200312311429.26841.awirtz@novapointe.com>
On Wed, Dec 31, 2003 at 02:29:26PM -0800, Aaron Wirtz wrote:
> Does anyone know of a patch that fixes the broken socal/fcal drivers
> under 2.4.x or, failing that, does anyone know what version of the
> linux kernel and the Solaris microcode Jakub was using in the past
> (1999) when he had the driver working?
Microcode, I don't know. The driver was added in 2.2.4. That version
doesn't work either.
> As a side note, all of the socal microcode I have seen so far uses
> the full 64kb of data and has none of the null padding at the end
> that Jakub mentioned in his post - this confuses part of the driver
> code (65536 is too big for an unsigned int) so I just cut out the
> code that adds the null padding for
Huh? The microcode needs to be 64k in size (or less than that if you
chop off the 0s at the end). If you disassemble the solaris driver
you will see that their ucode is exactly 64k and that the functions
they call to load it expect 64k. That value fits in an unsigned int
on any sane platform. Probably you've extracted the microcode
wrongly.
However, you might as well load an ASCII-art rendition of Bill Joy,
since even with the right microcode the driver does not work. In
fact, I'd recommend it. Let us know if it helps.
> When I try to load fcal, it complains that there are no devices.
>
> The same machine runs fine with the solaris socal driver under Solaris 9.
Unless Jakub wants to look at it or you have the manual for this chip
and plenty of patience, forget it.
--
Keith M Wesolowski <wesolows@foobazco.org> http://foobazco.org/~wesolows
------(( Project Foobazco Coordinator and Network Administrator ))------
"May Buddha bless all stubborn people!"
-- Uliassutai Karakorum Blake
next prev parent reply other threads:[~2003-12-31 23:18 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-31 22:29 socal Aaron Wirtz
2003-12-31 23:07 ` socal C.Newport
2003-12-31 23:18 ` Keith M Wesolowski [this message]
2003-12-31 23:19 ` socal Aaron Wirtz
2003-12-31 23:26 ` socal Keith M Wesolowski
2003-12-31 23:35 ` socal Pete Zaitcev
2003-12-31 23:43 ` socal Aaron Wirtz
2003-12-31 23:43 ` socal Pete Zaitcev
2003-12-31 23:49 ` socal Aaron Wirtz
2003-12-31 23:57 ` socal Aaron Wirtz
2004-01-01 0:54 ` socal C.Newport
2004-01-01 1:26 ` socal C.Newport
2004-01-01 1:34 ` socal Aaron Wirtz
2004-01-01 2:06 ` socal C.Newport
2004-01-01 2:41 ` socal Pete Zaitcev
2004-01-01 2:57 ` socal C.Newport
2004-01-01 3:10 ` socal Aaron Wirtz
2004-01-06 3:06 ` socal Aaron Wirtz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20031231231850.GA16561@foobazco.org \
--to=wesolows@foobazco.org \
--cc=sparclinux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.