From owner-cvs-all Tue Dec 5 16:52:31 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 16:52:29 2000 Return-Path: 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 169AD37B400; Tue, 5 Dec 2000 16:52:29 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB60qTs67441; Tue, 5 Dec 2000 16:52:29 -0800 (PST) (envelope-from mjacob) Message-Id: <200012060052.eB60qTs67441@freefall.freebsd.org> From: Matt Jacob Date: Tue, 5 Dec 2000 16:52:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_wx.c if_wxvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/05 16:52:29 PST Modified files: sys/pci if_wx.c if_wxvar.h Log: Restore a sense of cleanly supporting multiple platforms. That is, place the LOCKing macros within the areas within if_wxvar.h that is set aside for them. Put any platform specific data also in those areas. For ease of maintenance purposes, merge in the OpenBSD version codebase here. Revision Changes Path 1.13 +61 -31 src/sys/pci/if_wx.c 1.8 +34 -5 src/sys/pci/if_wxvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message