Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 1996 18:08:11 -0800 (PST)
From:      Doug White <dwhite@riley-net170-164.uoregon.edu>
To:        Ryan Kereliuk <cs95283@wolfcreek.cs.ualberta.ca>
Cc:        questions@freebsd.org
Subject:   Re: Video Screwed with Serial Support Included
Message-ID:  <Pine.BSF.3.91.960304180600.28342L-100000@riley-net170-164.uoregon.edu>
In-Reply-To: <96Mar4.134551-0700_mst.75085-4%2B11@wolfcreek.cs.ualberta.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 4 Mar 1996, Ryan Kereliuk wrote:

> Hi,
> 
> I'm, using FreeBSD 2.10 and things are pretty smooth with one
> exception:
> 
> When I have serial support compiled in, the kernel boots, but
> the video changes to a one-inch high bar situated horizontly
> across the middle of the display.

PROBLEM:

1.  You have a Mach64 display adapter.

2.  The Mach64 and the sio probe code do no like each other.

3.  You have not patched sio.c to not probe com4.  

REMEDY:

modify /sys/i386/isa/sio.c as follows.  

Change line 342 to:

static Port_t likely_com_ports[] = { 0x3f8, 0x2f8, 0x3e8, };

The change is the last address was deleted.  

Recompile, reboot, enjoy.

Doug White                              | University of Oregon  
Internet:  dwhite@gladstone.uoregon.edu | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960304180600.28342L-100000>