aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tdfx
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-01-29 11:38:39 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-01-29 11:38:39 +0000
commit93cd41f72d524d0499f2933769a610789437a2d2 (patch)
tree37bc29a2e8808114212fac8dd8fb4b53da3938ec /sys/dev/tdfx
parent0634b4a7b2037dff57d09ac1278a828e48f6e1d4 (diff)
Notes
Diffstat (limited to 'sys/dev/tdfx')
-rw-r--r--sys/dev/tdfx/tdfx_pci.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c
index 8339738d4820..d71e9c142e7a 100644
--- a/sys/dev/tdfx/tdfx_pci.c
+++ b/sys/dev/tdfx/tdfx_pci.c
@@ -38,12 +38,6 @@
* and Jens Axboe, located at http://linux.3dfx.com.
*/
-/*
- * put this here, so as to bail out immediately if we have no PCI BUS installed
- */
-#include "pci.h"
-#if NPCI > 0
-
#include <sys/param.h>
#include <sys/bus_private.h>
@@ -871,6 +865,3 @@ static driver_t tdfx_driver = {
/* Tell Mr. Kernel about us! */
DRIVER_MODULE(tdfx, pci, tdfx_driver, tdfx_devclass, 0, 0);
-
-
-#endif /* NPCI */