summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2015-02-10 20:34:19 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2015-02-10 20:34:19 +0000
commitf307f5e7dffd97f8a0ba36217fdabd052c3fefc9 (patch)
tree802622eed1c86ca84515673a34d416eb5d0e7892 /sys/dev/pci
parentb24407666a199217f550d2f3b7368161fae39457 (diff)
Sync iwm(4)'s fatal firmware error message with the one used by iwn(4).
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_iwm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_iwm.c b/sys/dev/pci/if_iwm.c
index eef989cddfd..7b13bc7425e 100644
--- a/sys/dev/pci/if_iwm.c
+++ b/sys/dev/pci/if_iwm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iwm.c,v 1.9 2015/02/09 03:51:59 guenther Exp $ */
+/* $OpenBSD: if_iwm.c,v 1.10 2015/02/10 20:34:18 stsp Exp $ */
/*
* Copyright (c) 2014 genua mbh <info@genua.de>
@@ -6240,7 +6240,7 @@ iwm_intr(void *arg)
DPRINTF((" 802.11 state %d\n", sc->sc_ic.ic_state));
#endif
- printf("%s: firmware error, stopping device\n", DEVNAME(sc));
+ printf("%s: fatal firmware error\n", DEVNAME(sc));
ifp->if_flags &= ~IFF_UP;
iwm_stop(ifp, 1);
rv = 1;