From owner-freebsd-hackers Wed Jul 10 14:12:12 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14330 for hackers-outgoing; Wed, 10 Jul 1996 14:12:12 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA14323 for ; Wed, 10 Jul 1996 14:12:08 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA27228; Wed, 10 Jul 1996 14:05:34 -0700 From: Terry Lambert Message-Id: <199607102105.OAA27228@phaeton.artisoft.com> Subject: Re: Some recent changes to GENERIC To: nate@mt.sri.com (Nate Williams) Date: Wed, 10 Jul 1996 14:05:33 -0700 (MST) Cc: jgreco@brasil.moneng.mei.com, davidg@Root.COM, hackers@FreeBSD.ORG In-Reply-To: <199607101640.KAA23663@rocky.mt.sri.com> from "Nate Williams" at Jul 10, 96 10:40:16 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > We have to remove sio3 because we can't disable it by default and it > > > conflicts with the most common SVGA cards. > > > > That's a plausible argument but I remind you that we've been through several > > releases with sio3 enabled. > > Yes, but 'newer' SVGA cards *now* blow up when sio3 is enabled. In the > past this wasn't a big deal, but even in 2.1R we had quite a few folks > who got wiped out by sio3 (read Usenet), and this is only going to get > worse with the faster S3/ATI/Mach cards becoming more commonplace. I posted the assembly code used to detect these cards once already. If you don't probe the location because of an existing conflict with a registration from the console driver, then you don't have a problem. Look at the ATI home page. The assembly code is posted there (as well as being in the -current list archives, thanks to me). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.