diff options
author | peter <peter@FreeBSD.org> | 1999-04-24 06:48:27 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-04-24 06:48:27 +0000 |
commit | 30825c6cf7f96c629b65d95899652ff73d5f8b51 (patch) | |
tree | 0276901fc3f5d50e35938123ca98063ebc05fba9 /sys/dev/buslogic | |
parent | 8d543f80958601dcdd3fe8749358c018c515aea2 (diff) | |
download | FreeBSD-src-30825c6cf7f96c629b65d95899652ff73d5f8b51.zip FreeBSD-src-30825c6cf7f96c629b65d95899652ff73d5f8b51.tar.gz |
Revert part of 1.9; we don't need to reset the port after release now that
the isa bus doesn't clear the hints at that point.
Diffstat (limited to 'sys/dev/buslogic')
-rw-r--r-- | sys/dev/buslogic/bt_isa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/buslogic/bt_isa.c b/sys/dev/buslogic/bt_isa.c index f9105ea..f2150a7 100644 --- a/sys/dev/buslogic/bt_isa.c +++ b/sys/dev/buslogic/bt_isa.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bt_isa.c,v 1.8 1999/04/18 15:50:35 peter Exp $ + * $Id: bt_isa.c,v 1.9 1999/04/18 19:08:28 peter Exp $ */ #include <sys/param.h> @@ -169,7 +169,6 @@ bt_isa_probe(device_t dev) bt_isa_release_resources(dev); - isa_set_port(dev, ioport); isa_set_drq(dev, info.drq); isa_set_irq(dev, info.irq); |