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!spool.mu.edu!sgigate.sgi.com!swrinde!cs.utexas.edu!math.ohio-state.edu!jussieu.fr!oleane!plug.news.pipex.net!pipex!tank.news.pipex.net!pipex!news.mathworks.com!newscaster-1.mcast.net!informatik.uni-bremen.de!cs.tu-berlin.de!uni-erlangen.de!news.tu-chemnitz.de!irz401!orion.sax.de!uriah.heep!news From: j@uriah.heep.sax.de (J Wunsch) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: PCI ethernet card Date: 16 Jun 1996 00:07:01 GMT Organization: Private BSD site, Dresden Lines: 29 Message-ID: <4pvj75$3tk@uriah.heep.sax.de> References: <4pud42$p0p@lion.cs.latrobe.edu.au> Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) NNTP-Posting-Host: localhost.heep.sax.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: knews 0.9.6 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E leachbj@leopard.cs.latrobe.edu.au (Bernard James Leach) wrote: > I have a PCI ethernet card and was wondering if I could get > FreeBSD support for it. The card is a NE2000 compatible card > but since the pci intialisation is at the end of a kernel boot > and ne2000 detection is at the start it doesnt get recognised. Stefan Esser tweaked the driver in FreeBSD-current to be PCI aware. Meanwhile... > Ander Linux the opposite occurs and the card works fine /proc/pci: > PCI devices found: > Bus 0, device 20, function 0: > Ethernet controller: Realtek 8029 (rev 0). > Medium devsel. IRQ 5. > I/O at 0xff80. ^^^^^^ ....using this IO address should do the trick. You can enter it by booting with -c, but *don't* use the visual config. Use the plain text version, and type ``port ed0 0xff80'', followed by ``irq ed0 5''. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)