Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/podulebus *sigh* and return 0 if we don't match the ...
details: https://anonhg.NetBSD.org/src/rev/8560a124831d
branches: trunk
changeset: 512063:8560a124831d
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Wed Jul 04 16:36:52 2001 +0000
description:
*sigh* and return 0 if we don't match the podule.
Need more coffee...
diffstat:
sys/dev/podulebus/oak.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r ff8c91cb4fb5 -r 8560a124831d sys/dev/podulebus/oak.c
--- a/sys/dev/podulebus/oak.c Wed Jul 04 16:35:20 2001 +0000
+++ b/sys/dev/podulebus/oak.c Wed Jul 04 16:36:52 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: oak.c,v 1.4 2001/07/04 16:35:20 bjh21 Exp $ */
+/* $NetBSD: oak.c,v 1.5 2001/07/04 16:36:52 bjh21 Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -51,7 +51,7 @@
#include <sys/param.h>
-__KERNEL_RCSID(0, "$NetBSD: oak.c,v 1.4 2001/07/04 16:35:20 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: oak.c,v 1.5 2001/07/04 16:36:52 bjh21 Exp $");
#include <sys/systm.h>
#include <sys/kernel.h>
@@ -108,6 +108,7 @@
podloader_callloader(pa, 0, 0) == PRID_OAK_SCSI1)
return 1;
+ return 0;
}
/*
Home |
Main Index |
Thread Index |
Old Index