cvs commit: src/sys/pci ncr.c

Alan Cox alc at FreeBSD.org
Mon Jan 12 23:45:11 PST 2004


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


More information about the cvs-all mailing list