From owner-freebsd-mobile Wed Jun 26 00:24:51 1996 Return-Path: owner-mobile Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA14480 for mobile-outgoing; Wed, 26 Jun 1996 00:24:51 -0700 (PDT) Received: from cats.ucsc.edu (root@cats-po-1.UCSC.EDU [128.114.129.22]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA14475 for ; Wed, 26 Jun 1996 00:24:49 -0700 (PDT) Received: from scruz.ucsc.edu by cats.ucsc.edu with SMTP id AAA04983; Wed, 26 Jun 1996 00:24:47 -0700 Received: from osprey by scruz.ucsc.edu id aa07724; 26 Jun 96 0:20 PDT Received: (from markd@localhost) by Grizzly.COM (8.7.5/8.6.9) id XAA11896; Tue, 25 Jun 1996 23:27:06 -0700 (PDT) Date: Tue, 25 Jun 1996 23:27:06 -0700 (PDT) Message-Id: <199606260627.XAA11896@Grizzly.COM> From: Mark Diekhans To: hosokawa@mt.cs.keio.ac.jp, freebsd-mobile@freebsd.org Subject: sio interrupt problems with PAO-960616 [pccard-test] Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am unable to get a modem to work with PAO-960616 on top of 2.2-960612-SNAP in interrupt mode. I can get it working with poll I/O. The same results occur with two difference modems, one of which is on the supported car list (Megahertz XJ2288). I suspect this is either a configuration mistake or a problem with pcic or sio drivers: /kernel: PC-Card Cirrus Logic PD6710 (5 mem & 2 I/O windows) /kernel: pcic: controller irq 10 /kernel: sio0 at 0x3f8-0x3ff irq 4 on isa /kernel: sio0: type 16550A /kernel: sio1 not found at 0x2f8 WHen the kernel is booting I get the message: /kernel: sio0: 64 events for device with no tp although there is not device attached to sio0. When I start pccardd, I get the errors: pccardd[162]: mem=d0000 pccardd[162]: Card "Cardinal Technologies" ("MVP288C2") matched "Cardinal Technologies" ("MVP288C2") pccardd[162]: Using I/O addr 0x2f8, size 8 pccardd[162]: Setting config reg at offs 0x200 to 0x61 pccardd[162]: Reset time = 100 ms pccardd[162]: Assigning I/O window 0, start 0x2f8, size 0x8 flags 0x1 pccardd[162]: Assign sio1, io 0x2f8, mem 0x0, 0 bytes, irq 3, flags 80 /kernel: sio1: probe test 3 failed /kernel: Return IRQ=3 pccardd[162]: driver allocation failed for Cardinal Technologies If I increase the reset time, I can get by the probe error sometimes: pccardd[196]: Using I/O addr 0x2f8, size 8 pccardd[196]: Setting config reg at offs 0x200 to 0x61 pccardd[196]: Reset time = 10000 ms pccardd[196]: Assigning I/O window 0, start 0x2f8, size 0x8 flags 0x1 pccardd[196]: Assign sio1, io 0x2f8, mem 0x0, 0 bytes, irq 3, flags 80 /kernel: sio1: type 16550A /kernel: Slot 0, unfielded interrupt (3) but the modem is still not usable. Any ideas? Mark