From owner-freebsd-current Sat Nov 6 17:53: 9 1999 Delivered-To: freebsd-current@freebsd.org Received: from pulsar.dead-end.net (pulsar.high-performance.com [216.15.153.82]) by hub.freebsd.org (Postfix) with ESMTP id 5D38514EB9; Sat, 6 Nov 1999 17:53:04 -0800 (PST) (envelope-from rock@dead-end.net) Received: from mailto.dead-end.net (dead-end.net [216.15.153.82] (may be forged)) by pulsar.dead-end.net (8.9.3/8.9.3/DEAD-END/1999020900) with ESMTP id CAA76113; Sun, 7 Nov 1999 02:53:01 +0100 (CET) (envelope-from rock@dead-end.net) Received: from server.rock.net (p3E9D1A87.dip.t-dialin.net [62.157.26.135]) by mailto.dead-end.net (8.9.3/DEAD-END/1999102400-Customer) with ESMTP id CAA76105; Sun, 7 Nov 1999 02:52:59 +0100 (CET) (envelope-from rock@dead-end.net) Received: from dead-end.net (solaris.rock.net [172.23.7.10]) by server.rock.net (8.9.3/8.9.3/ROCK/1999053100) with ESMTP id CAA62386; Sun, 7 Nov 1999 02:53:10 +0100 (CET) (envelope-from rock@dead-end.net) Message-ID: <3824DB77.9BD2CF0A@dead-end.net> Date: Sun, 07 Nov 1999 02:52:55 +0100 From: "D. Rock" X-Mailer: Mozilla 4.61 [en] (X11; I; SunOS 5.7 i86pc) X-Accept-Language: de, en MIME-Version: 1.0 To: Warner Losh Cc: current@FreeBSD.ORG, mobile@FreeBSD.ORG Subject: Re: sio working References: <3823540C.AE8ADA4F@dead-end.net> <199910230241.UAA26689@harmony.village.org> <199911061753.KAA22419@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > > In message <3823540C.AE8ADA4F@dead-end.net> "D. Rock" writes: > : I tried many different combinations. I disabled the onboard serial devices > : in the BIOS and kernel, so config index 0xf could grap io port 0x3f8 with > : irq 4 but the only thing I get is > : sio2: configured irq -1071415680 not in bitmap of probed irqs 0 > > That is very odd... Do you have sio2 in your config file? If so just > take it out and see if that helps or hurts (or replace what is there > with "device sio2" As always when you see odd problems like this, > try a make clean && make depend && make in the compile directory > (after reconfiguring). I don't think it will help the current > situation, but it won't hurt. With the latest -current I get a slightly different output: Nov 7 03:34:47 /kernel.new: pccard: card inserted, slot 0 Nov 7 03:34:57 /kernel.new: sio2: irq maps: 0x105 0x105 0x105 0x105 Nov 7 03:34:57 /kernel.new: sio2: probe failed test(s): 0 1 4 6 7 9 Nov 7 03:34:57 pccardd[15]: driver allocation failed for Intelligent(PCMCIA FAX+MODEM): Device not configured How intelligent is pccardd? This card has several config entries, but only the first one contains also possible IRQs, the additional entries only contain I/O ports. So I also tried to use the first one (and disabling the conflicting sio0 in BIOS + kernel config) Daniel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message