diff --git a/sys/sys/conf.h b/sys/sys/conf.h index 5e3625313a5d..312a42a4d20d 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -1,4 +1,4 @@ -/* $NetBSD: conf.h,v 1.60 1998/10/10 01:11:36 thorpej Exp $ */ +/* $NetBSD: conf.h,v 1.61 1998/11/13 20:04:11 thorpej Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -425,6 +425,9 @@ cdev_decl(ccd); bdev_decl(md); cdev_decl(md); +bdev_decl(raid); +cdev_decl(raid); + bdev_decl(vnd); cdev_decl(vnd);