From 0a5ab32e3d8027b76c5a703f90785c74b16222eb Mon Sep 17 00:00:00 2001 From: pk Date: Mon, 11 Sep 1995 19:35:06 +0000 Subject: [PATCH] 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. --- sys/arch/sparc/dev/si.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/sys/arch/sparc/dev/si.c b/sys/arch/sparc/dev/si.c index 6ff5d1860617..da7b8df433a7 100644 --- a/sys/arch/sparc/dev/si.c +++ b/sys/arch/sparc/dev/si.c @@ -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); }