diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 1999-06-28 22:35:25 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 1999-06-28 22:35:25 +0000 |
commit | 708cc0ef29c46ab26bc8424299cf991bfa93b019 (patch) | |
tree | df964787b68c8c3accacf7d2623279532abd44c9 /sys/dev | |
parent | 9242a39f595334da191d1ac67605a30acac568dd (diff) |
typo; failed with WDDEBUG set
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/isa/wdc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/wdc.c b/sys/dev/isa/wdc.c index 06b50d7c0e9..6ec61f5c157 100644 --- a/sys/dev/isa/wdc.c +++ b/sys/dev/isa/wdc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wdc.c,v 1.36 1999/01/11 01:57:52 millert Exp $ */ +/* $OpenBSD: wdc.c,v 1.37 1999/06/28 22:35:24 ho Exp $ */ /* $NetBSD: wd.c,v 1.150 1996/05/12 23:54:03 mycroft Exp $ */ /* @@ -1874,7 +1874,7 @@ wdc_exec_xfer(d_link, xfer) s = splbio(); /* insert at the end of command list */ - TAILQ_INSERT_TAIL(&wdc->sc_xfer,xfer , c_xferchain) + TAILQ_INSERT_TAIL(&wdc->sc_xfer,xfer , c_xferchain); WDDEBUG_PRINT(("wdcstart from wdc_exec_xfer, flags %d\n", wdc->sc_flags)); wdcstart(wdc); |