Module Name:    src
Committed By:   jmcneill
Date:           Sun Jan 27 11:41:52 UTC 2019

Modified Files:
        src/sys/dev/i2c: ddcreg.h

Log Message:
Add a definition for the DDC segment address (30h).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/ddcreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/i2c/ddcreg.h
diff -u src/sys/dev/i2c/ddcreg.h:1.2 src/sys/dev/i2c/ddcreg.h:1.3
--- src/sys/dev/i2c/ddcreg.h:1.2	Sun May 14 21:42:27 2006
+++ src/sys/dev/i2c/ddcreg.h	Sun Jan 27 11:41:52 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: ddcreg.h,v 1.2 2006/05/14 21:42:27 elad Exp $	*/
+/*	$NetBSD: ddcreg.h,v 1.3 2019/01/27 11:41:52 jmcneill Exp $	*/
 
 /*-
  * Copyright (c) 2006 Itronix Inc.
@@ -35,7 +35,8 @@
 #ifndef _DEV_I2C_DDCREG_H_
 #define _DEV_I2C_DDCREG_H_
 
-#define	DDC_ADDR	0x50
-#define	DDC_EDID_START	0
+#define	DDC_ADDR		0x50
+#define	DDC_SEGMENT_ADDR	0x30
+#define	DDC_EDID_START		0
 
 #endif /* _DEV_I2C_DDCREG_H_ */

Reply via email to