From owner-freebsd-mobile Sat Nov 22 22:06:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA21461 for mobile-outgoing; Sat, 22 Nov 1997 22:06:00 -0800 (PST) (envelope-from owner-freebsd-mobile) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA21456 for ; Sat, 22 Nov 1997 22:05:55 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id XAA11719; Sat, 22 Nov 1997 23:05:47 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id XAA19910; Sat, 22 Nov 1997 23:05:45 -0700 Date: Sat, 22 Nov 1997 23:05:45 -0700 Message-Id: <199711230605.XAA19910@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Eli Lazich Cc: Nate Williams , freebsd-mobile@FreeBSD.ORG Subject: Re: PAO 2.2.5 In-Reply-To: References: <199711230012.RAA19442@mt.sri.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I have a 3com 3c589b ethernet card that appears to be recognized as zp0 > but is not configurable if I run ifconfig -a. How do you know it's recognized? It's possible that the configuration values stored in the card's EEPROM are different than what the FreeBSD driver expects. The zp0 driver is not a 'PCMCIA/generic' driver, so it uses the card's own built-in configuratio (port, IRQ, IOMEM) values to configure the card, similar to a 'point driver' in DOS. > Under PAO-2.2.2 it was configured as ep0. The default FreeBSD boot floppy doesn't have generic PCCARD support in it. You need to build a special kernel with PCCARD support (which will cause your ethernet driver to be ep0, like in PAO.) > I also have a Motorola Montana Modem that does not get > recognized at all. See above. The boot floppy laptop drivers are zp0/ze0, and work with the 3Com 589 and IBM Info-mover cards respectively. No other laptop/PCMCIA cards are supported on the boot floppy. Nate