Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Mar 1998 11:04:39 -0700
From:      Nate Williams <nate@mt.sri.com>
To:        marko@cs.uni-frankfurt.de
Cc:        mike@smith.net.au, freebsd-stable@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG
Subject:   Re: sio0: X events for device with no tp 
Message-ID:  <199803071804.LAA03670@mt.sri.com>
In-Reply-To: <19980307105409R.marko@cs.uni-frankfurt.de>
References:  <199803062344.PAA01339@dingo.cdrom.com> <19980307105409R.marko@cs.uni-frankfurt.de>

next in thread | previous in thread | raw e-mail | index | archive | help
> > If the modem is actually showing up on sio0, then it's possible that 
> > things are conflicting.  Have you tried changing the configuration to 
> > move it to another port address?
> 
> Ok, this is the hint I seemed to need: In the kernel configuration I
> have:
> 
> sio0 at 0x3f8 irq 4
> sio1 at 0x2f8 irq 3
> 
> But the default (0x1) configuration for the modem had it at 0x3f8.
> I changed ætc/pccard.conf to use configuration 0x3 which uses 0x2f8
> and the problem seems to be solved.

Ahh, an I/O port conflict.  Yes, that (along with the rest of allocated
resources) isn't done as nicely as it could be.

I/O ports should be able to be allocated by the driver (like IRQ's), but
it appears that the code as written requires the ports in the driver in
the kernel config file to be the same as the PCCARD I/O ports in the
config entry.

I spaced this requirement, sorry.



Nate


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



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