Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2002 05:13:56 -0800 (PST)
From:      Søren Schmidt <sos@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-disk.h ata-dma.c ata-isa.c ata-pci.c atapi-all.c atapi-all.h atapi-cd.c atapi-cd.h atapi-fd.c atapi-tape.c
Message-ID:  <200204051313.g35DDu279134@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         2002/04/05 05:13:56 PST

  Modified files:
    sys/dev/ata          ata-all.c ata-all.h ata-disk.c ata-disk.h 
                         ata-dma.c ata-isa.c ata-pci.c atapi-all.c 
                         atapi-all.h atapi-cd.c atapi-cd.h 
                         atapi-fd.c atapi-tape.c 
  Log:
  Make the ATA driver compile & work on the sparc64 platform.
  
  Initial work & code by tmm.
  
  Lots of changes and rearrangements by yours truely to make busdma
  be a little less a PITA (but I still dont like it).
  
  Revision  Changes    Path
  1.145     +2 -1      src/sys/dev/ata/ata-all.c
  1.52      +37 -5     src/sys/dev/ata/ata-all.h
  1.130     +43 -43    src/sys/dev/ata/ata-disk.c
  1.41      +0 -1      src/sys/dev/ata/ata-disk.h
  1.93      +387 -213  src/sys/dev/ata/ata-dma.c
  1.5       +17 -10    src/sys/dev/ata/ata-isa.c
  1.37      +29 -12    src/sys/dev/ata/ata-pci.c
  1.88      +24 -32    src/sys/dev/ata/atapi-all.c
  1.43      +0 -1      src/sys/dev/ata/atapi-all.h
  1.117     +25 -0     src/sys/dev/ata/atapi-cd.c
  1.31      +92 -22    src/sys/dev/ata/atapi-cd.h
  1.71      +1 -0      src/sys/dev/ata/atapi-fd.c
  1.67      +1 -0      src/sys/dev/ata/atapi-tape.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204051313.g35DDu279134>