Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/mca fix argument for bitmask_snprintf() (styli...
details: https://anonhg.NetBSD.org/src/rev/7cd2318c981a
branches: trunk
changeset: 508916:7cd2318c981a
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sun Apr 22 11:51:45 2001 +0000
description:
fix argument for bitmask_snprintf() (stylistic only, code is commented out anyway)
diffstat:
sys/arch/i386/mca/mca_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r e088499d280b -r 7cd2318c981a sys/arch/i386/mca/mca_machdep.c
--- a/sys/arch/i386/mca/mca_machdep.c Sun Apr 22 11:32:49 2001 +0000
+++ b/sys/arch/i386/mca/mca_machdep.c Sun Apr 22 11:51:45 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mca_machdep.c,v 1.4 2000/08/13 10:38:38 jdolecek Exp $ */
+/* $NetBSD: mca_machdep.c,v 1.5 2001/04/22 11:51:45 jdolecek Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -269,8 +269,8 @@
"\04WAITEV"
"\05KBDINT"
"\06RTC"
- "\07IC2",
- "\08DMA3\n",
+ "\07IC2"
+ "\010DMA3\n",
buf, sizeof(buf));
printf("BIOS SDT: features 0x%s\n", buf);
#endif
Home |
Main Index |
Thread Index |
Old Index