From owner-cvs-all Sun Apr 18 12:10:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 826B714D98; Sun, 18 Apr 1999 12:10:53 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA39572; Sun, 18 Apr 1999 12:08:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199904181908.MAA39572@freefall.freebsd.org> From: Peter Wemm Date: Sun, 18 Apr 1999 12:08:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa bt_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/04/18 12:08:29 PDT Modified files: sys/i386/isa bt_isa.c Log: Make the bt isa driver work.. - fix cut/paste problem. :-) - don't forget to call isa_dmacascade() - reset the port after we release resources. That last one is a trap to watch out for.. The isa bus driver uses the same port/irq/mem/etc variables for the initial probe hints as it does for allocation/deallocation tracking. Releasing a resource clears the variable and then you loose the hint during attach.. (ouch!) Revision Changes Path 1.9 +11 -5 src/sys/i386/isa/bt_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message