artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd2a702
)
if interrupt mapping fails, say so
author
jakemsr
<jakemsr@openbsd.org>
Tue, 3 Aug 2010 22:58:58 +0000
(22:58 +0000)
committer
jakemsr
<jakemsr@openbsd.org>
Tue, 3 Aug 2010 22:58:58 +0000
(22:58 +0000)
ok deraadt
sys/dev/pci/auich.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/auich.c
b/sys/dev/pci/auich.c
index
abbc953
..
dedaedb
100644
(file)
--- a/
sys/dev/pci/auich.c
+++ b/
sys/dev/pci/auich.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: auich.c,v 1.8
3 2010/07/15 03:43:11
jakemsr Exp $ */
+/* $OpenBSD: auich.c,v 1.8
4 2010/08/03 22:58:58
jakemsr Exp $ */
/*
* Copyright (c) 2000,2001 Michael Shalayeff
@@
-433,6
+433,7
@@
auich_attach(parent, self, aux)
sc->dmat = pa->pa_dmat;
if (pci_intr_map(pa, &ih)) {
+ printf(": can't map interrupt\n");
bus_space_unmap(sc->iot, sc->aud_ioh, aud_size);
bus_space_unmap(sc->iot_mix, sc->mix_ioh, mix_size);
return;