From f8c8cbd4878bcefedf694590065b23e0448eab9e Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 6 Aug 2010 21:04:15 +0000 Subject: Initial stab at making com@puc suspend and resume properly. Works fine for using cu(1) between two OpenBSD machines. Probably doesn't work for serial consoles but we don't support those on puc(4) anyway. ok deraadt@ --- sys/dev/pci/puc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci') diff --git a/sys/dev/pci/puc.c b/sys/dev/pci/puc.c index 9ec1af4d59d..fb1c14f0d8f 100644 --- a/sys/dev/pci/puc.c +++ b/sys/dev/pci/puc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: puc.c,v 1.17 2010/07/22 17:16:10 pirofti Exp $ */ +/* $OpenBSD: puc.c,v 1.18 2010/08/06 21:04:14 kettenis Exp $ */ /* $NetBSD: puc.c,v 1.3 1999/02/06 06:29:54 cgd Exp $ */ /* @@ -79,7 +79,7 @@ void *puc_pci_intr_establish(struct puc_attach_args *, int, struct cfattach puc_pci_ca = { sizeof(struct puc_pci_softc), puc_pci_match, - puc_pci_attach, puc_pci_detach + puc_pci_attach, puc_pci_detach, config_activate_children }; struct cfdriver puc_cd = { -- cgit v1.2.3