Print a new-line in attach function.

This commit is contained in:
leo 1997-01-27 10:19:33 +00:00
parent eaf90deff5
commit eb6f94c925

View File

@ -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);
}