diff options
Diffstat (limited to 'sys/arch/i386/pci/pchb.c')
-rw-r--r-- | sys/arch/i386/pci/pchb.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index 5da60a085c2..7b8a4b1676d 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.78 2009/09/18 20:17:17 kettenis Exp $ */ +/* $OpenBSD: pchb.c,v 1.79 2009/11/23 15:33:37 deraadt Exp $ */ /* $NetBSD: pchb.c,v 1.65 2007/08/15 02:26:13 markd Exp $ */ /* @@ -126,7 +126,8 @@ int pchbmatch(struct device *, void *, void *); void pchbattach(struct device *, struct device *, void *); struct cfattach pchb_ca = { - sizeof(struct pchb_softc), pchbmatch, pchbattach + sizeof(struct pchb_softc), pchbmatch, pchbattach, NULL, + config_activate_children }; struct cfdriver pchb_cd = { |