Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 1997 14:52:33 -0700
From:      Joel Gwynn <joelman@world.std.com>
To:        freebsd-mobile@freebsd.org
Subject:   [Fwd: pccard.conf]
Message-ID:  <341B0B21.2487@world.std.com>

next in thread | raw e-mail | index | archive | help
Message-ID: <34195F9C.22F0@world.std.com>
Date: Fri, 12 Sep 1997 08:28:28 -0700
From: Joel Gwynn <joelman@world.std.com>
X-Mailer: Mozilla 3.03 (Win16; I)
MIME-Version: 1.0
To: questions@freebsd.org
Subject: pccard.conf
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Still working on my pcmcia modem.  I recompiled my kernel, uncommenting
the pcic driver, so now when I start up, it seems to find the card.

<excerpt from dmesg>
PC-Card Intel 82365 (5 mem & 2 I/O windows)
pcic: controller irq 3
Card inserted, slot 1

The CIS information is "Simple Technology", "14.4 Communicator".  In
DOS, I know that it's on COM2, IRQ3 at 0x2f8.  So, I tried a pccard.conf
like this:

<excerpt from pccard.conf>
card "Simple Technology" "14.4 Communicator"
        config 0x2f8 "sio1" 3
        insert echo PCMCIA card inserted, Joelman.
        remove echo PCMCIA card removed, Joelman.

When I run "pccardd -v", it reads the file ok, but then it says that it
failed to allocate resources.  When I try an stty command, I get the
message "port not configured".

What the heck is going on?

Joel Gwynn




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?341B0B21.2487>