summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci/pci_6600.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/pci/pci_6600.c')
-rw-r--r--sys/arch/alpha/pci/pci_6600.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/pci_6600.c b/sys/arch/alpha/pci/pci_6600.c
index 6fd5fd8849a..fc3a4005a54 100644
--- a/sys/arch/alpha/pci/pci_6600.c
+++ b/sys/arch/alpha/pci/pci_6600.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci_6600.c,v 1.15 2006/06/15 20:08:29 brad Exp $ */
+/* $OpenBSD: pci_6600.c,v 1.16 2007/05/02 21:50:14 martin Exp $ */
/* $NetBSD: pci_6600.c,v 1.5 2000/06/06 00:50:15 thorpej Exp $ */
/*-
@@ -344,7 +344,7 @@ dec_6600_pciide_compat_intr_establish(v, dev, pa, chan, func, arg)
irq = PCIIDE_COMPAT_IRQ(chan);
#if NSIO
cookie = sio_intr_establish(NULL /*XXX*/, irq, IST_EDGE, IPL_BIO,
- func, arg, "dec 6600 irq");
+ func, arg, dev->dv_xname);
if (cookie == NULL)
return (NULL);