Date: Sun, 29 Aug 1999 02:04:00 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> 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 Message-ID: <199908290904.CAA22445@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908290904.CAA22445>