cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c
 ata-dma.c ata-pci.c ata-pci.h
    Søren Schmidt 
    sos at FreeBSD.org
       
    Mon Apr  7 07:12:14 PDT 2003
    
    
  
sos         2003/04/07 07:12:12 PDT
  FreeBSD src repository
  Modified files:
    sys/dev/ata          ata-all.c ata-all.h ata-chipset.c 
                         ata-dma.c ata-pci.c ata-pci.h 
  Log:
  Third round of updates to the ATA driver.
  
  More DMA cleanups, including fix for breakage on older Promise controllers.
  
  Add more ways of getting to the ATA registers.
  
  Revision  Changes    Path
  1.177     +1 -1      src/sys/dev/ata/ata-all.c
  1.61      +88 -15    src/sys/dev/ata/ata-all.h
  1.17      +37 -22    src/sys/dev/ata/ata-chipset.c
  1.115     +0 -8      src/sys/dev/ata/ata-dma.c
  1.59      +9 -15     src/sys/dev/ata/ata-pci.c
  1.6       +2 -2      src/sys/dev/ata/ata-pci.h
    
    
More information about the cvs-all
mailing list