summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/mvme88k/dev/vme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/vme.c b/sys/arch/mvme88k/dev/vme.c
index 7e1a07a13ad..90841c91719 100644
--- a/sys/arch/mvme88k/dev/vme.c
+++ b/sys/arch/mvme88k/dev/vme.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vme.c,v 1.48 2007/12/27 23:17:53 miod Exp $ */
+/* $OpenBSD: vme.c,v 1.49 2009/02/17 21:03:21 miod Exp $ */
/*
* Copyright (c) 2004, Miodrag Vallat.
* Copyright (c) 1999 Steve Murphree, Jr.
@@ -286,7 +286,7 @@ vmeattach(parent, self, args)
#endif
}
- while (config_found(self, NULL, NULL))
+ while (config_found(self, args, NULL))
;
}