diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-10-20 13:41:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-10-20 13:41:52 +0000 |
commit | c45328568e7456296562cb57f4b0b64e8ce36b17 (patch) | |
tree | c99ebf7ac7b486ee3bd02f85d1fc22dbd88e54ff /sys/arch/macppc/dev/if_wi_obio.c | |
parent | 2011956d267823619c18133534b0d3c4825bcc6f (diff) |
put newline at right place during attach
Diffstat (limited to 'sys/arch/macppc/dev/if_wi_obio.c')
-rw-r--r-- | sys/arch/macppc/dev/if_wi_obio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/dev/if_wi_obio.c b/sys/arch/macppc/dev/if_wi_obio.c index 4fb980748f3..21973974e92 100644 --- a/sys/arch/macppc/dev/if_wi_obio.c +++ b/sys/arch/macppc/dev/if_wi_obio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_obio.c,v 1.10 2004/08/17 22:20:55 drahn Exp $ */ +/* $OpenBSD: if_wi_obio.c,v 1.11 2004/10/20 13:41:51 deraadt Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -129,6 +129,7 @@ wi_obio_attach(parent, self, aux) wi_obio_enable(sc); + printf("\n"); wi_attach(sc, &wi_func_io); } |