From owner-freebsd-mobile Thu Nov 20 15:14:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA17737 for mobile-outgoing; Thu, 20 Nov 1997 15:14:43 -0800 (PST) (envelope-from owner-freebsd-mobile) Received: from grayling.erg.sri.com (grayling.erg.sri.com [128.18.4.194]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id PAA17728 for ; Thu, 20 Nov 1997 15:14:35 -0800 (PST) (envelope-from templin@erg.sri.com) Received: by grayling.erg.sri.com (8.6.12/2.7davy) id PAA02914; Thu, 20 Nov 1997 15:14:22 -0800 Message-Id: <199711202314.PAA02914@grayling.erg.sri.com> Date: Thu, 20 Nov 1997 15:14:22 -0800 From: "Fred L. Templin" To: RickSiple@mpainc.com, freebsd-mobile@FreeBSD.ORG Subject: Re: Port replicator with PCMCIA slots Sender: owner-freebsd-mobile@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Rick, 2.2.5 does not yet have support for multiple PCIC chips, and you only get two PC-CARD slots per PCIC chip. Your config file should work in theory, but the 2.2.5-STABLE kernel does not allow multiples yet. The PAO guys are working support for multiple PCIC's into their code base, but this code is not available in an "official" PAO release just yet... Fred templin@erg.sri.com > The config file for the kernel has: > # > # PCCARD/PCMCIA > # > # crd: slot controller > # pcic: slots > controller card0 > controller card1 > controller pcic0 at card0 > controller pcic1 at card0 > controller pcic2 at card1 > controller pcic3 at card1 > > Obviously I tried to add another controller (card1) and two more slots > (pcic2 and 3) to no avail. There do not seem to be any IRQ, DMA, etc > settings to tweak. > > There are four card devices in the /dev directory (card0 through card3) > which seem to be the slots (not the controllers as the config file would > seem to imply). There does not seem to be any device(s) that I could > find that represent the slot controller(s), but I could be wrong. > > Ideas? > > Thanks. > > -Rick Siple > RickSiple@MPAInc.com