Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2000 12:14:53 -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.c ata-all.h ata-disk.c atapi-cd.c atapi-fd.c atapi-tape.c
Message-ID:  <200001252014.MAA92322@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         2000/01/25 12:14:53 PST

  Modified files:
    sys/dev/ata          ata-all.c ata-all.h ata-disk.c atapi-cd.c 
                         atapi-fd.c atapi-tape.c 
  Log:
  Retry a bit more agressively on the atapi identify.
  
  Try to support older systems reporting irq0 for the first channels.
  
  Support sharing of the std interrupts (says peter :) )
  
  Dont use READ_CD on normal data reads (2048 bytes), too many old drives
  doesn't support this command even if the std says "shall" :(, but still
  use READ_CD on all other blocksizes.
  
  Add the geometry to the ad probe, its still usefull.
  
  Revision  Changes    Path
  1.44      +45 -25    src/sys/dev/ata/ata-all.c
  1.21      +2 -1      src/sys/dev/ata/ata-all.h
  1.53      +4 -3      src/sys/dev/ata/ata-disk.c
  1.37      +8 -4      src/sys/dev/ata/atapi-cd.c
  1.34      +2 -2      src/sys/dev/ata/atapi-fd.c
  1.29      +2 -2      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?200001252014.MAA92322>