aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-01-07 22:45:23 +0000
committerWarner Losh <imp@FreeBSD.org>2021-01-08 03:41:06 +0000
commita21def4d568fd2f6723252c16e116b5e7d8125eb (patch)
tree0677796da27bda642f1c8a2e21fe6732c93b611f /sys/modules/Makefile
parent23e124c78bcb46ac78d9f06449c4454f43732805 (diff)
downloadsrc-a21def4d568fd2f6723252c16e116b5e7d8125eb.tar.gz
src-a21def4d568fd2f6723252c16e116b5e7d8125eb.zip
pccard: Remove wi(4) driver
Remove wi(4). pccard is going away, and wi only supports PC Card devices, though it has a minor amount of glue to also support PCI cards. However, removing the one without removing the other is hard, so the whole driver is being removed. Relnotes: Yes
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 8eb1491ace2a..d2ac7b6375ff 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -384,7 +384,6 @@ SUBDIR= \
vr \
vte \
${_wbwd} \
- ${_wi} \
wlan \
wlan_acl \
wlan_amrr \
@@ -646,7 +645,6 @@ _speaker= speaker
_splash= splash
_sppp= sppp
_wbwd= wbwd
-_wi= wi
_aac= aac
_aacraid= aacraid
@@ -784,7 +782,6 @@ _ffec= ffec
_nvd= nvd
_nvme= nvme
_pccard= pccard
-_wi= wi
_virtio= virtio
.endif