Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Nov 1999 23:39:54 -0700
From:      Warner Losh <imp@village.org>
To:        "D. Rock" <rock@dead-end.net>
Cc:        current@FreeBSD.ORG, mobile@FreeBSD.ORG
Subject:   Re: sio working 
Message-ID:  <199911070639.XAA03003@harmony.village.org>
In-Reply-To: Your message of "Sun, 07 Nov 1999 02:52:55 %2B0100." <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> 

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911070639.XAA03003>