sos         2006-09-02 17:01:33 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/ata          ata-all.c ata-all.h ata-chipset.c 
                         ata-lowlevel.c ata-pci.h ata-queue.c 
                         ata-raid.c atapi-cd.c 
  Log:
  MFC: Sync with -current.
  
  Dont poll for ATA_IDLE on a detached channel in suspend.
  Add support for the Serverworks HT1000 chip.
  Finally fix support for the newer MCP51/MCP55 nVidia chipsets.
  Add support for the ICH8 and ESB2 chips, also add a few other missing ICH7 
partsUpdate JMicron support to also work with chips where the PATA and SATA
  parts are on individual PCI functions.
  Add support for VIA 8237A.
  Add support for AHCI on the VIA VT8251.
  Dont call free on non-alloc'd items.
  
  Revision    Changes    Path
  1.252.2.10  +2 -2      src/sys/dev/ata/ata-all.c
  1.103.2.9   +2 -0      src/sys/dev/ata/ata-all.h
  1.126.2.13  +312 -158  src/sys/dev/ata/ata-chipset.c
  1.69.2.4    +1 -1      src/sys/dev/ata/ata-lowlevel.c
  1.49.2.9    +37 -17    src/sys/dev/ata/ata-pci.h
  1.50.2.6    +3 -1      src/sys/dev/ata/ata-queue.c
  1.98.2.9    +4 -1      src/sys/dev/ata/ata-raid.c
  1.179.2.7   +4 -2      src/sys/dev/ata/atapi-cd.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to