From owner-freebsd-questions Fri Feb 23 14:51:02 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA18769 for questions-outgoing; Fri, 23 Feb 1996 14:51:02 -0800 (PST) Received: from riley-net170-164.uoregon.edu (riley-net170-164.uoregon.edu [128.223.170.164]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA18763 for ; Fri, 23 Feb 1996 14:50:47 -0800 (PST) Received: (from dwhite@localhost) by riley-net170-164.uoregon.edu (8.6.12/8.6.12) id OAA06870; Fri, 23 Feb 1996 14:46:29 -0800 Date: Fri, 23 Feb 1996 14:46:28 -0800 (PST) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Maksim Stolyarov cc: questions@FreeBSD.org Subject: Re: Video conflicts with WHAT? Help! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org Precedence: bulk On Thu, 22 Feb 1996, Maksim Stolyarov wrote: Sorry for chopping it so much, but it's a quick answer to a lengthy (but complete) question. > - Video: ASUS PCI - AV264CT (ATI Mach64 based + SoundBlaster), > > I can see (from above) evident possible address conflict > between video and "com4". But nothing obvious that could > explain the described behavior of the system. You know what? That's right. If there are any sio ports defined, it will compile in the sio code, and it contains a conflict with Mach64 boards. You need to modify /usr/src/sys/i386/isa/sio.c, line 342. Should read: static Port_t likely_com_ports[] = { 0x3f8, 0x2f8, 0x3e8, }; Notice the last item has been deleted. Modify, compile, reboot, enjoy :-) Doug White | University of Oregon Internet: dwhite@gladstone.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major