From owner-cvs-all Sun Feb 1 12:25:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29968 for cvs-all-outgoing; Sun, 1 Feb 1998 12:25:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA29963; Sun, 1 Feb 1998 12:25:28 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA29700; Sun, 1 Feb 1998 12:25:18 -0800 (PST) Date: Sun, 1 Feb 1998 12:25:18 -0800 (PST) Message-Id: <199802012025.MAA29700@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe cvs-all" bde 1998/02/01 12:25:17 PST Modified files: sys/pci if_tx.c Log: Removed ifdef for vs . is a BSD4.4Lite1 feature, not a FreeBSD feature. is a compatibility misfeature. Moved NPCI ifdef. This file didn't compile if NPCI <= 0. It shouldn't be configured in that case, but it is easy to support (mis)configuration of drivers without buses by generating null objects, and many drivers do it. Removed unused includes. Revision Changes Path 1.3 +5 -20 src/sys/pci/if_tx.c