summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/wd.c')
-rw-r--r--sys/i386/isa/wd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/isa/wd.c b/sys/i386/isa/wd.c
index 6a5f730..5c17abf 100644
--- a/sys/i386/isa/wd.c
+++ b/sys/i386/isa/wd.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
- * $Id: wd.c,v 1.176 1998/09/15 08:15:30 gibbs Exp $
+ * $Id: wd.c,v 1.177 1998/10/13 08:24:39 dg Exp $
*/
/* TODO:
@@ -422,6 +422,8 @@ wdattach(struct isa_device *dvp)
struct disk *du;
struct wdparams *wp;
+ dvp->id_ointr = wdintr;
+
if (dvp->id_unit >= NWDC)
return (0);
OpenPOWER on IntegriCloud