From 06577565bf0b5d73878e4be6cb5cafa0adac00ad Mon Sep 17 00:00:00 2001 From: David Rhodus Date: Fri, 5 Sep 2003 17:44:58 +0000 Subject: [PATCH] Add a few more build options. --- sys/config/TINDERBOX | 7 ++++++- sys/i386/conf/TINDERBOX | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sys/config/TINDERBOX b/sys/config/TINDERBOX index 5f3bd62b9e..89634d7621 100644 --- a/sys/config/TINDERBOX +++ b/sys/config/TINDERBOX @@ -10,7 +10,7 @@ # # Tinderbox maintained by: Hiten Pandya (hmp@nxad.com) # -# $DragonFly: src/sys/config/Attic/TINDERBOX,v 1.3 2003/08/27 13:49:39 hmp Exp $ +# $DragonFly: src/sys/config/Attic/TINDERBOX,v 1.4 2003/09/05 17:44:58 drhodus Exp $ machine i386 cpu I386_CPU @@ -23,6 +23,10 @@ maxusers 0 # ADD TEST OPTIONS HERE options NO_KMEM_MAP #Removal of kmem_map submap options USE_SLAB_ALLOCATOR +options DDB +options INVARIANTS +options INVARIANT_SUPPORT + #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -238,6 +242,7 @@ pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) +pseudo-device vn # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! diff --git a/sys/i386/conf/TINDERBOX b/sys/i386/conf/TINDERBOX index 886186b1d2..fbf5c6585e 100644 --- a/sys/i386/conf/TINDERBOX +++ b/sys/i386/conf/TINDERBOX @@ -10,7 +10,7 @@ # # Tinderbox maintained by: Hiten Pandya (hmp@nxad.com) # -# $DragonFly: src/sys/i386/conf/Attic/TINDERBOX,v 1.3 2003/08/27 13:49:39 hmp Exp $ +# $DragonFly: src/sys/i386/conf/Attic/TINDERBOX,v 1.4 2003/09/05 17:44:58 drhodus Exp $ machine i386 cpu I386_CPU @@ -23,6 +23,10 @@ maxusers 0 # ADD TEST OPTIONS HERE options NO_KMEM_MAP #Removal of kmem_map submap options USE_SLAB_ALLOCATOR +options DDB +options INVARIANTS +options INVARIANT_SUPPORT + #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -238,6 +242,7 @@ pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) +pseudo-device vn # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! -- 2.41.0