summaryrefslogtreecommitdiff
path: root/sys/dev/isa/wdc_isapnp.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-21 03:52:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-21 03:52:55 +0000
commit3c077118c620d5616657a35be79acc246e6d5319 (patch)
tree769d8ccc10bd3c63cd3ffc9e94f679f44a9cb57e /sys/dev/isa/wdc_isapnp.c
parentaa239e1eae920eaaa499ce5455bb7886dc42c002 (diff)
support ATAPI; csapuntz
Diffstat (limited to 'sys/dev/isa/wdc_isapnp.c')
-rw-r--r--sys/dev/isa/wdc_isapnp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/isa/wdc_isapnp.c b/sys/dev/isa/wdc_isapnp.c
index 2663224fa30..119d457374a 100644
--- a/sys/dev/isa/wdc_isapnp.c
+++ b/sys/dev/isa/wdc_isapnp.c
@@ -150,6 +150,7 @@ wdc_isapnp_attach(parent, self, aux)
printf("\n");
wdcattach(&sc->wdc_channel);
+ wdc_final_attach(&sc->wdc_channel);
}
#ifdef notyet