Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci When printing the interrupt string, be like the ...
details: https://anonhg.NetBSD.org/src/rev/5778feb431ff
branches: trunk
changeset: 766487:5778feb431ff
user: matt <matt%NetBSD.org@localhost>
date: Thu Jun 23 17:42:46 2011 +0000
description:
When printing the interrupt string, be like the other driver and do
"alc0: interrupting at msi 1" instead of "alc: msi 1".
diffstat:
sys/dev/pci/if_alc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 7feeb081f910 -r 5778feb431ff sys/dev/pci/if_alc.c
--- a/sys/dev/pci/if_alc.c Thu Jun 23 17:36:59 2011 +0000
+++ b/sys/dev/pci/if_alc.c Thu Jun 23 17:42:46 2011 +0000
@@ -707,7 +707,7 @@
printf("\n");
goto fail;
}
- aprint_normal_dev(self, "%s\n", intrstr);
+ aprint_normal_dev(self, "interrupting at %s\n", intrstr);
/* Set PHY address. */
sc->alc_phyaddr = ALC_PHY_ADDR;
Home |
Main Index |
Thread Index |
Old Index