diff options
Diffstat (limited to 'sys/dev/ic/i82365.c')
-rw-r--r-- | sys/dev/ic/i82365.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/i82365.c b/sys/dev/ic/i82365.c index 5f807b79766..157c5d26523 100644 --- a/sys/dev/ic/i82365.c +++ b/sys/dev/ic/i82365.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i82365.c,v 1.25 2005/11/23 11:39:37 mickey Exp $ */ +/* $OpenBSD: i82365.c,v 1.26 2007/11/25 16:40:04 jmc Exp $ */ /* $NetBSD: i82365.c,v 1.10 1998/06/09 07:36:55 thorpej Exp $ */ /* @@ -717,7 +717,7 @@ pcic_intr_socket(h) if ((statreg & PCIC_IF_STATUS_CARDDETECT_MASK) == PCIC_IF_STATUS_CARDDETECT_PRESENT) { if (h->laststate != PCIC_LASTSTATE_PRESENT) { - DPRINTF(("%s: enqueing INSERTION event\n", + DPRINTF(("%s: enqueuing INSERTION event\n", h->ph_parent->dv_xname)); pcic_queue_event(h, PCIC_EVENT_INSERTION); } @@ -729,7 +729,7 @@ pcic_intr_socket(h) h->ph_parent->dv_xname)); pcic_deactivate_card(h); - DPRINTF(("%s: enqueing REMOVAL event\n", + DPRINTF(("%s: enqueuing REMOVAL event\n", h->ph_parent->dv_xname)); pcic_queue_event(h, PCIC_EVENT_REMOVAL); } |