From owner-cvs-sys Mon Aug 26 15:38:16 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA21726 for cvs-sys-outgoing; Mon, 26 Aug 1996 15:38:16 -0700 (PDT) Received: (from se@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA21712; Mon, 26 Aug 1996 15:38:09 -0700 (PDT) Date: Mon, 26 Aug 1996 15:38:09 -0700 (PDT) From: Stefan Esser Message-Id: <199608262238.PAA21712@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 96/08/26 15:38:09 Modified: sys/pci ncr.c Log: Set clock prescale based on BIOS supplied value instead of trying to calculate an optimum value from (constant) parameters. This should set the SCNTL3 register of the 53c860 and 53c875 to twice the divider it used to be, since cards based on those chips seem to use an 80MHz clock instead of the Clock Doubler feature and a 40MHz clock. Revision Changes Path 1.75 +16 -7 src/sys/pci/ncr.c