Date: Sat, 16 Jan 2021 22:53:41 GMT From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 33b486472ebd - main - bluetooth: remove support for bt3c(4) Message-ID: <202101162253.10GMrfM7053279@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by marius: URL: https://cgit.FreeBSD.org/src/commit/?id=33b486472ebd3225f98d812f53b914dbb77c6a4d commit 33b486472ebd3225f98d812f53b914dbb77c6a4d Author: Marius Strobl <marius@FreeBSD.org> AuthorDate: 2021-01-09 11:07:37 +0000 Commit: Marius Strobl <marius@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101162253.10GMrfM7053279>