diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-01-18 18:58:41 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-01-18 18:58:41 +0000 |
commit | 8f776238c77d14d76996c21a2ef931dd46d07c52 (patch) | |
tree | f33eb22f4023010d5568ea476e62338d31d1b4b9 /sys/dev/isa/bt.c | |
parent | e48ef09d84ca7e1fb62143e3ee21e13dab2730ed (diff) |
move to current OpenBSD isadma API
Diffstat (limited to 'sys/dev/isa/bt.c')
-rw-r--r-- | sys/dev/isa/bt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/bt.c b/sys/dev/isa/bt.c index 2c114315713..308ea2bf29e 100644 --- a/sys/dev/isa/bt.c +++ b/sys/dev/isa/bt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bt.c,v 1.21 1997/01/22 22:47:50 deraadt Exp $ */ +/* $OpenBSD: bt.c,v 1.22 1998/01/18 18:58:40 niklas Exp $ */ /* $NetBSD: bt.c,v 1.10 1996/05/12 23:51:54 mycroft Exp $ */ #undef BTDIAG @@ -358,7 +358,7 @@ btattach(parent, self, aux) sc->sc_iobase = ia->ia_iobase; if (sc->sc_drq != DRQUNK) - isa_dmacascade(sc->sc_drq); + isadma_cascade(sc->sc_drq); bt_inquire_setup_information(sc); bt_init(sc); |