summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-06-08 17:14:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-06-08 17:14:44 +0000
commit531a90237a864d25da160a04a2ddbad77253d712 (patch)
treeacf2c25af9e9b3ff132b769a4d0cd25d12b246a5
parent5618d203827d4226bc81b870a82913c39067f96a (diff)
am7990 is a chip
-rw-r--r--sys/dev/ic/am7990.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/am7990.c b/sys/dev/ic/am7990.c
index d8e0df36fb5..8142a0a888e 100644
--- a/sys/dev/ic/am7990.c
+++ b/sys/dev/ic/am7990.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: am7990.c,v 1.11 1998/03/09 09:33:04 deraadt Exp $ */
+/* $OpenBSD: am7990.c,v 1.12 1998/06/08 17:14:43 deraadt Exp $ */
/* $NetBSD: am7990.c,v 1.22 1996/10/13 01:37:19 christos Exp $ */
/*-
@@ -344,7 +344,7 @@ am7990_init(sc)
ifp->if_timer = 0;
am7990_start(ifp);
} else
- printf("%s: card failed to initialize\n", sc->sc_dev.dv_xname);
+ printf("%s: controller failed to initialize\n", sc->sc_dev.dv_xname);
if (sc->sc_hwinit)
(*sc->sc_hwinit)(sc);
}