Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jan 2000 18:04:20 -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-dma.c atapi-all.c atapi-cd.c
Message-ID:  <200001170204.SAA23470@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         2000/01/16 18:04:20 PST

  Modified files:
    sys/dev/ata          ata-all.c ata-all.h ata-disk.c ata-dma.c 
                         atapi-all.c atapi-cd.c 
  Log:
  Add support for the Intel 810 chipset (ICH type of chips)
  
  Prober support for the VIA 82C686, I finally got the right datasheet.
  
  Get rid of atapi_wait, merge it into ata_wait.
  
  Avoid a couple of races by using asleep instead of tsleep.
  
  Always use 16bit transfers on ISA systems.
  
  Clear up the atapi_read/write functions.
  
  Revision  Changes    Path
  1.40      +53 -21    src/sys/dev/ata/ata-all.c
  1.18      +2 -1      src/sys/dev/ata/ata-all.h
  1.50      +19 -19    src/sys/dev/ata/ata-disk.c
  1.26      +48 -16    src/sys/dev/ata/ata-dma.c
  1.34      +36 -71    src/sys/dev/ata/atapi-all.c
  1.34      +5 -2      src/sys/dev/ata/atapi-cd.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?200001170204.SAA23470>