From owner-freebsd-questions Fri Feb 23 09:45:41 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA24931 for questions-outgoing; Fri, 23 Feb 1996 09:45:41 -0800 (PST) Received: from nyct.superlink.net (root@[206.231.136.254]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA24925 for ; Fri, 23 Feb 1996 09:45:34 -0800 (PST) Received: (from root@localhost) by nyct.superlink.net (8.7.3/8.6.12) id MAA12398; Fri, 23 Feb 1996 12:43:15 -0500 (EST) Date: Fri, 23 Feb 1996 12:43:15 -0500 (EST) From: Charlie ROOT To: weber@mt.luth.se cc: freebsd-questions@freebsd.org Subject: re: SIO Problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk I also had a similair problem. It usually happens if you have a MACH 64 Video card in it. Try changing line #342 in /sys/i386/isa/sio.c This is what you will see: static Port_t likely_com_ports[] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8, }; ------ Delete the underlined part, and recompile the kernel. Emil Mikhles