From owner-freebsd-stable Fri Jun 22 9:38: 6 2001 Delivered-To: freebsd-stable@freebsd.org Received: from marble.sentex.ca (ns2.sentex.ca [199.212.134.2]) by hub.freebsd.org (Postfix) with ESMTP id B1D9D37B406 for ; Fri, 22 Jun 2001 09:38:02 -0700 (PDT) (envelope-from mike@sentex.net) Received: from simoeon.sentex.net (simeon.sentex.ca [209.112.4.47]) by marble.sentex.ca (8.11.1/8.11.1) with ESMTP id f5MGc0t12086; Fri, 22 Jun 2001 12:38:00 -0400 (EDT) Message-Id: <5.1.0.14.0.20010622122854.02b7c1c0@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 22 Jun 2001 12:32:29 -0400 To: "Eric Parusel" , From: Mike Tancsa Subject: Re: Compiling "old" fxp driver? In-Reply-To: <00dc01c0fb38$5fcb4030$0600020a@frontend> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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