Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2001 04:35:48 -0700 (PDT)
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 ata-dma.c ata-pci.c atapi-all.c atapi-all.h atapi-cd.c atapi-tape.c
Message-ID:  <200108211135.f7LBZmg24950@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         2001/08/21 04:35:48 PDT

  Modified files:
    sys/dev/ata          ata-all.c ata-all.h ata-disk.c ata-dma.c 
                         ata-pci.c atapi-all.c atapi-all.h 
                         atapi-cd.c atapi-tape.c 
  Log:
  Finally commit some of the minor things I've collected over the last month(s):
  
  Add tagged queueing support for new IBM drives.
  
  Add support for Yet Another Promise ATA 100 chip.
  
  Flush disk cache on close.
  
  Dont flush the disk cache on BIO_ORDERED anymore.
  
  Cleanup the tests for DMA on ATAPI devices.
  
  Allow to share ALL irq's even the std irg 14 & 15.
  
  Fix calculation bug in end of media code on CD's.
  
  Add REZERO on opening a CDR/CDRW.
  
  Cleanup ataioctl a bit.
  
  Revision  Changes    Path
  1.117     +11 -14    src/sys/dev/ata/ata-all.c
  1.45      +2 -1      src/sys/dev/ata/ata-all.h
  1.109     +28 -5     src/sys/dev/ata/ata-disk.c
  1.66      +22 -24    src/sys/dev/ata/ata-dma.c
  1.7       +7 -5      src/sys/dev/ata/ata-pci.c
  1.78      +2 -2      src/sys/dev/ata/atapi-all.c
  1.39      +2 -2      src/sys/dev/ata/atapi-all.h
  1.96      +9 -4      src/sys/dev/ata/atapi-cd.c
  1.58      +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?200108211135.f7LBZmg24950>