OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Jason Wright (jasoncvs.openbsd.org)
Date: Tue May 15 2001 - 09:57:29 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: jasoncvs.openbsd.org 2001/05/15 08:57:29

    Modified files:
            sys/dev/pci : if_txp.c if_txpreg.h

    Log message:
    - correct some bus_dmamap_sync() usage
    - redo dma_alloc(), dma_free() a bit (I had them right to begin with)
    - add an alignment shim on rx buffers on strict alignment arch's (this is
    hideous, but hopefully temporary)
    Upshot: works on alpha now