From owner-freebsd-current Sat Nov 6 22:40:59 1999 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 0096714C11; Sat, 6 Nov 1999 22:40:55 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id XAA84253; Sat, 6 Nov 1999 23:40:53 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id XAA03003; Sat, 6 Nov 1999 23:39:55 -0700 (MST) Message-Id: <199911070639.XAA03003@harmony.village.org> To: "D. Rock" Subject: Re: sio working Cc: current@FreeBSD.ORG, mobile@FreeBSD.ORG In-reply-to: Your message of "Sun, 07 Nov 1999 02:52:55 +0100." <3824DB77.9BD2CF0A@dead-end.net> References: <3824DB77.9BD2CF0A@dead-end.net> <3823540C.AE8ADA4F@dead-end.net> <199910230241.UAA26689@harmony.village.org> <199911061753.KAA22419@harmony.village.org> Date: Sat, 06 Nov 1999 23:39:54 -0700 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <3824DB77.9BD2CF0A@dead-end.net> "D. Rock" writes: : 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 OK, looks like it failed to probe. At a guess is appears that this card is conflicting with something else, otherwise it wouldn't be failing these probes. : 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) pccardd does what you tell it to do. The IRQs in the CIS entries are just hints anyway, pccardd is free to ignore them if it sees fit. They are there to tell the BIOS that "cards of this type are generally mapped to these IRQs, be nice to stupid drivers and map them there please." FreeBSD doesn't have any stupid drivers. :-) However, I don't think the irq issue is your problem. I think that it may be that you are trying to map a serial port to where one might already exist. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message