Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 1998 23:36:35 -0700 (PDT)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/cam cam.c cam.h cam_ccb.h cam_conf.h cam_debug.h cam_extend.c cam_extend.h cam_periph.c cam_periph.h cam_queue.c cam_queue.h cam_sim.c cam_sim.h cam_xpt.c cam_xpt.h cam_xpt_periph.h cam_xpt_sim.h src/sys/cam/scsi scsi_all.c ...
Message-ID:  <199809150636.XAA15188@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       1998/09/14 23:36:35 PDT

  Added files:
    sys/cam              cam.c cam.h cam_ccb.h cam_conf.h 
                         cam_debug.h cam_extend.c cam_extend.h 
                         cam_periph.c cam_periph.h cam_queue.c 
                         cam_queue.h cam_sim.c cam_sim.h cam_xpt.c 
                         cam_xpt.h cam_xpt_periph.h cam_xpt_sim.h 
  Log:
  CAM Transport Layer (XPT).
  
  Submitted by:	The CAM Team

  Added files:
    sys/cam/scsi         scsi_all.c scsi_all.h scsi_cd.c scsi_cd.h 
                         scsi_ch.c scsi_ch.h scsi_da.c scsi_da.h 
                         scsi_message.h scsi_pass.c scsi_pass.h 
                         scsi_pt.c scsi_pt.h scsi_sa.c scsi_sa.h 
                         scsi_target.c scsi_targetio.h 
  Log:
  SCSI Peripheral drivers for CAM:
  
  	da	- Direct Access Devices (disks, optical devices, SS disks)
  	cd	- CDROM (or devices that can act like them, WORM, CD-RW, etc)
  	ch	- Medium Changer devices.
  	sa	- Sequential Access Devices (tape drives)
  	pass	- Application pass-thru driver
  	targ	- Target Mode "Processor Target" Emulator
  	pt	- Processor Target Devices (scanners, cpus, etc.)
  
  Submitted by:	The CAM Team



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