Fix sfbinit() call to pass four arguments, not three, matching the

signature in sfb.c, which was changed to support multiple sfb devices.
This commit is contained in:
jonathan 1996-08-21 14:02:48 +00:00
parent 137c61ba70
commit acebbfc2bd
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: tc_subr.c,v 1.4 1996/06/17 07:59:39 jonathan Exp $ */
/* $NetBSD: tc_subr.c,v 1.5 1996/08/21 14:02:48 jonathan Exp $ */
/*
* Copyright 1996 The Board of Trustees of The Leland Stanford
@ -416,7 +416,7 @@ tc_consprobeslot(tc_slotaddr)
#if NSFB > 0
if (DRIVER_FOR_SLOT(name, "PMAGB-BA") &&
sfbinit(slotaddr, 0, 1)) {
sfbinit(NULL, slotaddr, 0, 1)) {
return (1);
}
#endif /* NSFB */