diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-28 17:25:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-28 17:25:06 +0000 |
commit | a0a3c954b198cedeed59562a6aa0205b5c2fb012 (patch) | |
tree | f2a5e79db7735cdb481ec735ba8868d07a7e5c8a /sys | |
parent | 0d396767eeba7bb59755131a267cb5c1f3cb7d1e (diff) |
oops
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/pci/pci_6600.c | 4 |
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 0bb50fe4afd..aad8df90c2d 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.11 2004/06/28 02:28:43 aaron Exp $ */ +/* $OpenBSD: pci_6600.c,v 1.12 2004/06/28 17:25:05 deraadt Exp $ */ /* $NetBSD: pci_6600.c,v 1.5 2000/06/06 00:50:15 thorpej Exp $ */ /*- @@ -187,7 +187,7 @@ dec_6600_intr_string(acv, ih) pci_intr_handle_t ih; { - static const char irqfmt[] = "%lddec6600"; + static const char irqfmt[] = "dec 6600 irq %ld"; static char irqstr[sizeof irqfmt]; #if NSIO |