diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-02-01 11:08:23 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-02-01 11:08:23 +0000 |
commit | 8c7b9df4ff95318d1c52de7eb9b6c83c94e431d5 (patch) | |
tree | 1e918ab3d6945dfbdc74514068e01ddcfcd51f8a /sys/arch/sparc64/dev | |
parent | 2768650224e20ba0af9d1ed9839b559f7315d8b5 (diff) |
oops
Diffstat (limited to 'sys/arch/sparc64/dev')
-rw-r--r-- | sys/arch/sparc64/dev/pcfiic_ebus.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/dev/pcfiic_ebus.c b/sys/arch/sparc64/dev/pcfiic_ebus.c index cb9ee7ef170..64ec5be510b 100644 --- a/sys/arch/sparc64/dev/pcfiic_ebus.c +++ b/sys/arch/sparc64/dev/pcfiic_ebus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcfiic_ebus.c,v 1.1 2006/02/01 11:03:33 dlg Exp $ */ +/* $OpenBSD: pcfiic_ebus.c,v 1.2 2006/02/01 11:08:22 dlg Exp $ */ /* * Copyright (c) 2006 David Gwynne <dlg@openbsd.org> @@ -110,9 +110,9 @@ pcfiic_ebus_attach(struct device *parent, struct device *self, void *aux) if (esc->esc_ih == NULL) sc->sc_poll = 1; -#ifdef notyet pcfiic_attach(sc, (i2c_addr_t)(addr >> 1), NULL, NULL); -#endif +#ifdef notyet pcfiic_attach(sc, (i2c_addr_t)(addr >> 1), ofwi2c_scan, &ea->ea_node); +#endif /* the rest of the attach line is printed by pcfiic_attach() */ } |