Date: Mon, 22 Oct 2018 02:36:07 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r339573 - in head/sys: cam/scsi modules modules/scsi_low Message-ID: <201810220236.w9M2a7ML044141@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810220236.w9M2a7ML044141>