Tulip Update

Jason Kendall jason@jakendal.dyndns.org
Fri Nov 19 03:15:55 1999


This is a multi-part message in MIME format.

------=_NextPart_000_0052_01BF32A1.BB96AA00
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I was just wondering if I could get some feedback on the tulip update. =
Is it working for everyone? did the right people get it?=20

Thanks,
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
  ----- Original Message -----=20
  From: Jason Kendall=20
  To: linux-net@vger.rutgers.edu ; Linux-Tulip=20
  Sent: Wednesday, November 17, 1999 5:20 PM
  Subject: Tulip Update


  Here is the changes necessary for tulip.c ver 0.91g 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'=20

  then patch -p0 tulip.c < this_textfile

  --- CUT HERE ---

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

  --- CUT HERE ---

  Later,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

------=_NextPart_000_0052_01BF32A1.BB96AA00
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I was just wondering if I could get =
some feedback=20
on the tulip update. Is it working for everyone? did the right people =
get it?=20
</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks,</FONT></DIV>
<DIV>Jason A. Kendall<BR>-<BR><A=20
href=3D"mailto:coolacid@home.com">coolacid@home.com</A><BR><A=20
href=3D"mailto:coolacid@sympartico.ca">coolacid@sympartico.ca</A><BR><A=20
href=3D"mailto:cool_acid@hotmail.com">cool_acid@hotmail.com</A><BR><A=20
href=3D"mailto:jason@jakendal.dyndns.org">jason@jakendal.dyndns.org</A><B=
R><A=20
href=3D"mailto:jason@jakendal.dhs.org">jason@jakendal.dhs.org</A><BR><A=20
href=3D"mailto:jakendal@learn.senecac.on.ca">jakendal@learn.senecac.on.ca=
</A><BR>-<BR><A=20
href=3D"http://www.jakendal.dyndns.org">www.jakendal.dyndns.org</A></DIV>=

<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A href=3D"mailto:jason@jakendal.dyndns.org"=20
  title=3Djason@jakendal.dyndns.org>Jason Kendall</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A=20
  href=3D"mailto:linux-net@vger.rutgers.edu"=20
  title=3Dlinux-net@vger.rutgers.edu>linux-net@vger.rutgers.edu</A> ; <A =

  href=3D"mailto:linux-tulip@beowulf.gsfc.nasa.gov"=20
  title=3Dlinux-tulip@beowulf.gsfc.nasa.gov>Linux-Tulip</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Wednesday, November 17, =
1999 5:20=20
  PM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Tulip Update</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=3DArial size=3D2>
  <DIV><FONT face=3DArial size=3D2>Here is the changes necessary for =
tulip.c ver=20
  0.91g to work with newer Kernels.</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>If you get the error: dereferencing =
pointer to=20
  incomplete type</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>AND</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>in line 606: structure has no member =
named=20
  `base_address' </FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>then patch -p0 tulip.c &lt;=20
  this_textfile</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>--- CUT HERE ---</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>diff 5/tulip.c =
4/tulip.c<BR>19a20,21<BR>&gt;=20
  #define device net_device<BR>&gt; <BR>606c608<BR>&lt; =
&nbsp;&nbsp;&nbsp;ioaddr=20
  =3D pdev-&gt;base_address[0] &amp; ~3;<BR>---<BR>&gt; =
&nbsp;&nbsp;&nbsp;ioaddr =3D=20
  pdev-&gt;resource[0].start /* &amp; ~3*/;<BR></FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>--- CUT HERE ---</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>Later,</FONT></FONT><FONT =
face=3DArial size=3D2>Jason=20
  A. Kendall<BR>-<BR><A=20
  href=3D"mailto:coolacid@home.com">coolacid@home.com</A><BR><A=20
  =
href=3D"mailto:coolacid@sympartico.ca">coolacid@sympartico.ca</A><BR><A=20
  href=3D"mailto:cool_acid@hotmail.com">cool_acid@hotmail.com</A><BR><A=20
  =
href=3D"mailto:jason@jakendal.dyndns.org">jason@jakendal.dyndns.org</A><B=
R><A=20
  =
href=3D"mailto:jason@jakendal.dhs.org">jason@jakendal.dhs.org</A><BR><A=20
  =
href=3D"mailto:jakendal@learn.senecac.on.ca">jakendal@learn.senecac.on.ca=
</A><BR>-<BR><A=20
  =
href=3D"http://www.jakendal.dyndns.org">www.jakendal.dyndns.org</A></FONT=
></DIV></DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0052_01BF32A1.BB96AA00--