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

Søren Schmidt sos at FreeBSD.org
Sun Nov 18 06:44:53 PST 2007


sos         2007-11-18 14:44:53 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ata          ata-all.h ata-chipset.c ata-pci.c 
                         ata-pci.h 
  Log:
  Add generic support for chipsets that say they support AHCI.  This should catch new chipsets that we dont know but that we should support.
  Add a few new PCI id's.
  Misc cleanups.
  
  Revision  Changes    Path
  1.125     +1 -1      src/sys/dev/ata/ata-all.h
  1.204     +108 -124  src/sys/dev/ata/ata-chipset.c
  1.123     +37 -2     src/sys/dev/ata/ata-pci.c
  1.82      +10 -2     src/sys/dev/ata/ata-pci.h


More information about the cvs-src mailing list