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

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


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

Log:
  Remove stg(4) driver
  
  stg(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/stg.4
  head/sys/dev/stg/tmc18c30.c
  head/sys/dev/stg/tmc18c30.h
  head/sys/dev/stg/tmc18c30_isa.c
  head/sys/dev/stg/tmc18c30_pccard.c
  head/sys/dev/stg/tmc18c30_pci.c
  head/sys/dev/stg/tmc18c30_subr.c
  head/sys/dev/stg/tmc18c30reg.h
  head/sys/dev/stg/tmc18c30var.h
  head/sys/modules/stg/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:38 2018	(r339571)
+++ head/share/man/man4/Makefile	Mon Oct 22 02:35:50 2018	(r339572)
@@ -504,7 +504,6 @@ MAN=	aac.4 \
 	sppp.4 \
 	ste.4 \
 	stf.4 \
-	stg.4 \
 	stge.4 \
 	sym.4 \
 	syncache.4 \

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES	Mon Oct 22 02:35:38 2018	(r339571)
+++ head/sys/amd64/conf/NOTES	Mon Oct 22 02:35:50 2018	(r339572)
@@ -426,13 +426,6 @@ options 	TWA_DEBUG		# 0-10; 10 prints the most message
 device		twa			# 3ware 9000 series PATA/SATA RAID
 
 #
-# SCSI host adapters:
-#
-# stg: TMC 18C30, 18C50 based SCSI host adapters.
-
-device		stg
-
-#
 # Adaptec FSA RAID controllers, including integrated DELL controllers,
 # the Dell PERC 2/QC and the HP NetRAID-4M
 device		aac

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Mon Oct 22 02:35:38 2018	(r339571)
+++ head/sys/conf/files	Mon Oct 22 02:35:50 2018	(r339572)
@@ -113,7 +113,6 @@ 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 stg
 cam/scsi/scsi_pass.c		optional pass
 cam/scsi/scsi_pt.c		optional pt
 cam/scsi/scsi_sa.c		optional sa
@@ -3137,11 +3136,6 @@ dev/spibus/spibus.c		optional spibus				\
 dev/spibus/spigen.c		optional spigen
 dev/spibus/spibus_if.m		optional spibus
 dev/ste/if_ste.c		optional ste pci
-dev/stg/tmc18c30.c		optional stg
-dev/stg/tmc18c30_isa.c		optional stg isa
-dev/stg/tmc18c30_pccard.c	optional stg pccard
-dev/stg/tmc18c30_pci.c		optional stg pci
-dev/stg/tmc18c30_subr.c		optional stg
 dev/stge/if_stge.c		optional stge
 dev/sym/sym_hipd.c		optional sym				\
 	dependency	"$S/dev/sym/sym_{conf,defs}.h"

Modified: head/sys/i386/conf/NOTES
==============================================================================
--- head/sys/i386/conf/NOTES	Mon Oct 22 02:35:38 2018	(r339571)
+++ head/sys/i386/conf/NOTES	Mon Oct 22 02:35:50 2018	(r339572)
@@ -657,16 +657,6 @@ options 	TWA_DEBUG		# 0-10; 10 prints the most message
 device		twa			# 3ware 9000 series PATA/SATA RAID
 
 #
-# SCSI host adapters:
-#
-# stg: TMC 18C30, 18C50 based SCSI host adapters.
-
-device		stg
-hint.stg.0.at="isa"
-hint.stg.0.port="0x140"
-hint.stg.0.port="11"
-
-#
 # Adaptec FSA RAID controllers, including integrated DELL controllers,
 # the Dell PERC 2/QC and the HP NetRAID-4M
 device		aac

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Mon Oct 22 02:35:38 2018	(r339571)
+++ head/sys/modules/Makefile	Mon Oct 22 02:35:50 2018	(r339572)
@@ -357,7 +357,6 @@ SUBDIR=	\
 	${_splash} \
 	${_sppp} \
 	ste \
-	${_stg} \
 	stge \
 	${_sym} \
 	${_syscons} \
@@ -758,7 +757,6 @@ _ncr=		ncr
 _pcfclock=	pcfclock
 _pst=		pst
 _sbni=		sbni
-_stg=		stg
 .if ${MK_SOURCELESS_UCODE} != "no"
 _ctau=		ctau
 .endif


More information about the svn-src-all mailing list