CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2011/05/08 13:46:10

Modified files:
        sys/dev/ata    : atascsi.c atascsi.h 
        sys/dev/ic     : sili.c 
        sys/dev/pci    : ahci.c 

Log message:
Move ata_put_xfer() from ata_xfer to atascsi_methods.  It's just silly
to have a non-changing function pointer be part of an object rather
than it's virtual method table.

ok dlg@; tested on ahci(4) by Mattieu Baptiste, jasper@, and Jason
Crawford; no sili(4) testers, but identical changes to ahci(4)

Reply via email to