From dced0aa013cc36c41f107e09e728bd5235239371 Mon Sep 17 00:00:00 2001 From: fredette Date: Wed, 27 Jun 2001 19:02:26 +0000 Subject: [PATCH] Declare the PROM console device. --- sys/arch/sun2/include/conf.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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);