Source-Changes archive

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

CVS commit: src/sys/dev/ic



Module Name:    src
Committed By:   fvdl
Date:           Tue Sep  2 21:02:59 UTC 2003

Modified Files:
        src/sys/dev/ic: aic79xx.c aic79xx_osm.c aic79xxvar.h aic7xxx_osm.c
            aic7xxxvar.h

Log Message:
* Make the ahc and ahd probes more alike.
* Remove some redundant code.
* ahd: Don't initiate negotiation for a discovery xs when the negotiation goal
  is set. Just looking at the auto_negotiate mask is enough, and it can
  cause an endless loop if the request gets requeued (happens with a
  of a PPR negotiation, which ends with a busfree).


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/dev/ic/aic79xx.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/ic/aic79xx_osm.c
cvs rdiff -r1.11 -r1.12 src/sys/dev/ic/aic79xxvar.h
cvs rdiff -r1.10 -r1.11 src/sys/dev/ic/aic7xxx_osm.c
cvs rdiff -r1.40 -r1.41 src/sys/dev/ic/aic7xxxvar.h

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