cvs commit: src/sys/pci if_xl.c

Maxime Henrion mux at FreeBSD.org
Fri Jul 4 04:46:25 PDT 2003


mux         2003/07/04 04:46:23 PDT

  FreeBSD src repository

  Modified files:
    sys/pci              if_xl.c 
  Log:
  - Ensure that the busdma API won't do deferred loads by using the
    BUS_DMA_NOWAIT flag, since the code can't handle this.
  - Use NULL, NULL for the lockfunc and lockfuncarg parameters of
    bus_dma_tag_create() since deferred loads can't happen now.
  
  Revision  Changes    Path
  1.148     +9 -9      src/sys/pci/if_xl.c


More information about the cvs-all mailing list