Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Mar 2000 08:52:28 -0800 (PST)
From:      Søren Schmidt <sos@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ata ata-all.h ata-disk.c ata-disk.h ata-dma.c atapi-all.c atapi-all.h atapi-cd.c atapi-fd.c atapi-tape.c
Message-ID:  <200003051652.IAA78048@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         2000/03/05 08:52:28 PST

  Modified files:
    sys/dev/ata          ata-all.h ata-disk.c ata-disk.h ata-dma.c 
                         atapi-all.c atapi-all.h atapi-cd.c 
                         atapi-fd.c atapi-tape.c 
  Log:
  Fix the CD driver so that the last blocks can be read even if
  a blocksize != 2k is used.
  Update the timeout code to try fallback to PIO if problems
  arise in DMA mode.
  
  Revision  Changes    Path
  1.26      +3 -3      src/sys/dev/ata/ata-all.h
  1.59      +24 -24    src/sys/dev/ata/ata-disk.c
  1.22      +5 -5      src/sys/dev/ata/ata-disk.h
  1.35      +6 -2      src/sys/dev/ata/ata-dma.c
  1.46      +34 -20    src/sys/dev/ata/atapi-all.c
  1.22      +6 -5      src/sys/dev/ata/atapi-all.h
  1.47      +23 -14    src/sys/dev/ata/atapi-cd.c
  1.43      +5 -5      src/sys/dev/ata/atapi-fd.c
  1.35      +6 -6      src/sys/dev/ata/atapi-tape.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003051652.IAA78048>