summaryrefslogtreecommitdiff
path: root/sys/arch/vax/uba/uda.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/uba/uda.c')
-rw-r--r--sys/arch/vax/uba/uda.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/vax/uba/uda.c b/sys/arch/vax/uba/uda.c
index 35cdf5299bf..fbcc98993be 100644
--- a/sys/arch/vax/uba/uda.c
+++ b/sys/arch/vax/uba/uda.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: uda.c,v 1.7 1997/05/29 00:05:11 niklas Exp $ */
-/* $NetBSD: uda.c,v 1.23 1996/10/13 03:35:26 christos Exp $ */
+/* $OpenBSD: uda.c,v 1.8 1997/09/10 11:58:35 maja Exp $ */
+/* $NetBSD: uda.c,v 1.24 1997/03/12 19:42:30 ragge Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
* Copyright (c) 1988 Regents of the University of California.
@@ -403,10 +403,12 @@ udasaerror(usc, doreset)
printf("%s: controller error, sa=0%o (%s%s)\n",
sc->sc_dev.dv_xname, code, e->desc + 1,
*e->desc == 'E' ? " error" : "");
+#if 0 /* XXX we just avoid panic when autoconfig non-existent KFQSA devices */
if (doreset) {
mscp_requeue(sc->sc_softc);
/* (void) udainit(sc); XXX */
}
+#endif
}
/*