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

Xin LI delphij at FreeBSD.org
Fri Nov 9 01:58:09 PST 2007


delphij     2007-11-09 09:58:08 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/ata          ata-all.c ata-all.h ata-chipset.c 
                         ata-pci.c ata-pci.h atapi-cd.c atapi-cd.h 
  Log:
  MFC: Sync the -HEAD state of ata(4) back to RELENG_6, except interrupt filtering,
  CAM MPSAFE, BIO_FLUSH and alpha support removal, which are not suitable for
  RELENG_6.
  
  This makes RELENG_6 to support the same set of ATA devices as RELENG_7 and -CURRENT
  did.
  
  Reviewed by:    sos
  
  Revision    Changes    Path
  1.252.2.12  +2 -4      src/sys/dev/ata/ata-all.c
  1.103.2.12  +25 -1     src/sys/dev/ata/ata-all.h
  1.126.2.22  +768 -415  src/sys/dev/ata/ata-chipset.c
  1.105.2.6   +15 -11    src/sys/dev/ata/ata-pci.c
  1.49.2.14   +16 -3     src/sys/dev/ata/ata-pci.h
  1.179.2.8   +25 -27    src/sys/dev/ata/atapi-cd.c
  1.44.2.2    +2 -1      src/sys/dev/ata/atapi-cd.h


More information about the cvs-src mailing list