We have no need for `si_print()'; the only child we expect is a `scsibus',
and there's nothing to say if it isn't there.
This commit is contained in:
parent
5bf0d8e4fa
commit
0a5ab32e3d
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: si.c,v 1.4 1995/09/03 22:21:27 pk Exp $ */
|
||||
/* $NetBSD: si.c,v 1.5 1995/09/11 19:35:06 pk Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 1994 Adam Glass, Gordon W. Ross
|
||||
|
@ -107,13 +107,6 @@ struct cfdriver swcd = {
|
|||
sizeof(struct ncr5380_softc), NULL, 0,
|
||||
};
|
||||
|
||||
static int
|
||||
si_print(aux, name)
|
||||
void *aux;
|
||||
char *name;
|
||||
{
|
||||
}
|
||||
|
||||
static int
|
||||
si_match(parent, vcf, aux)
|
||||
struct device *parent;
|
||||
|
@ -245,7 +238,7 @@ si_attach(parent, self, aux)
|
|||
bootpath_store(1, bp + 1);
|
||||
|
||||
/* Configure sub-devices */
|
||||
config_found(self, &(ncr5380->sc_link), si_print);
|
||||
config_found(self, &(ncr5380->sc_link), NULL);
|
||||
|
||||
bootpath_store(1, NULL);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue