Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2001 23:06:00 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/cam cam_periph.c cam_periph.h cam_xpt.c src/sys/cam/scsi scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_ses.c scsi_targ_bh.c scsi_target.c
Message-ID:  <200102070706.f17762Y72435@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/02/06 23:06:00 PST

  Modified files:
    sys/cam              cam_periph.c cam_periph.h cam_xpt.c 
    sys/cam/scsi         scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c 
                         scsi_pt.c scsi_sa.c scsi_ses.c 
                         scsi_targ_bh.c scsi_target.c 
  Log:
  Change the peripheral driver list from a linker set to module driven
  driver registration.  This should allow things like da, sa, cd etc to be
  in seperate KLD's to the cam core and make them preloadable.
  
  Revision  Changes    Path
  1.31      +27 -7     src/sys/cam/cam_periph.c
  1.12      +25 -2     src/sys/cam/cam_periph.h
  1.106     +7 -11     src/sys/cam/cam_xpt.c
  1.47      +2 -2      src/sys/cam/scsi/scsi_cd.c
  1.25      +2 -2      src/sys/cam/scsi/scsi_ch.c
  1.65      +2 -2      src/sys/cam/scsi/scsi_da.c
  1.26      +2 -2      src/sys/cam/scsi/scsi_pass.c
  1.25      +2 -2      src/sys/cam/scsi/scsi_pt.c
  1.64      +2 -2      src/sys/cam/scsi/scsi_sa.c
  1.15      +2 -2      src/sys/cam/scsi/scsi_ses.c
  1.12      +2 -2      src/sys/cam/scsi/scsi_targ_bh.c
  1.37      +2 -2      src/sys/cam/scsi/scsi_target.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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