diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-03 07:43:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-03 07:43:54 +0000 |
commit | 6e62e22a31d5a65efadaa2b2592a3bd04707450f (patch) | |
tree | 52bd563d87411a2cc1522e59f6700de2cd0cb8c1 | |
parent | 1df7b8d9bdcf36eaa705967cba92d4ec9ba99cc9 (diff) |
change overriding message
-rw-r--r-- | sys/dev/isa/if_we.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/if_we.c b/sys/dev/isa/if_we.c index 68265bd2170..c1a6f2b9552 100644 --- a/sys/dev/isa/if_we.c +++ b/sys/dev/isa/if_we.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_we.c,v 1.7 1998/12/23 07:58:26 aaron Exp $ */ +/* $OpenBSD: if_we.c,v 1.8 2000/04/03 07:43:53 deraadt Exp $ */ /* $NetBSD: if_we.c,v 1.11 1998/07/05 06:49:14 jonathan Exp $ */ /*- @@ -329,7 +329,7 @@ we_probe(parent, match, aux) hwr & ~WE790_HWR_SWH); if (ia->ia_irq != IRQUNK && ia->ia_irq != we_790_irq[i]) - printf("%s%d: overriding IRQ %d to %d\n", + printf("%s%d: changing IRQ %d to %d\n", we_cd.cd_name, cf->cf_unit, ia->ia_irq, we_790_irq[i]); ia->ia_irq = we_790_irq[i]; @@ -340,7 +340,7 @@ we_probe(parent, match, aux) (WE_IRR_IR0 | WE_IRR_IR1)) >> 5); if (ia->ia_irq != IRQUNK && ia->ia_irq != we_584_irq[i]) - printf("%s%d: overriding IRQ %d to %d\n", + printf("%s%d: changing IRQ %d to %d\n", we_cd.cd_name, cf->cf_unit, ia->ia_irq, we_584_irq[i]); ia->ia_irq = we_584_irq[i]; |