cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h

Søren Schmidt sos at FreeBSD.org
Wed Jul 2 03:50:46 PDT 2003


sos         2003/07/02 03:50:44 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/ata          ata-chipset.c ata-pci.c ata-pci.h 
  Log:
  Update the SATA support code to work more correctly with
  real SATA disks now that I can test it.
  
  Add support for the SiI 3112 SATA chip using memory mapped I/O.
  Update the support for the SiI 0680 to use the memio interface as well.
  
  Sponsored by:   David Leimbach <leimy2k at mac.com> (3112 based controller)
  Sponsored by:   FreeBSD Systems (www.FreeBSDsystems.com) (SATA disks)
  
  Revision  Changes    Path
  1.32      +114 -46   src/sys/dev/ata/ata-chipset.c
  1.63      +3 -8      src/sys/dev/ata/ata-pci.c
  1.12      +4 -3      src/sys/dev/ata/ata-pci.h


More information about the cvs-src mailing list