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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to