Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev



Module Name:    src
Committed By:   thorpej
Date:           Wed Apr 16 20:26:01 UTC 2003

Modified Files:
        src/sys/dev/ic: bha.c
        src/sys/dev/scsipi: scsipi_base.c

Log Message:
* Change the APIs that handle the sync period to work with 100ths of ns,
  rather than 10ths of ns.  This is necessary in order to represent
  Ultra320 SCSI.
* Add Ultra320 SCSI to the scsipi_syncparams[] table.

We're not going to bother bumping any version numbers with this change; only
the "hba" driver uses scsipi_sync_period_to_factor(), and the uses of
scsipi_sync_factor_to_period() are all internal to the scsipi code.  Most
things just pass the factor around, which is unchanged by this.

Reviewed by Frank van der Linden.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/sys/dev/ic/bha.c
cvs rdiff -r1.85 -r1.86 src/sys/dev/scsipi/scsipi_base.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index