summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2010-08-06 21:04:15 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2010-08-06 21:04:15 +0000
commitf8c8cbd4878bcefedf694590065b23e0448eab9e (patch)
tree1c57355a82d2c1d6dda4317c101e34ff3cfec4e5 /sys/dev/pci
parent3a9ea2e93fee484779e0bb9a4fe777899f0ba0ea (diff)
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@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/puc.c4
1 files changed, 2 insertions, 2 deletions
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 = {