Module Name: src Committed By: tsutsui Date: Sun Dec 11 06:27:35 UTC 2022
Modified Files: src/sys/arch/hp300/stand/common: conf.c Log Message: Remove a #if 0'ed out unused function. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp300/stand/common/conf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/hp300/stand/common/conf.c diff -u src/sys/arch/hp300/stand/common/conf.c:1.12 src/sys/arch/hp300/stand/common/conf.c:1.13 --- src/sys/arch/hp300/stand/common/conf.c:1.12 Sun Dec 23 03:11:32 2007 +++ src/sys/arch/hp300/stand/common/conf.c Sun Dec 11 06:27:35 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: conf.c,v 1.12 2007/12/23 03:11:32 tsutsui Exp $ */ +/* $NetBSD: conf.c,v 1.13 2022/12/11 06:27:35 tsutsui Exp $ */ /* * Copyright (c) 1982, 1986, 1990, 1993 @@ -143,21 +143,3 @@ struct fs_ops file_system_nfs[] = { FS_O struct fs_ops file_system[1]; int nfsys = 1; /* we always know which one we want */ - -#if 0 -/* - * Inititalize controllers - * - * XXX this should be a table - */ -void ctlrinit(void) -{ -#ifdef SUPPORT_ETHERNET - leinit(); -#endif -#if defined(SUPPORT_DISK) || defined(SUPPORT_TAPE) - hpibinit(); - scsiinit(); -#endif -} -#endif