Date: Wed, 12 Nov 1997 15:09:09 -0800 From: David Greenman <dg@root.com> To: Bill Beavers <bbeavers@Moonraker.afsc.k12.ar.us> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cyclades pci won't compile Message-ID: <199711122309.PAA12742@implode.root.com> In-Reply-To: Your message of "Wed, 12 Nov 1997 12:22:21 GMT." <Pine.BSF.3.91.971112121943.10315C-100000@Moonraker.afsc.k12.ar.us>
next in thread | previous in thread | raw e-mail | index | archive | help
>> >> I'd do a diff -c and make sure that this is the only difference. If it is, >> then go ahead and rename it. Be sure to do another "config". You probably >> applied the patch twice, and the second time it said something like "patch >> already applied, assume -R?". If you answered yes, then the patch would have >> been reverted. > >this is what diff -c shows... I think from what I am seeing, that I could >just rename the files.orig to files, cause most of the other stuff other >than de0 is not being used acutally by the system. > >bash$ ls >defines files.newconf newvers.sh param.c >files files.orig nfsswapkernel.c systags.sh >bash$ diff -c files files.orig >*** files Tue Nov 11 15:20:43 1997 >--- files.orig Sun Nov 9 21:07:05 1997 >*************** >*** 284,289 **** >--- 284,290 ---- > pccard/pcic.c optional pcic device-driver > pci/aic7870.c optional ahc device-driver > pci/bt9xx.c optional bt device-driver >+ pci/cy_pci.c optional cy device-driver > pci/if_de.c optional de device-driver > pci/if_fxp.c optional fxp device-driver > pci/if_pdq.c optional fea device-driver > >Most of these will be remmed out next time I compile the kernel anyway. Uh, I think you don't know how to read context diffs. The above indicates only one line of difference (the line starting with a "+"). -DG David Greenman Core-team/Principal Architect, The FreeBSD Project
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711122309.PAA12742>