comment out a boot-time debug message

This commit is contained in:
Cameron Grant 2001-04-09 21:33:47 +00:00
parent 2a4339f78f
commit 941431caa8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75355

View File

@ -69,7 +69,7 @@ feeder_register(void *p)
i = 0;
while ((feedercnt < MAXFEEDERS) && (fc->desc[i].type > 0)) {
printf("adding feeder %s, %x -> %x\n", fc->name, fc->desc[i].in, fc->desc[i].out);
/* printf("adding feeder %s, %x -> %x\n", fc->name, fc->desc[i].in, fc->desc[i].out); */
fte = malloc(sizeof(*fte), M_FEEDER, M_WAITOK | M_ZERO);
fte->feederclass = fc;
fte->desc = &fc->desc[i];