Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons Add a new frame buffer identifier for the hpc...
details: https://anonhg.NetBSD.org/src/rev/4c144daeec3d
branches: trunk
changeset: 483529:4c144daeec3d
user: takemura <takemura%NetBSD.org@localhost>
date: Sun Mar 12 04:59:24 2000 +0000
description:
Add a new frame buffer identifier for the hpcmips.
diffstat:
sys/dev/wscons/wsconsio.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b33696fb7a5a -r 4c144daeec3d sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Sun Mar 12 04:34:29 2000 +0000
+++ b/sys/dev/wscons/wsconsio.h Sun Mar 12 04:59:24 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.26 2000/02/28 12:34:31 takemura Exp $ */
+/* $NetBSD: wsconsio.h,v 1.27 2000/03/12 04:59:24 takemura Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -212,6 +212,7 @@
#define WSDISPLAY_TYPE_PX 13 /* DEC TC PX */
#define WSDISPLAY_TYPE_PXG 14 /* DEC TC PXG */
#define WSDISPLAY_TYPE_TX 15 /* DEC TC TX */
+#define WSDISPLAY_TYPE_HPCFB 16 /* Handheld/PalmSize PC */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {
Home |
Main Index |
Thread Index |
Old Index