From owner-cvs-all Sun May 23 20: 8:50 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 89F0F151AE; Sun, 23 May 1999 20:08:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA27398; Sun, 23 May 1999 20:08:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905240308.UAA27398@freefall.freebsd.org> From: Peter Wemm Date: Sun, 23 May 1999 20:08:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/eisa eisaconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/23 20:08:48 PDT Modified files: sys/i386/eisa eisaconf.c Log: Fix a [start,end] vs [start,count] botch that corrupted the resource manager and prevented IOPort allocation beyond the first EISA slot from working. subr_rman.c should have trapped this on the way into the system rather than tripping over the wreckage. Head banged into wall repeatedly by: "Matthew N. Dodd" Revision Changes Path 1.45 +3 -3 src/sys/i386/eisa/eisaconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message