Make the frontend print a newline (follows similar change for isa and pcmcia front-ends)

This commit is contained in:
jdolecek 2000-06-06 20:09:20 +00:00
parent c7d426f2b5
commit d98bf28b13
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_tr_mca.c,v 1.2 2000/05/28 07:18:58 gmcgarry Exp $ */
/* $NetBSD: if_tr_mca.c,v 1.3 2000/06/06 20:09:20 jdolecek Exp $ */
/*_
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -103,6 +103,8 @@ tr_mca_attach(parent, self, aux)
int iobase, irq, sram_size, sram_addr, rom_addr;
int pos2, pos3, pos4, pos5;
printf("\n");
pos2 = mca_conf_read(ma->ma_mc, ma->ma_slot, 2);
pos3 = mca_conf_read(ma->ma_mc, ma->ma_slot, 3);
pos4 = mca_conf_read(ma->ma_mc, ma->ma_slot, 4);