svn commit: r339571 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/nsp sys/i386/conf sys/modules sys/modules/nsp

Warner Losh imp at FreeBSD.org
Mon Oct 22 02:35:40 UTC 2018


Author: imp
Date: Mon Oct 22 02:35:38 2018
New Revision: 339571
URL: https://svnweb.freebsd.org/changeset/base/339571

Log:
  Remove nsp(4) driver
  
  nsp(4) is marked as gone in 12. Remove it. There are no sightings of
  it in the nycbug dmesg database. It was for an obscure SCSI card that
  sold mostly in Japan, and was especially popilar among pc98 hackers in
  the 4.x time frame. It was also only enabled on i386.
  
  Relnote: Yes

Deleted:
  head/share/man/man4/nsp.4
  head/sys/dev/nsp/nsp.c
  head/sys/dev/nsp/nsp_pccard.c
  head/sys/dev/nsp/nspreg.h
  head/sys/dev/nsp/nspvar.h
  head/sys/modules/nsp/Makefile
Modified:
  head/share/man/man4/Makefile
  head/sys/amd64/conf/NOTES
  head/sys/conf/files
  head/sys/i386/conf/NOTES
  head/sys/modules/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Mon Oct 22 02:35:26 2018	(r339570)
+++ head/share/man/man4/Makefile	Mon Oct 22 02:35:38 2018	(r339571)
@@ -372,7 +372,6 @@ MAN=	aac.4 \
 	ng_vjc.4 \
 	ng_vlan.4 \
 	nmdm.4 \
-	nsp.4 \
 	${_ntb.4} \
 	${_ntb_hw_intel.4} \
 	${_ntb_hw_plx.4} \

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES	Mon Oct 22 02:35:26 2018	(r339570)
+++ head/sys/amd64/conf/NOTES	Mon Oct 22 02:35:38 2018	(r339571)
@@ -428,10 +428,8 @@ device		twa			# 3ware 9000 series PATA/SATA RAID
 #
 # SCSI host adapters:
 #
-# nsp: Workbit Ninja SCSI-3 based PC Card SCSI host adapters.
 # stg: TMC 18C30, 18C50 based SCSI host adapters.
 
-device		nsp
 device		stg
 
 #

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Mon Oct 22 02:35:26 2018	(r339570)
+++ head/sys/conf/files	Mon Oct 22 02:35:38 2018	(r339571)
@@ -113,7 +113,7 @@ cam/ctl/scsi_ctl.c		optional ctl
 cam/mmc/mmc_xpt.c		optional scbus mmccam
 cam/mmc/mmc_da.c		optional scbus mmccam da
 cam/scsi/scsi_da.c		optional da
-cam/scsi/scsi_low.c		optional nsp | stg
+cam/scsi/scsi_low.c		optional stg
 cam/scsi/scsi_pass.c		optional pass
 cam/scsi/scsi_pt.c		optional pt
 cam/scsi/scsi_sa.c		optional sa

Modified: head/sys/i386/conf/NOTES
==============================================================================
--- head/sys/i386/conf/NOTES	Mon Oct 22 02:35:26 2018	(r339570)
+++ head/sys/i386/conf/NOTES	Mon Oct 22 02:35:38 2018	(r339571)
@@ -659,10 +659,8 @@ device		twa			# 3ware 9000 series PATA/SATA RAID
 #
 # SCSI host adapters:
 #
-# nsp: Workbit Ninja SCSI-3 based PC Card SCSI host adapters.
 # stg: TMC 18C30, 18C50 based SCSI host adapters.
 
-device		nsp
 device		stg
 hint.stg.0.at="isa"
 hint.stg.0.port="0x140"

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Mon Oct 22 02:35:26 2018	(r339570)
+++ head/sys/modules/Makefile	Mon Oct 22 02:35:38 2018	(r339571)
@@ -279,7 +279,6 @@ SUBDIR=	\
 	nfssvc \
 	nge \
 	nmdm \
-	${_nsp} \
 	nullfs \
 	${_ntb} \
 	${_nvd} \
@@ -756,7 +755,6 @@ _glxiic=	glxiic
 _glxsb=		glxsb
 #_ibcs2=		ibcs2
 _ncr=		ncr
-_nsp=		nsp
 _pcfclock=	pcfclock
 _pst=		pst
 _sbni=		sbni


More information about the svn-src-head mailing list