summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/pciprobe.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1999-08-25 00:54:20 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1999-08-25 00:54:20 +0000
commit79c093d4cfc66c062513625d0ecda5e4d56f4707 (patch)
tree8fef19f48e7ca74c0631d10c3e0bae6ab7fdf2c5 /sys/arch/i386/stand/libsa/pciprobe.c
parent1c8832cd15a434f03fb1afa10d86c968b50da9b5 (diff)
give better support to the bios memory maps.
provide memory maps editing through the machine memory command. rearrange probing in machdep, so it provides less output, also giving a shot for apm to fix the memory maps. changes to kernel are minimal, only that is required due to the api version bits addition and such cosmetic changes. tested on all critical kernel,boot combinations; niklas@ ok
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