Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Modify error message to match the current behavior.
details: https://anonhg.NetBSD.org/src/rev/1a35e98fd602
branches: trunk
changeset: 373002:1a35e98fd602
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Jan 12 10:10:10 2023 +0000
description:
Modify error message to match the current behavior.
diffstat:
sys/dev/pci/piixpm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2b4b78bafdeb -r 1a35e98fd602 sys/dev/pci/piixpm.c
--- a/sys/dev/pci/piixpm.c Thu Jan 12 01:19:21 2023 +0000
+++ b/sys/dev/pci/piixpm.c Thu Jan 12 10:10:10 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: piixpm.c,v 1.71 2023/01/10 00:05:53 msaitoh Exp $ */
+/* $NetBSD: piixpm.c,v 1.72 2023/01/12 10:10:10 msaitoh Exp $ */
/* $OpenBSD: piixpm.c,v 1.39 2013/10/01 20:06:02 sf Exp $ */
/*
@@ -22,7 +22,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: piixpm.c,v 1.71 2023/01/10 00:05:53 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: piixpm.c,v 1.72 2023/01/12 10:10:10 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -461,7 +461,7 @@
rv = bus_space_map(sbt, SB800_INDIRECTIO_BASE,
SB800_INDIRECTIO_SIZE, 0, &sbh);
if (rv != 0) {
- device_printf(sc->sc_dev, "couldn't map indirect I/O space\n");
+ device_printf(sc->sc_dev, "couldn't map indirect space\n");
return EBUSY;
}
sc->sc_sb800_bh = sbh;
Home |
Main Index |
Thread Index |
Old Index