From owner-cvs-all Sat Nov 4 7: 3:38 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 0E46F37B4C5; Sat, 4 Nov 2000 07:03:35 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA56560; Sat, 4 Nov 2000 07:03:35 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <200011041503.HAA56560@freefall.freebsd.org> From: Bruce Evans Date: Sat, 4 Nov 2000 07:03:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_en_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/11/04 07:03:34 PST Modified files: sys/pci if_en_pci.c Log: Added used include of -- don't depend on evil namespace pollution in . This was half fixed in rev.1.3 of midwayreg.h. The pollution exposed the bug that this driver was using toy versions of the bus space macros under FreeBSD. Disabling the toy versions made this driver compile but dependent on the pollution. There was still a toy version of bus_space_read_1() in unreachable code. Revision Changes Path 1.17 +3 -2 src/sys/pci/if_en_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message