Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2005 10:20:52 +0000 (UTC)
From:      Søren Schmidt <sos@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200504151020.j3FAKqcK053644@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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