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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to