From 8aad07ad6a28986cef848a7efb8ecd82386abbe3 Mon Sep 17 00:00:00 2001 From: ad Date: Thu, 10 May 2001 09:41:19 +0000 Subject: [PATCH] Add missing printf(). --- sys/dev/eisa/mlx_eisa.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/eisa/mlx_eisa.c b/sys/dev/eisa/mlx_eisa.c index 6648a8fa525f..4cb7605f7d50 100644 --- a/sys/dev/eisa/mlx_eisa.c +++ b/sys/dev/eisa/mlx_eisa.c @@ -1,4 +1,4 @@ -/* $NetBSD: mlx_eisa.c,v 1.2 2001/05/06 20:34:41 ad Exp $ */ +/* $NetBSD: mlx_eisa.c,v 1.3 2001/05/10 09:41:19 ad Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -179,6 +179,7 @@ mlx_eisa_attach(struct device *parent, struct device *self, void *aux) mlx->mlx_reset = mlx_v1_reset; #endif + printf(": Mylex RAID\n"); mlx_init(mlx, intrstr); }