From b2ca251ee93fe4962ffe33d647c56eaa30166eeb Mon Sep 17 00:00:00 2001 From: Coleman Kane Date: Thu, 22 Jun 2000 04:41:30 +0000 Subject: [PATCH] Stick the tdfx entry in here, after some cleaning. --- sys/conf/files | 1 + sys/conf/options | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/conf/files b/sys/conf/files index 3b774655d7a..e249ec5a17c 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -269,6 +269,7 @@ dev/sound/pcm/sound.c optional pcm dev/streams/streams.c optional streams dev/sym/sym_hipd.c optional sym \ dependency "$S/dev/sym/sym_{conf,defs}.h" +dev/tdfx/tdfx_pci.c optional tdfx # # USB support dev/usb/usb_if.m optional usb diff --git a/sys/conf/options b/sys/conf/options index 2e577ad0e96..89fc17749c8 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -445,3 +445,4 @@ ROOTDEVNAME opt_rootdevname.h FDC_DEBUG opt_fdc.h PCFCLOCK_VERBOSE opt_pcfclock.h PCFCLOCK_MAX_RETRIES opt_pcfclock.h +TDFX_VERBOSE opt_tdfx.h