summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/eso.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/eso.c b/sys/dev/pci/eso.c
index 8d49f3cd025..e7306715bed 100644
--- a/sys/dev/pci/eso.c
+++ b/sys/dev/pci/eso.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eso.c,v 1.2 1999/08/05 05:32:41 deraadt Exp $ */
+/* $OpenBSD: eso.c,v 1.3 1999/08/05 17:42:58 niklas Exp $ */
/* $NetBSD: eso.c,v 1.3 1999/08/02 17:37:43 augustss Exp $ */
/*
@@ -380,11 +380,7 @@ eso_attach(parent, self, aux)
DPRINTF(("%s: VC I/O space at 0x%lx not suitable, deferring\n",
sc->sc_dev.dv_xname, (unsigned long)vcbase));
sc->sc_pa = *pa;
-#ifdef __OpenBSD__
- panic("config_defer not implemented");
-#else
config_defer(self, eso_defer);
-#endif
}
audio_attach_mi(&eso_hw_if, sc, &sc->sc_dev);