diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-26 00:11:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-26 00:11:29 +0000 |
commit | b1351b377b7c1951a54750c10f9b4e2fd4e19b09 (patch) | |
tree | 58c2b77d8b84b67b3832581f1282bda6a2f6899c /sys/dev | |
parent | 0b7ef7ab2318c5b7f701fba0bf16cd6629b62d43 (diff) |
nicer message
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/isa/if_ep_isa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/if_ep_isa.c b/sys/dev/isa/if_ep_isa.c index f98101a50d3..6162447f3d5 100644 --- a/sys/dev/isa/if_ep_isa.c +++ b/sys/dev/isa/if_ep_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_isa.c,v 1.10 1997/11/07 08:06:51 niklas Exp $ */ +/* $OpenBSD: if_ep_isa.c,v 1.11 1998/02/26 00:11:28 deraadt Exp $ */ /* $NetBSD: if_ep_isa.c,v 1.5 1996/05/12 23:52:36 mycroft Exp $ */ /* @@ -274,7 +274,7 @@ ep_isa_attach(parent, self, aux) * XXX: Maybe a 3c515, but the check in ep_isa_probe looks * at the moment only for a 3c509. */ - printf(": unknown 3Com Ethernet card: %04x\n", chipset); + printf(": unknown card %04x", chipset); epconfig(sc, EP_CHIPSET_UNKNOWN); } |