No subject

Jason Kendall jason@jakendal.dhs.org
Fri Nov 19 11:52:10 1999


This is a multi-part message in MIME format.

------=_NextPart_000_0113_01BF32E9.DF3626A0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Sorry Guys for the flooding of e-mails, I forgot to turn off my HTML
embedded crap. Stupid M$ Programs. :) Thanks Clayton for pointing out my
mistake.

Anyway here is the changes necessary for tulip.c ver 0.91g (In plain Text)
to work with newer Kernels.

If you get the error: dereferencing pointer to incomplete type
AND
in line 606+: structure has no member named `base_address'

then patch -p0 tulip.c < this_textfile

--- CUT HERE ---

diff 5/tulip.c 4/tulip.c
19a20,21
> #define device net_device
>
606c608
<    ioaddr = pdev->base_address[0] & ~3;
---
>    ioaddr = pdev->resource[0].start /* & ~3*/;

--- CUT HERE ---

Sorry Again Guys,
Jason A. Kendall
-
coolacid@home.com
coolacid@sympartico.ca
cool_acid@hotmail.com
jason@jakendal.dyndns.org
jason@jakendal.dhs.org
jakendal@learn.senecac.on.ca
-
www.jakendal.dyndns.org
www.jakendal.dhs.org


------=_NextPart_000_0113_01BF32E9.DF3626A0
Content-Type: text/x-vcard;
	name="Jason A Kendall.vcf"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="Jason A Kendall.vcf"

BEGIN:VCARD
VERSION:2.1
N:Kendall;Jason;A;Mr
FN:Jason A Kendall
NICKNAME:Cool_Acid
TEL;HOME;VOICE:416-661-9113
TEL;CELL;VOICE:416-821-3156
TEL;HOME;FAX:416-661-9113
ADR;HOME;ENCODING=3DQUOTED-PRINTABLE:;;1 Fountainhead Rd.=3D0D=3D0AApt. =
1417;Toronto;Onnt;M3J 2V6;Canada
LABEL;HOME;ENCODING=3DQUOTED-PRINTABLE:1 Fountainhead Rd.=3D0D=3D0AApt. =
1417=3D0D=3D0AToronto, Onnt M3J 2V6=3D0D=3D0ACanada
X-WAB-GENDER:2
BDAY:19790228
EMAIL;PREF;INTERNET:cool_acid@hotmail.com
EMAIL;INTERNET:jakendal@learn.senecac.on.ca
REV:19991120T045719Z
END:VCARD

------=_NextPart_000_0113_01BF32E9.DF3626A0--