summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ichiic.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/ichiic.c')
-rw-r--r--sys/dev/pci/ichiic.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/ichiic.c b/sys/dev/pci/ichiic.c
index ffabf667087..a5421aa8814 100644
--- a/sys/dev/pci/ichiic.c
+++ b/sys/dev/pci/ichiic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ichiic.c,v 1.1 2005/12/19 19:31:56 grange Exp $ */
+/* $OpenBSD: ichiic.c,v 1.2 2005/12/20 05:42:32 grange Exp $ */
/*
* Copyright (c) 2005 Alexander Yurchenko <grange@openbsd.org>
@@ -151,6 +151,7 @@ ichiic_attach(struct device *parent, struct device *self, void *aux)
sc->sc_i2c_tag.ic_exec = ichiic_i2c_exec;
iba.iba_name = "iic";
iba.iba_tag = &sc->sc_i2c_tag;
+ iba.iba_scan = 1;
config_found(self, &iba, iicbus_print);
return;