From eb6f94c9250a882a8688a49ed49e6469e576e844 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 27 Jan 1997 10:19:33 +0000 Subject: [PATCH] Print a new-line in attach function. --- sys/arch/atari/pci/pci_machdep.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/atari/pci/pci_machdep.c b/sys/arch/atari/pci/pci_machdep.c index d23ad5b1524d..effacb2c5d7c 100644 --- a/sys/arch/atari/pci/pci_machdep.c +++ b/sys/arch/atari/pci/pci_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: pci_machdep.c,v 1.5 1996/12/20 12:50:12 leo Exp $ */ +/* $NetBSD: pci_machdep.c,v 1.6 1997/01/27 10:19:33 leo Exp $ */ /* * Copyright (c) 1996 Leo Weppelman. All rights reserved. @@ -93,6 +93,8 @@ void *auxp; pba.pba_pc = NULL; pba.pba_bus = 0; + printf("\n"); + config_found(dp, &pba, pcibusprint); }