Re: Writing device driver for alpha


Subject: Re: Writing device driver for alpha
From: Goswin Brederlow (goswin.brederlow@student.uni-tuebingen.de)
Date: Mon Mar 13 2000 - 06:15:40 PST


Cyrus Patel <cyrus@penguinpowered.com> writes:

> Hi all,
>
> I recently bought an old multia. I am currently writing a device driver
> for a PCMCIA card. The driver is intended for an x86 laptop but since
> I do not have a laptop to write the driver on I am using the multia
> which has a PCMCIA slot.
>
> I was wondering if this would cause any compatibility problems ie
> when I finish the driver on the multia will it work on an x86 laptop?
>
> Thank you in advance,
>
> Cyrus

Yes and no. Depends on how you write it.

Be aware of the size differences for various types. Best to use int8,
int16, int32 defines from somewhere in the kernel includes (types.h ?).

Also keep an eye on endianess, because some archs do it the right way.

May the Source be with you.
                        Goswin

-- 
To UNSUBSCRIBE, email to debian-alpha-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



This archive was generated by hypermail 2a22 : Sat Apr 01 2000 - 04:15:02 PST