*sigh* and return 0 if we don't match the podule.

Need more coffee...
This commit is contained in:
bjh21 2001-07-04 16:36:52 +00:00
parent bd4a0aae1b
commit 1e0b1b7373
1 changed files with 3 additions and 2 deletions

View File

@ -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 @@ oak_match(struct device *parent, struct cfdata *cf, void *aux)
podloader_callloader(pa, 0, 0) == PRID_OAK_SCSI1)
return 1;
return 0;
}
/*