cvs commit: src/sys/dev/ida ida.c ida_pci.c idavar.h

Matthew N. Dodd mdodd at FreeBSD.org
Sun Feb 27 20:55:47 GMT 2005


mdodd       2005-02-27 20:55:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/ida          ida.c ida_pci.c idavar.h 
  Log:
  MFC
  
  - Reformat arguments bus_dma_tag_create().
  - Modify ida_v3_done() to treat FIFO status of -1 as FIFO empty (0).
    This is what ida_v4_done() does and seems to be necessary with some
    firmware versions on v3 devices.
  - Add a callout to dump card status on command queue timeouts.
  
  Revision  Changes    Path
  1.36.2.1  +73 -15    src/sys/dev/ida/ida.c
  1.29.2.1  +22 -7     src/sys/dev/ida/ida_pci.c
  1.15.2.1  +4 -0      src/sys/dev/ida/idavar.h


More information about the cvs-all mailing list