cvs commit: src/sys/sparc64/sbus dma_sbus.c

Marius Strobl marius at FreeBSD.org
Sat Jan 20 14:06:02 UTC 2007


marius      2007-01-20 14:06:01 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/sbus     dma_sbus.c 
  Log:
  - Use bus_get_dma_tag() to obtain the parent DMA tag so dma(4) will
    work when we start requiring this.
  - Don't specify an alignment when creating our own parent DMA tag;
    the supported DMA engines require no alignment constraint (f.e. the
    LANCE child does though) and it's no inherited by the child DMA
    tags anyway (which probably is a bug though).
  - Fix whitespace nits.
  
  Revision  Changes    Path
  1.5       +6 -6      src/sys/sparc64/sbus/dma_sbus.c


More information about the cvs-all mailing list