Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
thorpej
Tue Dec 10 13:06:31 PST 1996
Update of /cvsroot/src/sys/scsi
In directory netbsd1:/var/slash-tmp/cvs-serv28180/scsi
Modified Files:
scsiconf.c scsiconf.h
Log Message:
Add a "max_target" member to struct scsi_link, which is filled in by
host adapter drivers, indicating the highest SCSI target they can
address. Use this value to dynamically allocate data structures, rather
than hard-coding 8 targets.
These changes allow targets > 7 to be addressed on wide SCSI busses.
Fixes PRs #1674 and #2892.
Home |
Main Index |
Thread Index |
Old Index