From owner-cvs-all Sun May 9 15:44:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5875314C8E; Sun, 9 May 1999 15:44:47 -0700 (PDT) (envelope-from se@FreeBSD.org) Received: (from se@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42175; Sun, 9 May 1999 15:44:47 -0700 (PDT) (envelope-from se@FreeBSD.org) Message-Id: <199905092244.PAA42175@freefall.freebsd.org> From: Stefan Esser Date: Sun, 9 May 1999 15:44:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk se 1999/05/09 15:44:46 PDT Modified files: sys/pci ncr.c Log: Really support Ultra-2 chips. Symbios redefined a register that was available to the programmer to hold chip state information: Use the SDID register instead of CTEST3. This change actually simplifies the SCRIPTS code, but I'm not absolutely sure, that it is OK for all variants of NCR chips around and all device combinations. I have had this code running on several systems with 53c810, 875 and 895 controllers for several months. Suggested by: Gerard Roudier Revision Changes Path 1.146 +11 -33 src/sys/pci/ncr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message