diff options
-rw-r--r-- | sys/dev/atapiscsi/atapiscsi.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/atapiscsi/atapiscsi.c b/sys/dev/atapiscsi/atapiscsi.c index b9a6de0ac10..63e8d5a1fab 100644 --- a/sys/dev/atapiscsi/atapiscsi.c +++ b/sys/dev/atapiscsi/atapiscsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atapiscsi.c,v 1.4 1999/07/22 03:10:47 csapuntz Exp $ */ +/* $OpenBSD: atapiscsi.c,v 1.5 1999/07/22 07:45:48 deraadt Exp $ */ /* * This code is derived from code with the copyright below. @@ -184,6 +184,8 @@ atapiscsi_attach(parent, self, aux) struct ataparams *id = &ids; int drive; + printf("\n"); + /* Ouch */ as->valid[0] = as->valid[1] = 0; |