diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-23 15:06:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-23 15:06:33 +0000 |
commit | 3064fd63eb2b0908bada571272cb57e8e24ffe7b (patch) | |
tree | eee89f665c5b599d1e05fbc2e7bcd6b03fbb8eab /sys/dev | |
parent | 2816e9a2650aa420370a2d7e5f309fd7194ac522 (diff) |
smsc 47m192 has a monitor like the adm1025
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/i2c/adm1025.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/i2c/adm1025.c b/sys/dev/i2c/adm1025.c index 1b939d93fba..687aaa00844 100644 --- a/sys/dev/i2c/adm1025.c +++ b/sys/dev/i2c/adm1025.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adm1025.c,v 1.6 2005/12/23 04:10:07 deraadt Exp $ */ +/* $OpenBSD: adm1025.c,v 1.7 2005/12/23 15:06:32 deraadt Exp $ */ /* * Copyright (c) 2005 Theo de Raadt @@ -75,6 +75,7 @@ admtm_match(struct device *parent, void *match, void *aux) struct i2c_attach_args *ia = aux; if (strcmp(ia->ia_name, "adm1025") == 0 || + strcmp(ia->ia_name, "47m192") == 0 || strcmp(ia->ia_name, "ne1619") == 0) { /* * should also ensure that |