[parisc-linux] 64bit kernels boot on C200 (finally) :)

Michael Wood mwood@its.uct.ac.za
Fri, 16 Nov 2001 17:37:40 +0200


On Thu, Nov 15, 2001 at 08:01:02PM +0000, Matthew Wilcox wrote:
> On Thu, Nov 15, 2001 at 12:32:03PM -0700, Ryan Bradetich wrote:
> > It is not perfect yet, still have a couple of bugs to work
> > out and fix:
> > 	1. sys32_ioctl: Unknown cmd fd(3) cmd(00004b50) arg(faf00788)
> > 	2. the ncr720 driver seemed to hang when I had a disk
> > 	   attached behind the bluefish card.
> > 
> > but here it is:
> > 
> > demo@vega:~$ uname -a
> > Linux vega 2.4.14-pa1 #2 Thu Nov 15 12:08:07 MST 2001 parisc64 unknown
> 
> i'm surprised the network works given the number of warnings
> when compiling lasi_82596.c with a 64-bit compiler.

The last time I tried a 64 bit kernel with lasi_82596.c (a few
weeks ago), the network card would not work.  When the driver
loaded it complained that sizeof(somestruct) was 64.  I had a
look at the code and saw that it was expecting it to be 32.

I've been using 32 bit kernels since then.  I don't think
lasi_82596.c has changed significantly since I last tried it in
a 64 bit kernel.

This was on a D270.

-- 
Michael Wood <mwood@its.uct.ac.za>