From owner-freebsd-questions Fri Aug 9 08:42:30 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA20277 for questions-outgoing; Fri, 9 Aug 1996 08:42:30 -0700 (PDT) Received: from grapenuts.bellcore.com (grapenuts.bellcore.com [192.4.4.35]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA20267 for ; Fri, 9 Aug 1996 08:42:25 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by grapenuts.bellcore.com (8.6.9/8.6.10) with SMTP id LAA19588 for ; Fri, 9 Aug 1996 11:42:23 -0400 Message-Id: <199608091542.LAA19588@grapenuts.bellcore.com> X-Authentication-Warning: grapenuts.bellcore.com: Host localhost didn't use HELO protocol From: Andrew Heybey To: questions@freebsd.org Subject: Megahertz XJ3288R modem Date: Fri, 09 Aug 1996 11:42:20 -0400 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am trying to make this modem work with 2.2-960801-SNAP in a Dell Latitude XPi P100SD laptop. With PCCARD support not configured, neither sio1 nor sio2 is succesfully probed. With PCCARD support turned on and the /etc/pccard.conf entry shown below, I get the following message: sio2: probe test 3 failed >From the source, I gather that the driver did its best to prompt the card to generate an interrupt, but didn't get one. /etc/pccard.conf entry: card "Megahertz" "XJ3288R" config 0x21 "sio2" 5 insert echo Megahertz XJ3288 inserted insert echo Megahertz XJ3288 removed [As far as I can tell from pccardc dump_cis, config index 0x21 has parameters corresponding to sio2.] Any hints? thanks, andrew