Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jan 2000 02:27:03 -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 ata-disk.h ata-dma.c atapi-all.c atapi-all.h atapi-cd.c atapi-cd.h atapi-fd.c atapi-fd.h atapi-tape.c atapi-tape.h
Message-ID:  <200001031027.CAA21791@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         2000/01/03 02:27:03 PST

  Modified files:
    sys/dev/ata          ata-all.c ata-all.h ata-disk.c ata-disk.h 
                         ata-dma.c atapi-all.c atapi-all.h 
                         atapi-cd.c atapi-cd.h atapi-fd.c 
                         atapi-fd.h atapi-tape.c atapi-tape.h 
  Log:
  Add support for VIA 82C596 controller
  
  Better shared irq handeling for Promise & HPT366 controllers
  
  Setup prober PIO mode timings on Promise & HPT366 controllers
  
  Update Copyright headers to be Y2K compliant :)
  
  Revision  Changes    Path
  1.38      +84 -39    src/sys/dev/ata/ata-all.c
  1.17      +12 -13    src/sys/dev/ata/ata-all.h
  1.48      +3 -2      src/sys/dev/ata/ata-disk.c
  1.18      +2 -2      src/sys/dev/ata/ata-disk.h
  1.25      +121 -82   src/sys/dev/ata/ata-dma.c
  1.29      +2 -2      src/sys/dev/ata/atapi-all.c
  1.17      +2 -2      src/sys/dev/ata/atapi-all.h
  1.31      +2 -2      src/sys/dev/ata/atapi-cd.c
  1.9       +2 -2      src/sys/dev/ata/atapi-cd.h
  1.30      +2 -2      src/sys/dev/ata/atapi-fd.c
  1.7       +2 -2      src/sys/dev/ata/atapi-fd.h
  1.26      +2 -2      src/sys/dev/ata/atapi-tape.c
  1.9       +2 -2      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?200001031027.CAA21791>