Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2001 23:44:14 -0500
From:      Donn Miller <dmmiller@cvzoom.net>
To:        Dinesh Nair <dinesh@alphaque.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: sio2
Message-ID:  <3AB2EB9E.678D068B@cvzoom.net>
References:  <Pine.BSF.4.21.0103170105190.880-100000@prophet.alphaque.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Dinesh Nair wrote:

> Mar 17 00:22:16 prophet /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
> Mar 17 00:22:16 prophet /kernel: sio0: type 16550A
> Mar 17 00:22:16 prophet /kernel: sio1: configured irq 3 not in bitmap of probed irqs 0
> Mar 17 00:22:16 prophet /kernel: sio2: configured irq 5 not in bitmap of probed irqs 0x8
> Mar 17 00:22:16 prophet /kernel: sio2 at port 0x3e8-0x3ef irq 5 on isa0
> Mar 17 00:22:16 prophet /kernel: sio2: type 16550A
> Mar 17 00:22:17 prophet /kernel: sio3: configured irq 9 not in bitmap of probed irqs 0
> 
> i've checked dmesg, and irq 5 is not used anywhere else. yet it recognizes
> sio2 as a 16550A serial device. what does irq not in bitmap of probed irqs
> mean ? and what does the 0x0 and 0x8 that follows it mean ?

It's telling you that the IRQ itself is free, but there's probably
something else wrong, like the port address is wrong.  You can change
this in your kernel config.  

First, I would disable or eliminate the sio devices that you don't need
or aren't using.  Second, when you boot up, go to the BIOS setup
screen.  See if you can find the address the modem is at, i.e., the port
address, e.g. 0x2f8.  Make sure this matches the address of sio2 (or
whatever) in your kernel config.  Or, you can change the port address at
the boot-up screen by hitting any key, and then typing

boot -c.

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?3AB2EB9E.678D068B>