aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2021-01-09 11:07:37 +0000
committerMarius Strobl <marius@FreeBSD.org>2021-01-16 22:53:13 +0000
commit33b486472ebd3225f98d812f53b914dbb77c6a4d (patch)
tree0767d4018ce11beb6ad4cd49e105e7e15dfb8b73 /libexec
parentbb34c6390538499ac5adef3d545568d5773e8758 (diff)
downloadsrc-33b486472ebd3225f98d812f53b914dbb77c6a4d.tar.gz
src-33b486472ebd3225f98d812f53b914dbb77c6a4d.zip
bluetooth: remove support for bt3c(4)
The latter has been removed in 23e124c78bcb46ac78d9f06449c4454f43732805.
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/rc/rc.d/bluetooth11
1 files changed, 0 insertions, 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"