summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-24 06:48:27 +0000
committerpeter <peter@FreeBSD.org>1999-04-24 06:48:27 +0000
commit30825c6cf7f96c629b65d95899652ff73d5f8b51 (patch)
tree0276901fc3f5d50e35938123ca98063ebc05fba9 /sys/isa
parent8d543f80958601dcdd3fe8749358c018c515aea2 (diff)
downloadFreeBSD-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/isa')
-rw-r--r--sys/isa/bt_isa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/isa/bt_isa.c b/sys/isa/bt_isa.c
index f9105ea..f2150a7 100644
--- a/sys/isa/bt_isa.c
+++ b/sys/isa/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);
OpenPOWER on IntegriCloud