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

Søren Schmidt sos at FreeBSD.org
Fri Apr 8 02:37:48 PDT 2005


sos         2005-04-08 09:37:48 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ata          ata-all.c ata-all.h ata-chipset.c 
                         ata-lowlevel.c ata-pci.c ata-pci.h 
  Log:
  Generalise the SATA PHY handling code so it wont be duplicated for
  each SATA chip.
  Promise and Silicon Image are the current candidates for this.
  
  Revision  Changes    Path
  1.239     +2 -2      src/sys/dev/ata/ata-all.c
  1.90      +92 -37    src/sys/dev/ata/ata-all.h
  1.104     +128 -134  src/sys/dev/ata/ata-chipset.c
  1.59      +7 -12     src/sys/dev/ata/ata-lowlevel.c
  1.96      +10 -2     src/sys/dev/ata/ata-pci.c
  1.41      +2 -1      src/sys/dev/ata/ata-pci.h


More information about the cvs-all mailing list