From owner-cvs-sys Sun Apr 20 08:48:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA27365 for cvs-sys-outgoing; Sun, 20 Apr 1997 08:48:21 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA27358; Sun, 20 Apr 1997 08:48:20 -0700 (PDT) Date: Sun, 20 Apr 1997 08:48:20 -0700 (PDT) From: Bruce Evans Message-Id: <199704201548.IAA27358@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 bde 97/04/20 08:48:19 Modified: sys/pci ncr.c Log: Fixed the type of timeout functions and removed casts that hid the type mismatches. There was no problem in practice (at least on 386's). Removed NetBSD-related TIMEOUT macro. NetBSD uses the same BSD4.4Lite timeout interface as FreeBSD. As a concession to portability, declare the timeout function without using the FreeBSD timeout_t typedef. Revision Changes Path 1.97 +7 -11 src/sys/pci/ncr.c