Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.mel.connect.com.au!news.mira.net.au!vic.news.telstra.net!act.news.telstra.net!psgrain!news.uoregon.edu!vixen.cso.uiuc.edu!newsfeed.internetmci.com!netnews2.nwnet.net!news.u.washington.edu!root From: kargl@troutmask.apl.washington.edu Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: 3Com drivers Date: 10 May 1996 00:46:37 GMT Organization: Applied Physics Laboratory Lines: 33 Message-ID: <4mu3ld$45g@nntp5.u.washington.edu> References: <4mtrvf$irq@vivaldi.inoc.dl.nec.com> NNTP-Posting-Host: troutmask.apl.washington.edu Kermit Tensmeyer wrote in article <4mtrvf$irq@vivaldi.inoc.dl.nec.com> : > >The 3C579-TP (3C5X9) comes with a base address of 3000H. The drivers in the >freebsd distributions are looking for the ethernet board at a base address of >300H. > > How do I adjust the drivers to use the address that the board uses? > > I'll take suggestion on altering the board, altering parameters or >information on rebuilding/compiling the system to use drivers to use the new >address. > > where are the ethernet drivers in the source tree? > >Kermit Tensmeyer NEC InterNet Operations Centre (INOC) >kermit@cnad.dl.nec.com Dallas, Texas > The ethernet drivers in general are prefixed with if_. For example, the 3c509 ethernet driver is in a file called if_ep.c. You shouldn't need to directly mess with the driver source code. At the boot prompt, specify the -c flag; i.e, boot: -c Try ? at the prompt (or ls). Steve finger -l kargl@troutmask.apl.washington.edu http://troutmask.apl.washington.edu/~kargl/sgk.html Permission is hereby granted to forward this message in its entirety to whomever you like unless I explicitly state that the content is confidential.