Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Sep 2023 14:58:11 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: fc3cc652e500 - main - videomode: Regenerate files
Message-ID:  <202309251458.38PEwB2r044468@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=fc3cc652e500bd8e33b4b77449d167f1df073acb

commit fc3cc652e500bd8e33b4b77449d167f1df073acb
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-09-25 14:49:30 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-09-25 14:49:30 +0000

    videomode: Regenerate files
    
    Reviewed by:    imp, emaste
    Differential Revision:  https://reviews.freebsd.org/D41953
---
 sys/dev/videomode/ediddevs.h      | 13 +++++++++++--
 sys/dev/videomode/ediddevs_data.h |  3 +--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/sys/dev/videomode/ediddevs.h b/sys/dev/videomode/ediddevs.h
index a0dc4e2b181c..872192882c3e 100644
--- a/sys/dev/videomode/ediddevs.h
+++ b/sys/dev/videomode/ediddevs.h
@@ -1,9 +1,8 @@
-
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: ediddevs,v 1.1 2006/05/11 01:49:53 gdamore Exp
+ *	NetBSD: ediddevs,v 1.2 2007/03/07 18:47:13 macallan Exp
  */
 
 /*-
@@ -81,6 +80,16 @@
 #define	EDID_VENDOR_VSC	"ViewSonic"
 #define	EDID_VENDOR_ZCM	"Zenith"
 
+/*
+ * List of known products, grouped and sorted by vendor.
+ *
+ * EDID version 1.3 requires that monitors expose the monitor name with
+ * the ASCII descriptor type 0xFC, so for monitors using that block, this
+ * information is redundant, and there is not point in listing them here,
+ * unless it is desired to have a symbolic macro to detect the monitor in
+ * special handling code or somesuch.
+ */
+
 /* Dell  - this exists for now as a sample.  I don't have one of these.  */
 #define	EDID_PRODUCT_DEL_ULTRASCAN14XE_REVA	0x139A		/* Ultrascan 14XE */
 #define	EDID_PRODUCT_DEL_ULTRASCAN14XE_REVB	0x139B		/* Ultrascan 14XE */
diff --git a/sys/dev/videomode/ediddevs_data.h b/sys/dev/videomode/ediddevs_data.h
index a953bcbf9981..c798bd85809d 100644
--- a/sys/dev/videomode/ediddevs_data.h
+++ b/sys/dev/videomode/ediddevs_data.h
@@ -1,9 +1,8 @@
-
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: ediddevs,v 1.1 2006/05/11 01:49:53 gdamore Exp
+ *	NetBSD: ediddevs,v 1.2 2007/03/07 18:47:13 macallan Exp
  */
 
 /*-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309251458.38PEwB2r044468>