Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 1995 16:38:18 -0700
From:      "Justin T. Gibbs" <gibbs>
To:        CVS-commiters, cvs-usrsbin
Subject:   cvs commit: src/usr.sbin/config config.y lang.l mkioconf.c
Message-ID:  <199507172338.QAA00463@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
gibbs       95/07/17 16:38:17

  Modified:    sys/i386/conf  LINT
  Log:
  Add examples for wiring down scbuses to drivers as well as specifying
  controller buses for multi-bus controllers.

  Modified:    sys/i386/scsi  aic7xxx.c
  Log:
  Specify the controller bus in the scsi_link structure to allow hardwired
  buses on multi-bus controllers.  Currently only affects the 274xT controllers.
  
  Reviewed by: Peter Dufault(dufault@hda.com), Rod Grimes(rgrimes@FreeBSD.org)

  Modified:    sys/scsi  scsiconf.c scsiconf.h
               share/man/man4  scsi.4
               usr.sbin/config  config.y lang.l mkioconf.c
  Log:
  Allow the specification of the controller bus when wiring down scsi buses.
  This is performed by using a line similar to:
  
  controller scbus0 at ahc0 bus 1
  
  to wire scbus0 to the second bus on an adaptec 2742T controller.
  
  Reviewed by: Peter Dufault(dufault@hda.com), Rod Grimes(rgrimes@FreeBSD.org)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507172338.QAA00463>