From b4f75cc1916025449fbcee21b455e709e41f4d97 Mon Sep 17 00:00:00 2001 From: Mike Larkin Date: Mon, 23 Nov 2009 17:57:23 +0000 Subject: bios* devices need to call their children on suspend/resume. ok deraadt@ --- sys/arch/amd64/amd64/bios.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/arch/amd64') diff --git a/sys/arch/amd64/amd64/bios.c b/sys/arch/amd64/amd64/bios.c index f22e1a69c8e..4c95793b1a5 100644 --- a/sys/arch/amd64/amd64/bios.c +++ b/sys/arch/amd64/amd64/bios.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bios.c,v 1.17 2009/04/21 19:18:09 kettenis Exp $ */ +/* $OpenBSD: bios.c,v 1.18 2009/11/23 17:57:22 mlarkin Exp $ */ /* * Copyright (c) 2006 Gordon Willem Klok * @@ -52,7 +52,8 @@ int bios_print(void *, const char *); char *fixstring(char *); struct cfattach bios_ca = { - sizeof(struct bios_softc), bios_match, bios_attach + sizeof(struct bios_softc), bios_match, bios_attach, NULL, + config_activate_children }; struct cfdriver bios_cd = { -- cgit v1.2.3