Date: Fri, 8 Dec 1995 11:58:51 +0000 () From: Michael Smith <msmith@atrad.adelaide.edu.au> To: scottt@nacm.com (Scott Turvey) Cc: questions@freebsd.org Subject: Re: User and Developer Support Message-ID: <199512081158.LAA06485@genesis.atrad.adelaide.edu.au> In-Reply-To: <199512052029.MAA00663@daft.nacm.com> from "Scott Turvey" at Dec 5, 95 12:29:16 pm
next in thread | previous in thread | raw e-mail | index | archive | help
Scott Turvey stands accused of saying:
> i am having a problem getting freebsd to display during=20
> boot using an ati pci-based svga card. when it get to the video =
> portion of the boot process, the signal to my monitor disappears =
> and the monitor goes into powersave mode. a regular ati isa-based =
> card works fine. anyone seen this?
> btw, the machine does boot, you just can't see anything.
This is a known conflict between the sio driver and the Mach64 chipset.
You can work around this for installation by disabling all of the serial
ports using userconfig, and then build a modified kernel that doesn't
attempt to talk to sio3 by modifying /sys/i386/isa/sio.c :
static Port_t likely_com_ports[] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8, };
to
static Port_t likely_com_ports[] = { 0x3f8, 0x2f8, 0x3e8, };
This has been fixed in -current.
> Scott Turvey=20
> --NeXT-Mail-347089495-2--
if you _must_ use NeXT Mail, please disable all the mime extensions before
posting to a mailing list.
--
]] Mike Smith, Software Engineer msmith@atrad.adelaide.edu.au [[
]] Genesis Software genesis@atrad.adelaide.edu.au [[
]] High-speed data acquisition and (GSM mobile) 041-122-496 [[
]] realtime instrument control (ph/fax) +61-8-267-3039 [[
]] "Who does BSD?" "We do Chucky, we do." [[
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512081158.LAA06485>
