From cfa778af9c70faea8c13e5cb7f80029eee0d074e Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 21 Feb 2003 23:23:09 +0000 Subject: Merge from bsd-4-0-0-branch. --- bsd/tdfx_drv.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bsd/tdfx_drv.c') diff --git a/bsd/tdfx_drv.c b/bsd/tdfx_drv.c index 8bc8c57d..c62ca2c5 100644 --- a/bsd/tdfx_drv.c +++ b/bsd/tdfx_drv.c @@ -30,9 +30,6 @@ * Gareth Hughes */ - -#include - #include "tdfx.h" #include "drmP.h" @@ -96,4 +93,6 @@ drm_chipinfo_t DRM(devicelist)[] = { #ifdef __FreeBSD__ DRIVER_MODULE(tdfx, pci, tdfx_driver, tdfx_devclass, 0, 0); +#elif defined(__NetBSD__) +CFDRIVER_DECL(tdfx, DV_TTY, NULL); #endif /* __FreeBSD__ */ -- cgit v1.2.3