summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/pciprobe.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/stand/libsa/pciprobe.c')
-rw-r--r--sys/arch/i386/stand/libsa/pciprobe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/pciprobe.c b/sys/arch/i386/stand/libsa/pciprobe.c
index bef46384944..3a586f88399 100644
--- a/sys/arch/i386/stand/libsa/pciprobe.c
+++ b/sys/arch/i386/stand/libsa/pciprobe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciprobe.c,v 1.2 1999/01/31 14:56:01 espie Exp $ */
+/* $OpenBSD: pciprobe.c,v 1.3 1999/08/25 00:54:19 mickey Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -60,7 +60,7 @@ pciprobe()
printf(" pci");
#ifdef DEBUG
- printf("[ver %d.%d, %x 0x%x %d]", (rev>>8)&0xFF, (rev&0xFF),
+ printf("[V%d.%d, %x 0x%x %d]", (rev>>8)&0xFF, (rev&0xFF),
hw_chars, entry32, (rc>>8)&0xFF);
#endif