From c14006ba9f0522875327998215150067d8ca6ea7 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Tue, 25 Mar 2003 00:29:14 +0000 Subject: XFree86 4.3.0 merge --- bsd/tdfx_drv.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'bsd/tdfx_drv.c') diff --git a/bsd/tdfx_drv.c b/bsd/tdfx_drv.c index e10542f1..8bc8c57d 100644 --- a/bsd/tdfx_drv.c +++ b/bsd/tdfx_drv.c @@ -28,10 +28,11 @@ * Rickard E. (Rik) Faith * Daryll Strauss * Gareth Hughes - * - * $FreeBSD: src/sys/dev/drm/tdfx_drv.c,v 1.3 2003/03/09 02:08:28 anholt Exp $ */ + +#include + #include "tdfx.h" #include "drmP.h" @@ -95,6 +96,4 @@ 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