Date: Thu, 09 Nov 2000 13:09:20 -0800 From: Drew Tomlinson <drewt@writeme.com> To: 'Tim McMillen' <timcm@umich.edu> Cc: "'FreeBSD Questions (E-mail)'" <freebsd-questions@FreeBSD.ORG> Subject: RE: How To Configure 2nd NIC? Message-ID: <BA5D0CE1CBB2D411B6AA00A0CC3F02390AF700@ldcmsx01.lc.ca.gov> In-Reply-To: <BA5D0CE1CBB2D411B6AA00A0CC3F0239D50E@ldcmsx01.lc.ca.gov>
next in thread | previous in thread | raw e-mail | index | archive | help
I've installed it and rebooted but didn't see any reference to ed1 in the dmesg, just ed0. But then I haven't added any settings for it in rc.conf either. I'm not sure what to do next. I've looked in Greg's book but I didn't see anything explicit for two cards. And then in looking over my kernel config file, my original NIC (ed0) is defined as follows: device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 However, this card is explicitly set (not PnP - system is way to old) to use IRQ 9 and 0x240. But my NIC has always worked. How? Why? I assume I should edit the line to read: device ed0 at isa? port 0x240 irq 9 iomem 0xd8000 The second NIC has been explicitly set to IRQ 11 and 0x260. My original thought was that I'd need a second line in my kernel config like this: device ed1 at isa? port 0x260 irq 11 iomem 0xd8000 But this is not necessary? I hope I'm not confusing you. The second NIC has been installed. The first worked before the additional NIC was installed and continues to work after installation. However, the second NIC is not in the dmesg output. I'm not sure what steps I need to take to get FBSD to see the second NIC. Thanks, Drew > -----Original Message----- > From: Tim McMillen [mailto:timcm@umich.edu] > Sent: Thursday, November 09, 2000 12:18 PM > To: Drew Tomlinson > Cc: FreeBSD Questions (E-mail) > Subject: Re: How To Configure 2nd NIC? > > > > > Uh, no, you shouldn't have to recompile. FreeBSD will just use two > instances of the same driver and call the second one ed1. > Or have you tried installing the second card and are having > problems? If > not try putting it in. It may come up perfectly right away when you > reboot. You may also have to assign the proper IRQ to it. > The cards may > both want the same IRQ, but they should be configurable with > a software > utility. Depends on the card. > Hope that helped, > > Tim > > > On Thu, 9 Nov 2000, Drew Tomlinson wrote: > > > I have added a second network card to my system. It is the > exact same card > > as the first and is NE2000 compatible. My first card is > using the ed driver > > and is seen as ed0. So I assume I need to add a line to my kernel > > configuration file for an ed1 with the appropriate IRQ and > I/O address and > > then recompile. Is this correct? Are there any "gotchas" > that I need to be > > aware of? > > > > Thanks, > > > > Drew > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BA5D0CE1CBB2D411B6AA00A0CC3F02390AF700>