Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 1999 13:10:30 -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 atapi-fd.c atapi-fd.h ata-all.c ata-all.h ata-disk.c ata-disk.h atapi-all.c atapi-all.h atapi-cd.c atapi-cd.h atapi-tape.c atapi-tape.h
Message-ID:  <199903032110.NAA83880@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         1999/03/03 13:10:30 PST

  Modified files:
    sys/dev/ata          ata-all.c ata-all.h ata-disk.c ata-disk.h 
                         atapi-all.c atapi-all.h atapi-cd.c 
                         atapi-cd.h atapi-tape.c atapi-tape.h 
  Added files:
    sys/dev/ata          atapi-fd.c atapi-fd.h 
  Log:
  Added driver to support ATAPI floppies ie LS-120 & ZIP drives.
  
  Added "options ATA_STATIC_ID" that wires ATA disks like the old wd driver.
  
  Fixed problems:
  
  	Dont use more sectors/intr than the drive supports.
  	Fix announce of > 8.4G disks.
  	Dont call ad_interrupt/ad_transfer when no disks config'd.
  	Use the right page# for CDR write mode params.
  	Fix breakage when no PCI support in kernel.
  	Implement DEVFS stuff.
  
  General code clenaup.
  
  Revision  Changes    Path
  1.2       +51 -48    src/sys/dev/ata/ata-all.c
  1.2       +2 -9      src/sys/dev/ata/ata-all.h
  1.2       +43 -25    src/sys/dev/ata/ata-disk.c
  1.2       +8 -6      src/sys/dev/ata/ata-disk.h
  1.2       +5 -5      src/sys/dev/ata/atapi-all.c
  1.2       +8 -8      src/sys/dev/ata/atapi-all.h
  1.2       +184 -182  src/sys/dev/ata/atapi-cd.c
  1.2       +127 -139  src/sys/dev/ata/atapi-cd.h
  1.2       +122 -128  src/sys/dev/ata/atapi-tape.c
  1.2       +85 -62    src/sys/dev/ata/atapi-tape.h


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?199903032110.NAA83880>