diff options
author | neel <neel@FreeBSD.org> | 2010-02-04 06:44:42 +0000 |
---|---|---|
committer | neel <neel@FreeBSD.org> | 2010-02-04 06:44:42 +0000 |
commit | aaf539f68764a27ac74def11bcea1ccde85f2041 (patch) | |
tree | de4717b8164346a2cfa23ce997febc6cd1b3fb93 | |
parent | c111af420c35f3b6e21f39b2ddbf7812a1562a0c (diff) | |
download | FreeBSD-src-aaf539f68764a27ac74def11bcea1ccde85f2041.zip FreeBSD-src-aaf539f68764a27ac74def11bcea1ccde85f2041.tar.gz |
Compile SWARM with KTRACE support.
-rw-r--r-- | sys/mips/conf/SWARM | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/mips/conf/SWARM b/sys/mips/conf/SWARM index 4d81234..ff855e5 100644 --- a/sys/mips/conf/SWARM +++ b/sys/mips/conf/SWARM @@ -56,6 +56,8 @@ options WITNESS options FFS #Fast filesystem +options KTRACE + device pci device miibus device bge |