Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 1996 10:53:16 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        weber@mt.luth.se (Hans Weber)
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: sio problem
Message-ID:  <199602221753.KAA21245@phaeton.artisoft.com>
In-Reply-To: <9602221027.AA14852@fysik2.mt.luth.se> from "Hans Weber" at Feb 22, 96 11:27:27 am

next in thread | previous in thread | raw e-mail | index | archive | help
> If sio0 and sio1 devices are excluded out of the kernel 
> it boots perfect. 
> 
> If I compile a kernel including sio0 and sio1 at boot time 
> the screen gets a blackout but the computer boots properly.
> I can then do a 'blind folded' login and do an 'X -probeonly'
> this gives me my screen back

[ ... ]

> MY computer is an AST Bravo MS/T (AST BIOS 1.04) 16Mb
> Mach 64 It has PnP but I have disabled it for the
> COM:s and also for my 3com509/b (in ISA mode)

Your Mach card is [illegally, compatably with IBM] using port
2e8, even when the mode that would cause it to use port 2e8 is
disabled.

If you have the SIO driver in the kernel at all, it will probe for
all four com ports.

Com3 is at 2e8.

To build a kernel with SIO, you will need to remove Com3 from the
list of probed SIO devices.  You can do this by modifying the
sio driver source.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



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