git: 33b486472ebd - main - bluetooth: remove support for bt3c(4)

Marius Strobl marius at FreeBSD.org
Sat Jan 16 22:53:46 UTC 2021


The branch main has been updated by marius:

URL: https://cgit.FreeBSD.org/src/commit/?id=33b486472ebd3225f98d812f53b914dbb77c6a4d

commit 33b486472ebd3225f98d812f53b914dbb77c6a4d
Author:     Marius Strobl <marius at FreeBSD.org>
AuthorDate: 2021-01-09 11:07:37 +0000
Commit:     Marius Strobl <marius at FreeBSD.org>
CommitDate: 2021-01-16 22:53:13 +0000

    bluetooth: remove support for bt3c(4)
    
    The latter has been removed in 23e124c78bcb46ac78d9f06449c4454f43732805.
---
 libexec/rc/rc.d/bluetooth | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/libexec/rc/rc.d/bluetooth b/libexec/rc/rc.d/bluetooth
index ac10719861ae..318428ba2fee 100755
--- a/libexec/rc/rc.d/bluetooth
+++ b/libexec/rc/rc.d/bluetooth
@@ -255,17 +255,6 @@ bluetooth_start()
 		fi
 		;;
 
-	# 3Com Bluetooth Adapter 3CRWB60-A
-	btccc*)
-		hook="hook"
-
-		# Obtain unit number from device.
-		unit=`expr ${dev} : 'btccc\([0-9]\{1,\}\)'`
-		if [ -z "${unit}" ]; then
-			err 1 "Unable to get bt3c unit number: ${dev}"
-		fi
-		;;
-
 	# USB Bluetooth adapters
 	ubt*)
 		hook="hook"


More information about the dev-commits-src-all mailing list