From owner-freebsd-hackers Wed Nov 29 18:41:45 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA15632 for hackers-outgoing; Wed, 29 Nov 1995 18:41:45 -0800 Received: from rf900.physics.usyd.edu.au (rf900.physics.usyd.edu.au [129.78.129.109]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA15625 for ; Wed, 29 Nov 1995 18:41:32 -0800 Received: (from dawes@localhost) by rf900.physics.usyd.edu.au (8.6.11/8.6.9) id NAA21779; Thu, 30 Nov 1995 13:40:21 +1100 From: David Dawes Message-Id: <199511300240.NAA21779@rf900.physics.usyd.edu.au> Subject: Re: Problem with sio probe and Mach64 PCI video card To: joerg_wunsch@uriah.heep.sax.de Date: Thu, 30 Nov 1995 13:40:20 +1100 (EST) Cc: hackers@freebsd.org In-Reply-To: <199511300043.BAA17117@uriah.heep.sax.de> from "J Wunsch" at Nov 30, 95 01:43:02 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 693 Sender: owner-hackers@freebsd.org Precedence: bulk >As David Dawes wrote: >> >> extents. A serial port using the usual COM4 address simply can't >> coexist with these type of cards (S3, ATI, etc). > >Funny that either COM4 as 8514 are IBM kids. :-) > >S3 can coexist with traditional COM4, since it's possible to remap >their IO registers (they only default to the 8514-compatible mode). >XFree86 didn't implement this however (and i doubt somebody is >bothered enough to do it -- i would rather scratch a pad on my serial >card and reconnect the port to 0x268 or 0x368 :-). We did make an attempt at implementing it, but found that there were problems using it with some of the S3 chips :-( (grep for COM4 in the XFree86 CHANGELOG). David