From owner-cvs-all Mon Apr 19 13:34:23 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 433E015051; Mon, 19 Apr 1999 13:34:21 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA17829; Mon, 19 Apr 1999 13:31:55 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199904192031.NAA17829@freefall.freebsd.org> From: Peter Wemm Date: Mon, 19 Apr 1999 13:31:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_compat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/04/19 13:31:55 PDT Modified files: sys/i386/isa isa_compat.c Log: Always reset the isa hints after releasing the resources after probe, because the act of doing the release kills the hints(!). A quirk of the wrapper caused it to reset all the settings, except perhaps for the memory address. I've tested this with a real SMC 8013EPC - which uses shared memory addresses - it seems to work OK. Revision Changes Path 1.5 +16 -16 src/sys/i386/isa/isa_compat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message