Module Name:    src
Committed By:   cegger
Date:           Tue May 12 06:31:37 UTC 2009

Modified Files:
        src/sys/arch/acorn26/acorn26: fpu.c

Log Message:
use device_xname()


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/acorn26/acorn26/fpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/acorn26/acorn26/fpu.c
diff -u src/sys/arch/acorn26/acorn26/fpu.c:1.9 src/sys/arch/acorn26/acorn26/fpu.c:1.10
--- src/sys/arch/acorn26/acorn26/fpu.c:1.9	Wed Mar 18 10:22:21 2009
+++ src/sys/arch/acorn26/acorn26/fpu.c	Tue May 12 06:31:37 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: fpu.c,v 1.9 2009/03/18 10:22:21 cegger Exp $	*/
+/*	$NetBSD: fpu.c,v 1.10 2009/05/12 06:31:37 cegger Exp $	*/
 
 /*-
  * Copyright (c) 2000, 2001 Ben Harris
@@ -32,7 +32,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: fpu.c,v 1.9 2009/03/18 10:22:21 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fpu.c,v 1.10 2009/05/12 06:31:37 cegger Exp $");
 
 #include <sys/device.h>
 #include <sys/proc.h>
@@ -103,7 +103,7 @@
 	printf("\n");
 	if (!supported)
 		printf("%s: WARNING: FPU type not supported by kernel\n",
-		       self->dv_xname);
+		       device_xname(self));
 }
 
 static label_t undef_jmp;

Reply via email to