summaryrefslogtreecommitdiff
path: root/bsd/tdfx_drv.c
diff options
context:
space:
mode:
authorLeif Delgass <ldelgass@users.sourceforge.net>2003-03-30 04:52:48 +0000
committerLeif Delgass <ldelgass@users.sourceforge.net>2003-03-30 04:52:48 +0000
commit89eb66d97db0af9f4444deb4b683e02a97223f67 (patch)
treea70a5cd7f6a4c692cae297cc59915059a0c499a1 /bsd/tdfx_drv.c
parentae0b8f750ae4ee190f7567fee5aca95d92e7895e (diff)
Merge trunk - 4.3.0, filpmach64-0-0-6-20030330
Diffstat (limited to 'bsd/tdfx_drv.c')
-rw-r--r--bsd/tdfx_drv.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/bsd/tdfx_drv.c b/bsd/tdfx_drv.c
index 8bc8c57d..e10542f1 100644
--- a/bsd/tdfx_drv.c
+++ b/bsd/tdfx_drv.c
@@ -28,11 +28,10 @@
* Rickard E. (Rik) Faith <faith@valinux.com>
* Daryll Strauss <daryll@valinux.com>
* Gareth Hughes <gareth@valinux.com>
+ *
+ * $FreeBSD: src/sys/dev/drm/tdfx_drv.c,v 1.3 2003/03/09 02:08:28 anholt Exp $
*/
-
-#include <sys/types.h>
-
#include "tdfx.h"
#include "drmP.h"
@@ -96,4 +95,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__ */