From owner-cvs-all Sat Sep 25 10:29: 6 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 5CAD714CEC; Sat, 25 Sep 1999 10:29:04 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA02088; Sat, 25 Sep 1999 10:29:03 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199909251729.KAA02088@freefall.freebsd.org> From: Bill Paul Date: Sat, 25 Sep 1999 10:29:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_al.c if_dm.c if_rl.c if_sf.c if_sis.c if_tl.c if_vr.c if_wb.c if_xl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/09/25 10:29:03 PDT Modified files: sys/pci if_al.c if_dm.c if_rl.c if_sf.c if_sis.c if_tl.c if_vr.c if_wb.c if_xl.c Log: Change contigmalloc() lower memory bound from 1MB to 0 to improve chances of allocations succeeding on systems with small amounts of RAM. Pointed out by: bde Revision Changes Path 1.14 +3 -3 src/sys/pci/if_al.c 1.15 +3 -3 src/sys/pci/if_dm.c 1.34 +3 -3 src/sys/pci/if_rl.c 1.15 +3 -3 src/sys/pci/if_sf.c 1.13 +3 -3 src/sys/pci/if_sis.c 1.50 +3 -3 src/sys/pci/if_tl.c 1.26 +3 -3 src/sys/pci/if_vr.c 1.26 +3 -3 src/sys/pci/if_wb.c 1.67 +3 -3 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message