summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-13 17:31:46 +0000
committerphk <phk@FreeBSD.org>2003-01-13 17:31:46 +0000
commita8a456d8860859b467d247b7c15c1c6fae881615 (patch)
treecbebbbe085ced4c88e4e56e565124ab8f52d0a76
parent6e1508db52ef2babdb0ddcb1849351c0ad75f3cc (diff)
downloadFreeBSD-src-a8a456d8860859b467d247b7c15c1c6fae881615.zip
FreeBSD-src-a8a456d8860859b467d247b7c15c1c6fae881615.tar.gz
Enable the new h0h0magic code which on GEOM kernels make the md(4)
driver a _real_ GEOM driver.
-rw-r--r--sys/dev/md/md.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index 9e4fd4c..1ace6ab 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -57,10 +57,7 @@
* From: src/sys/dev/vn/vn.c,v 1.122 2000/12/16 16:06:03
*/
-#ifdef notquiteyet
#include "opt_geom.h"
-#endif
-
#include "opt_md.h"
#include <sys/param.h>
OpenPOWER on IntegriCloud