cvs commit: src/sys/sys ata.h src/sys/dev/ata ata-all.c ata-all.h ata-disk.c atapi-cam.c atapi-cd.c atapi-fd.c atapi-tape.c

Søren Schmidt sos at FreeBSD.org
Fri Apr 15 03:20:52 PDT 2005


sos         2005-04-15 10:20:52 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              ata.h 
    sys/dev/ata          ata-all.c ata-all.h ata-disk.c 
                         atapi-cam.c atapi-cd.c atapi-fd.c 
                         atapi-tape.c 
  Log:
  Move the creation of ata_channel child devices to the channel code.
  This allows to attach to the children (ATA devices) even without a
  driver being attached. This allows atapi-cam to do its work both
  with and without the pure ATAPI driver being present.
  
  ATA patches by /me
  ATAPI-cam pathes by Thomas
  
  Revision  Changes    Path
  1.240     +36 -41    src/sys/dev/ata/ata-all.c
  1.93      +0 -1      src/sys/dev/ata/ata-all.h
  1.185     +7 -30     src/sys/dev/ata/ata-disk.c
  1.40      +67 -14    src/sys/dev/ata/atapi-cam.c
  1.176     +8 -28     src/sys/dev/ata/atapi-cd.c
  1.100     +8 -32     src/sys/dev/ata/atapi-fd.c
  1.97      +8 -32     src/sys/dev/ata/atapi-tape.c
  1.25      +1 -1      src/sys/sys/ata.h


More information about the cvs-src mailing list