Use the prefix printed before cpuattach() is called.

This commit is contained in:
mycroft 2000-02-19 03:59:04 +00:00
parent 02d328f925
commit 14ef93565d
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.c,v 1.2 1999/12/06 06:58:30 tsubai Exp $ */
/* $NetBSD: cpu.c,v 1.3 2000/02/19 03:59:04 mycroft Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@ -66,6 +66,6 @@ cpuattach(parent, dev, aux)
void *aux;
{
printf("\n");
printf(": ");
cpu_identify();
}

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.c,v 1.16 2000/01/10 03:24:37 simonb Exp $ */
/* $NetBSD: cpu.c,v 1.17 2000/02/19 03:59:05 mycroft Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@ -61,7 +61,7 @@ cpuattach(parent, dev, aux)
struct device *parent, *dev;
void *aux;
{
printf("\n");
printf(": ");
cpu_identify();
}