diff --git a/sys/arch/sun2/include/conf.h b/sys/arch/sun2/include/conf.h index d9ccbc08e835..e5607ba8cf60 100644 --- a/sys/arch/sun2/include/conf.h +++ b/sys/arch/sun2/include/conf.h @@ -1,4 +1,4 @@ -/* $NetBSD: conf.h,v 1.1 2001/04/06 13:13:02 fredette Exp $ */ +/* $NetBSD: conf.h,v 1.2 2001/06/27 19:02:26 fredette Exp $ */ /*- * Copyright (c) 1994 Adam Glass, Gordon W. Ross @@ -53,6 +53,8 @@ cdev_decl(kd); cdev_decl(bwtwo); +cdev_decl(pcons); + bdev_decl(xd); cdev_decl(xd);