Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2001 12:32:29 -0400
From:      Mike Tancsa <mike@sentex.net>
To:        "Eric Parusel" <lists@globalrelay.net>, <freebsd-stable@FreeBSD.ORG>
Subject:   Re: Compiling "old" fxp driver?
Message-ID:  <5.1.0.14.0.20010622122854.02b7c1c0@marble.sentex.ca>
In-Reply-To: <00dc01c0fb38$5fcb4030$0600020a@frontend>

next in thread | previous in thread | raw e-mail | index | archive | help

Comment out the dev/fxp entry and uncomment the pci/if_fxp.c entry


How recent a STABLE are you running ? There was a new rev the 14th of June


backup# diff -u /usr/src/sys/conf/files.orig  /usr/src/sys/conf/files
--- files.orig  Fri May 18 14:07:27 2001
+++ files       Fri May 18 14:07:40 2001
@@ -161,7 +161,7 @@
  dev/ex/if_ex_pccard.c  optional ex card
  dev/fe/if_fe.c         optional fe
  dev/fe/if_fe_pccard.c  optional fe card
-dev/fxp/if_fxp.c       optional fxp
+#dev/fxp/if_fxp.c      optional fxp
  dev/hea/eni.c          optional hea
  dev/hea/eni_buffer.c   optional hea
  dev/hea/eni_globals.c  optional hea
@@ -950,7 +950,7 @@
  pci/if_dc.c            optional dc
  pci/if_de.c            optional de
  pci/if_en_pci.c                optional en pci
-#pci/if_fxp.c          optional fxp
+pci/if_fxp.c           optional fxp
  pci/if_lnc_p.c         optional lnc pci
  pci/if_pcn.c           optional pcn
  pci/if_mn.c            optional mn




At 09:28 AM 6/22/01 -0700, Eric Parusel wrote:
>     How would I go about compiling an old version of the fxp driver??
>
>I'm getting timeout errors every day on one of my machines, and would
>like to try an older version of the driver...
>
>Thanks for any help,
>
>Eric Parusel
>
>
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-stable" in the body of the message


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.0.20010622122854.02b7c1c0>