freebsd_amp_hwpstate/sys/i386/eisa
Justin T. Gibbs 07b1c6b3c9 Remove hard coded assumption that SCSI busses have 7 targets.
This change forces the controller drivers to allocate a scsibus_data struct
via a call to scsi_alloc_bus(), fill in the adapter_link field, and optionally
modify any other fields of the struct.  Scsi_alloc_bus() initializes all fields
to the default, so the changes in most drivers are very minimal.  For drivers
that support Wide controllers, the maxtarg field will have to be updated to
allow probing of all targets (for an example, look at the aic7xxx driver).

Scsi_attachdevs() now takes a scsibus_data* as its argument instead of an
sc_link*.  This allows us to expand the role of the scsibus_data struct for
other bus level configuration setings (max number of transactions, current
transaction opennings, etc for better tagged queuing support).

Reviewed by: Rodney Grimes <rgrimes>, Peter Dufault <dufault>, Julian Elischer <julian>
1995-08-23 23:03:34 +00:00
..
aha1742.c Remove hard coded assumption that SCSI busses have 7 targets. 1995-08-23 23:03:34 +00:00
aic7770.c First pass cleanup of this driver. This pass does not include the sequencer 1995-07-04 21:14:45 +00:00
eisaconf.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
eisaconf.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
eisadevs.c Add hook for EISA probe for Specialix EISA card. 1995-08-09 13:00:25 +00:00