From owner-cvs-all Sat Nov 25 0: 0:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BD7137B4C5; Sat, 25 Nov 2000 00:00:15 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA46152; Sat, 25 Nov 2000 00:00:15 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <200011250800.AAA46152@freefall.freebsd.org> From: Jonathan Lemon Date: Sat, 25 Nov 2000 00:00:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_dcreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/11/25 00:00:10 PST Modified files: sys/pci if_dc.c if_dcreg.h Log: Change the driver to allocate its own callout structure, and modify the interface to use callout_* instead of timeout(). Also add an IS_MPSAFE #define (currently off) which will mark the driver as mpsafe to the upper layers. Revision Changes Path 1.39 +13 -9 src/sys/pci/if_dc.c 1.17 +2 -2 src/sys/pci/if_dcreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message