diff options
author | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2008-11-03 00:17:48 +0000 |
---|---|---|
committer | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2008-11-03 00:17:48 +0000 |
commit | 0825f0a67800a2039cb3fd4dba94ba3e2a95c196 (patch) | |
tree | 1965364f84d394a86e701323e109d35182894f68 /sys/dev/i2c/i2c_scan.c | |
parent | 1da553381acff1d2d7318e9d638368a2e54c5b13 (diff) |
support w83627dhg at i2c (as seen on Sun Ultra 24 via dmesg@) ok deraadt@
Diffstat (limited to 'sys/dev/i2c/i2c_scan.c')
-rw-r--r-- | sys/dev/i2c/i2c_scan.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/i2c/i2c_scan.c b/sys/dev/i2c/i2c_scan.c index cc53a4aaf02..e3367fa6215 100644 --- a/sys/dev/i2c/i2c_scan.c +++ b/sys/dev/i2c/i2c_scan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i2c_scan.c,v 1.126 2008/04/22 02:22:54 cnst Exp $ */ +/* $OpenBSD: i2c_scan.c,v 1.127 2008/11/03 00:17:47 cnst Exp $ */ /* * Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org> @@ -771,6 +771,9 @@ iic_probe_sensor(struct device *self, u_int8_t addr) case 0x7a: name = "w83792d"; break; + case 0xc1: + name = "w83627dhg"; + break; } } else { /* |