From owner-cvs-all Sun Aug 29 2: 4: 3 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 DE0C314FD5; Sun, 29 Aug 1999 02:04:00 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA22445; Sun, 29 Aug 1999 02:04:00 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199908290904.CAA22445@freefall.freebsd.org> From: Bruce Evans Date: Sun, 29 Aug 1999 02:04:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci brooktree848.c if_rl.c if_sf.c if_sk.c if_ste.c if_ti.c meteor.c ncr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/08/29 02:04:00 PDT Modified files: sys/pci brooktree848.c if_rl.c if_sf.c if_sk.c if_ste.c if_ti.c meteor.c ncr.c Log: Don't restrict our requests for contiguous memory to addresses >= 1MB. This fixes, at least, panics in ncr_attach() on i386's with about 5MB of memory. The restriction was a hack to leave some low memory for ISA DMA, but on i386's we now allocate pages from the top down, so all the restriction did was cause our allocations to fail when there is no free memory above 1MB. Revision Changes Path 1.92 +5 -7 src/sys/pci/brooktree848.c 1.24 +3 -3 src/sys/pci/if_rl.c 1.4 +3 -3 src/sys/pci/if_sf.c 1.11 +4 -4 src/sys/pci/if_sk.c 1.4 +3 -3 src/sys/pci/if_ste.c 1.17 +4 -4 src/sys/pci/if_ti.c 1.48 +3 -4 src/sys/pci/meteor.c 1.152 +4 -4 src/sys/pci/ncr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message