Date: Sat, 17 Jan 1998 13:44:33 -0800 (PST) From: Doug White <dwhite@gdi.uoregon.edu> To: Robert Watson <robert@cyrus.watson.org> Cc: questions@FreeBSD.ORG Subject: Re: zp pcmcia etherlink driver -- second device Message-ID: <Pine.BSF.3.96.980117133819.5516O-100000@gdi.uoregon.edu> In-Reply-To: <Pine.BSF.3.96.980115223226.23139C-100000@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 15 Jan 1998, Robert Watson wrote: > > I have an IBM notebook running FreeBSD-current (although I assume this > will hold for Stable?) -- it has two PCMCIA slots, in which may now be > found two PCMCIA etherlink cards. The first is correctly probed as zp0 on > the default settings matching: > > device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr > > I have had trouble getting the second card to work using the pccard > support, as it is unable to configure the second (I may be making mistakes > with pccard.conf), so I'd really just like to hard-configure a zp1 device. > What hardware settings (ioport, etc) should I be using? I realize this is > as much a PCMCIA question as a FreeBSD one, but was wondering if anyone > had experience with duplicate hardware detection with PCMCIA? You'll have to build a new kernel with a `device zp1 ...' line. For hardware settings, use what's available on your system. Make sure you make the same changes using 3c589cfg.exe / INSTALL.exe so the card doesn't try to stomp something else. (Now the order in which you insert the cards becomes significant because the driver will miss the card if it's not set to the same settings!) You might consider installing the PAO distribution so you don't have to be so careful about resources. http://www.jp.freebsd.org/PAO. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980117133819.5516O-100000>