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

Søren Schmidt sos at FreeBSD.org
Wed Apr 30 23:20:51 PDT 2003


sos         2003/04/30 23:20:50 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/ata          ata-chipset.c ata-pci.h 
  Log:
  I'm pleased to announce that Promise is now supporting the FreeBSD
  project by providing documentation (under NDA) and hardware for
  testing. This commit is the first result of the cooperation, and
  adds support for several of their new controllers that we didn't
  support before (and probably newer would have without this arrangement).
  
  Add support for the Promise SATA150 TX2/TX4 and the Promise TX4000
  controllers. This also adds support for various motherboard fitted
  Promise SATA/ATA chips.
  Note that this code uses memory mapped registers to minimize overhead.
  I belive FreeBSD has made another first in the Open Source world
  by being able to release support for this :)
  
  Revision  Changes    Path
  1.21      +144 -7    src/sys/dev/ata/ata-chipset.c
  1.8       +17 -2     src/sys/dev/ata/ata-pci.h


More information about the cvs-src mailing list