Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sun2/include Declare the PROM console device.



details:   https://anonhg.NetBSD.org/src/rev/494d83b6cb4a
branches:  trunk
changeset: 511826:494d83b6cb4a
user:      fredette <fredette%NetBSD.org@localhost>
date:      Wed Jun 27 19:02:26 2001 +0000

description:
Declare the PROM console device.

diffstat:

 sys/arch/sun2/include/conf.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 119ae29211fd -r 494d83b6cb4a sys/arch/sun2/include/conf.h
--- a/sys/arch/sun2/include/conf.h      Wed Jun 27 19:01:14 2001 +0000
+++ b/sys/arch/sun2/include/conf.h      Wed Jun 27 19:02:26 2001 +0000
@@ -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(bwtwo);
 
+cdev_decl(pcons);
+
 bdev_decl(xd);
 cdev_decl(xd);
 



Home | Main Index | Thread Index | Old Index