From owner-cvs-sys Mon Oct 14 03:10:18 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA18892 for cvs-sys-outgoing; Mon, 14 Oct 1996 03:10:18 -0700 (PDT) Received: (from se@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA18847; Mon, 14 Oct 1996 03:10:00 -0700 (PDT) Date: Mon, 14 Oct 1996 03:10:00 -0700 (PDT) From: Stefan Esser Message-Id: <199610141010.DAA18847@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/10/14 03:09:57 Modified: sys/pci ncr.c Log: Move the initialization of np->ns_sync and ns_async out of ncr_getclock(), which does no longer get called for non-Ultra cards. Fix suggested by Gerard Roudier, slightly modified by me. Revision Changes Path 1.82 +4 -4 src/sys/pci/ncr.c