svn commit: r339573 - in head/sys: cam/scsi modules modules/scsi_low

Warner Losh imp at FreeBSD.org
Mon Oct 22 02:36:08 UTC 2018


Author: imp
Date: Mon Oct 22 02:36:07 2018
New Revision: 339573
URL: https://svnweb.freebsd.org/changeset/base/339573

Log:
  Retire scsi_low
  
  scsi_low was a common set of routines to do the SCSI bus sequencing
  for the ncv, nsp and stg drivers. Those have been removed, so it's no
  longer needed since nothing else in the tree uses it and nothing
  likely ever will (it's for super-low-end 8-bit parallel SCSI cards).

Deleted:
  head/sys/cam/scsi/scsi_dvcfg.h
  head/sys/cam/scsi/scsi_low.c
  head/sys/cam/scsi/scsi_low.h
  head/sys/modules/scsi_low/Makefile
Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Mon Oct 22 02:35:50 2018	(r339572)
+++ head/sys/modules/Makefile	Mon Oct 22 02:36:07 2018	(r339573)
@@ -332,7 +332,6 @@ SUBDIR=	\
 	${_safe} \
 	${_sbni} \
 	scc \
-	${_scsi_low} \
 	sdhci \
 	${_sdhci_acpi} \
 	sdhci_pci \
@@ -614,7 +613,6 @@ _pccard=	pccard
 _rdma=		rdma
 .endif
 _safe=		safe
-_scsi_low=	scsi_low
 _speaker=	speaker
 _splash=	splash
 _sppp=		sppp


More information about the svn-src-all mailing list