svn commit: r347908 - in head: . share/man/man4/man4.powerpc sys/conf sys/dev/bm sys/modules sys/modules/bm sys/powerpc/conf

Brooks Davis brooks at FreeBSD.org
Fri May 17 15:20:53 UTC 2019


Author: brooks
Date: Fri May 17 15:20:51 2019
New Revision: 347908
URL: https://svnweb.freebsd.org/changeset/base/347908

Log:
  FCP-101: Remove bm(4).
  
  Relnotes:	yes
  FCP:		https://github.com/freebsd/fcp/blob/master/fcp-0101.md
  Reviewed by:	jhb, imp
  Differential Revision:	https://reviews.freebsd.org/D20230

Deleted:
  head/share/man/man4/man4.powerpc/bm.4
  head/sys/dev/bm/
  head/sys/modules/bm/
Modified:
  head/ObsoleteFiles.inc
  head/share/man/man4/man4.powerpc/Makefile
  head/sys/conf/files.powerpc
  head/sys/modules/Makefile
  head/sys/powerpc/conf/GENERIC
  head/sys/powerpc/conf/NOTES

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Fri May 17 15:19:12 2019	(r347907)
+++ head/ObsoleteFiles.inc	Fri May 17 15:20:51 2019	(r347908)
@@ -39,6 +39,7 @@
 # done
 
 # 20190518: Remove obsolete 10 and 10/100 ethernet drivers.
+OLD_FILES+=usr/share/man/man4/bm.4
 # 20190513: libcap_sysctl interface change
 OLD_FILES+=lib/casper/libcap_sysctl.1
 # 20190509: tests/sys/opencrypto requires the net/py-dpkt package.

Modified: head/share/man/man4/man4.powerpc/Makefile
==============================================================================
--- head/share/man/man4/man4.powerpc/Makefile	Fri May 17 15:19:12 2019	(r347907)
+++ head/share/man/man4/man4.powerpc/Makefile	Fri May 17 15:20:51 2019	(r347908)
@@ -6,7 +6,6 @@ MAN=	adb.4 \
 	akbd.4 \
 	abtn.4 \
 	ams.4 \
-	bm.4 \
 	cuda.4 \
 	dtsec.4 \
 	llan.4 \

Modified: head/sys/conf/files.powerpc
==============================================================================
--- head/sys/conf/files.powerpc	Fri May 17 15:19:12 2019	(r347907)
+++ head/sys/conf/files.powerpc	Fri May 17 15:20:51 2019	(r347908)
@@ -22,7 +22,6 @@ cddl/dev/dtrace/powerpc/dtrace_subr.c		optional dtrace
 cddl/dev/fbt/powerpc/fbt_isa.c			optional dtrace_fbt | dtraceall compile-with "${FBT_C}"
 crypto/blowfish/bf_enc.c	optional	crypto | ipsec | ipsec_support
 crypto/des/des_enc.c		optional	crypto | ipsec | ipsec_support | netsmb
-dev/bm/if_bm.c			optional	bm powermac
 dev/adb/adb_bus.c		optional	adb
 dev/adb/adb_kbd.c		optional	adb
 dev/adb/adb_mouse.c		optional	adb

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Fri May 17 15:19:12 2019	(r347907)
+++ head/sys/modules/Makefile	Fri May 17 15:20:51 2019	(r347908)
@@ -68,7 +68,6 @@ SUBDIR=	\
 	${_bios} \
 	${_bktr} \
 	${_blake2} \
-	${_bm} \
 	bnxt \
 	bridgestp \
 	bwi \
@@ -766,7 +765,6 @@ _cpsw=		cpsw
 .if ${MACHINE_CPUARCH} == "powerpc"
 _agp=		agp
 _an=		an
-_bm=		bm
 _cardbus=	cardbus
 _cbb=		cbb
 _cfi=		cfi

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC	Fri May 17 15:19:12 2019	(r347907)
+++ head/sys/powerpc/conf/GENERIC	Fri May 17 15:20:51 2019	(r347908)
@@ -155,7 +155,6 @@ device		fwe		# Ethernet over FireWire (non-standard!)
 # PCI Ethernet NICs that use the common MII bus controller code.
 device		miibus		# MII bus support
 device		bge		# Broadcom BCM570xx Gigabit Ethernet
-device		bm		# Apple BMAC Ethernet
 device		gem		# Sun GEM/Sun ERI/Apple GMAC
 device		dc		# DEC/Intel 21143 and various workalikes
 device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)

Modified: head/sys/powerpc/conf/NOTES
==============================================================================
--- head/sys/powerpc/conf/NOTES	Fri May 17 15:19:12 2019	(r347907)
+++ head/sys/powerpc/conf/NOTES	Fri May 17 15:20:51 2019	(r347908)
@@ -54,7 +54,6 @@ device		cpufreq
 # Standard busses
 device		agp
 
-device		bm		# Apple BMAC (Big Mac Ethernet)
 device		glc		# Sony Playstation 3 Ethernet
 device		kiic		# Apple Keywest I2C Controller
 device		ofwd		# Open Firmware disks


More information about the svn-src-all mailing list