summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2001-10-24 23:23:45 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2001-10-24 23:23:45 +0000
commit57642270f59617d3e464470725019a2758368621 (patch)
tree27e8b22857527cf5676937d236afd630a9020ef4 /sys/dev
parentfeff6d01d2918412129b1e9975df2f3caaee02b0 (diff)
Print intrstr, not dv_xname. mickey@ ok.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/emuxki.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/emuxki.c b/sys/dev/pci/emuxki.c
index 6e97d702c64..9229cf57594 100644
--- a/sys/dev/pci/emuxki.c
+++ b/sys/dev/pci/emuxki.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: emuxki.c,v 1.2 2001/10/24 15:09:28 brad Exp $ */
+/* $OpenBSD: emuxki.c,v 1.3 2001/10/24 23:23:44 ho Exp $ */
/* $NetBSD: emuxki.c,v 1.1 2001/10/17 18:39:41 jdolecek Exp $ */
/*-
@@ -437,7 +437,7 @@ emuxki_attach(struct device *parent, struct device *self, void *aux)
bus_space_unmap(sc->sc_iot, sc->sc_ioh, sc->sc_ios);
return;
}
- printf(": %s\n", sc->sc_dev.dv_xname, intrstr);
+ printf(": %s\n", intrstr);
if (emuxki_scinit(sc) || emuxki_ac97_init(sc) ||
(sc->sc_audev = audio_attach_mi(&emuxki_hw_if, sc, self)) == NULL)