From 033d7ef023e80a799d807cf71c1049aabac402d8 Mon Sep 17 00:00:00 2001 From: David Rhodus Date: Sat, 17 Apr 2004 03:57:22 +0000 Subject: [PATCH] Add in kernel config file options that were forgotten on last commit. --- sys/conf/files | 7 ++++++- sys/conf/options | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/sys/conf/files b/sys/conf/files index 65301e6a93..a4ce98f85c 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,5 +1,5 @@ # $FreeBSD: src/sys/conf/files,v 1.340.2.137 2003/06/04 17:10:30 sam Exp $ -# $DragonFly: src/sys/conf/files,v 1.59 2004/03/31 19:29:26 dillon Exp $ +# $DragonFly: src/sys/conf/files,v 1.60 2004/04/17 03:57:22 drhodus Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -488,6 +488,11 @@ dev/netif/ic/if_ic.c optional ic dev/disk/trm/trm.c optional trm dev/raid/twe/twe.c optional twe dev/raid/twe/twe_freebsd.c optional twe +dev/raid/twa/twa.c optional twa +dev/raid/twa/twa_cam.c optional twa +dev/raid/twa/twa_freebsd.c optional twa +dev/raid/twa/twa_fwimg.c optional twa +dev/raid/twa/twa_globals.c optional twa dev/netif/tx/if_tx.c optional tx dev/netif/txp/if_txp.c optional txp dev/raid/vinum/vinum.c optional vinum diff --git a/sys/conf/options b/sys/conf/options index 8c3ef6fc88..0d242bd4f5 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,5 +1,5 @@ # $FreeBSD: src/sys/conf/options,v 1.191.2.53 2003/06/04 17:56:58 sam Exp $ -# $DragonFly: src/sys/conf/options,v 1.18 2004/04/13 05:23:10 dillon Exp $ +# $DragonFly: src/sys/conf/options,v 1.19 2004/04/17 03:57:22 drhodus Exp $ # # On the handling of kernel options # @@ -73,6 +73,8 @@ AHD_REG_PRETTY_PRINT opt_aic79xx.h # Print register bitfields in debug ADW_ALLOW_MEMIO opt_adw.h # Allow PCI devices to use memory # mapped I/O +TWA_DEBUG opt_twa.h +TWA_FLASH_FIREWARE opt_twa.h #options for ACPI support ACPI_DEBUG opt_acpi.h -- 2.41.0