From 163a03ff2bebf7f64259dc6f20aade64f4d63d2e Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 19 Mar 2006 18:19:36 +0000 Subject: sis950 has 0x5b missing, so it looks more like an it8712f-a --- sys/dev/i2c/i2c_scan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/i2c/i2c_scan.c b/sys/dev/i2c/i2c_scan.c index e3962731b0e..64520af5029 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.78 2006/03/19 04:02:22 deraadt Exp $ */ +/* $OpenBSD: i2c_scan.c,v 1.79 2006/03/19 18:19:35 deraadt Exp $ */ /* * Copyright (c) 2005 Theo de Raadt @@ -643,7 +643,7 @@ iic_probe(struct device *self, struct i2cbus_attach_args *iba, u_int8_t addr) if (iicprobe(0x5b) == 0x12) name = "it8712"; else if (iicprobe(0x5b) == 0x00) - name = "it8712f-a"; /* we think */ + name = "it8712f-a"; /* sis950 too */ } if (name == NULL) { -- cgit v1.2.3