1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-05 12:56:08 +00:00

Enable the new h0h0magic code which on GEOM kernels make the md(4)

driver a _real_ GEOM driver.
This commit is contained in:
Poul-Henning Kamp 2003-01-13 17:31:46 +00:00
parent 3df9fdfb2f
commit a4f8615810
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109181

View File

@ -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>