Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2000 13:03:01 -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 atapi-all.c atapi-all.h atapi-cd.c atapi-cd.h atapi-fd.c atapi-tape.c
Message-ID:  <200001182103.NAA23974@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         2000/01/18 13:03:01 PST

  Modified files:
    sys/dev/ata          ata-all.c ata-all.h ata-disk.c ata-disk.h 
                         atapi-all.c atapi-all.h atapi-cd.c 
                         atapi-cd.h atapi-fd.c atapi-tape.c 
  Log:
  Rearrange the probecode, so that 80pin cables can be identified
  correctly on both master and slave.
  Smash together the ata_params & atapi_params structures as they
  are more or less equal anyways.
  Get rid of the last SYSINIT's in here.
  
  Revision  Changes    Path
  1.41      +152 -5    src/sys/dev/ata/ata-all.c
  1.19      +128 -4    src/sys/dev/ata/ata-all.h
  1.51      +106 -213  src/sys/dev/ata/ata-disk.c
  1.19      +2 -102    src/sys/dev/ata/ata-disk.h
  1.35      +58 -174   src/sys/dev/ata/atapi-all.c
  1.18      +2 -100    src/sys/dev/ata/atapi-all.h
  1.35      +12 -21    src/sys/dev/ata/atapi-cd.c
  1.11      +6 -7      src/sys/dev/ata/atapi-cd.h
  1.32      +7 -10     src/sys/dev/ata/atapi-fd.c
  1.27      +8 -11     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?200001182103.NAA23974>