From owner-freebsd-mobile Mon Sep 29 21:41:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA01710 for mobile-outgoing; Mon, 29 Sep 1997 21:41:46 -0700 (PDT) Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA01704 for ; Mon, 29 Sep 1997 21:41:39 -0700 (PDT) Received: from world.std.com by europe.std.com (8.7.6/BZS-8-1.0) id AAA05391; Tue, 30 Sep 1997 00:41:38 -0400 (EDT) Received: from ppp0a010.std.com by world.std.com (5.65c/Spike-2.0) id AA20246; Tue, 30 Sep 1997 00:41:23 -0400 Message-Id: <341B0B21.2487@world.std.com> Date: Sat, 13 Sep 1997 14:52:33 -0700 From: Joel Gwynn X-Mailer: Mozilla 3.03 (Win16; I) Mime-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: [Fwd: pccard.conf] Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Message-ID: <34195F9C.22F0@world.std.com> Date: Fri, 12 Sep 1997 08:28:28 -0700 From: Joel Gwynn 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. 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: 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