alc 2004/01/12 23:45:10 PST FreeBSD src repository Modified files: sys/pci ncr.c Log: Replace calls to vm_page_alloc_contig() by calls to contigmalloc(). vm_page_alloc_contig() will be removed after the three remaining drivers that use it are also converted to contigmalloc(). Revision Changes Path 1.179 +6 -7 src/sys/pci/ncr.c