Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2002 12:19:38 -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-cbus.c ata-disk.c ata-dma.c ata-isa.c ata-pci.c atapi-fd.c
Message-ID:  <200212032019.gB3KJcdf074276@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         2002/12/03 12:19:38 PST

  Modified files:
    sys/dev/ata          ata-all.c ata-all.h ata-disk.c ata-dma.c 
                         ata-isa.c ata-pci.c atapi-fd.c 
  Added files:
    sys/dev/ata          ata-cbus.c 
  Log:
  Add support for the PC98 platform to the ATA driver.
  This mostly consists of functionality to serialize accesses to
  the two ATA channels (which can also be used to "fix" certain
  PCI based controllers).
  Add support for Acard controllers.
  Enable the ATA driver in PC98 GENERIC, and add device hints.
  Update man page with latest support.
  
  The PC98 core team has kindly provided me with a PC98
  machine that made this all possible, thanks to all that
  contributed to that effort, without that this would
  probably newer have been possible..
  
  Approved by: re@
  
  Revision  Changes    Path
  1.160     +53 -17    src/sys/dev/ata/ata-all.c
  1.55      +18 -10    src/sys/dev/ata/ata-all.h
  1.1       +263 -0    src/sys/dev/ata/ata-cbus.c (new)
  1.137     +8 -0      src/sys/dev/ata/ata-disk.c
  1.106     +142 -0    src/sys/dev/ata/ata-dma.c
  1.10      +14 -1     src/sys/dev/ata/ata-isa.c
  1.51      +92 -14    src/sys/dev/ata/ata-pci.c
  1.79      +4 -0      src/sys/dev/ata/atapi-fd.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?200212032019.gB3KJcdf074276>