Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   mhitch
Date:           Sat Mar  4 05:43:52 UTC 2000

Modified Files:
        syssrc/sys/dev/tc: asc_ioasic.c asc_tc.c

Log Message:
Fix boot device detection.  Device probes are not done when adapters are
configured, but after all adapters have been configured.  When multiple
adapters are present, only the last configured adapter could be matched
to the boot device slot.  The adapter attach routines now check if that
adapter slot matches the boot device slot and saves the softc pointer
for that controller.  Then when the disks are configured, dk_establish()
matches the appropriate controller.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/dev/tc/asc_ioasic.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/tc/asc_tc.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