The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=91f046d0591b58dea523a1d66b2af821fff85330

commit 91f046d0591b58dea523a1d66b2af821fff85330
Author:     Warner Losh <[email protected]>
AuthorDate: 2021-07-13 22:44:34 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2021-07-14 02:39:31 +0000

    pccard: remove pccard module
    
    There's no more pccard client drivers, so remove pccard driver.
    
    Sponsored by:           Netflix
---
 sys/modules/Makefile        | 3 ---
 sys/modules/pccard/Makefile | 9 ---------
 2 files changed, 12 deletions(-)

diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 91e3a54213ff..16f5ba061db6 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -282,7 +282,6 @@ SUBDIR=     \
        ow \
        ${_padlock} \
        ${_padlock_rng} \
-       ${_pccard} \
        ${_pchtherm} \
        ${_pcfclock} \
        ${_pf} \
@@ -646,7 +645,6 @@ _lio=               lio
 _nctgpio=      nctgpio
 _ntb=          ntb
 _ocs_fc=       ocs_fc
-_pccard=       pccard
 _qat=          qat
 _qatfw=                qatfw
 .if ${MK_OFED} != "no" || defined(ALL_MODULES)
@@ -792,7 +790,6 @@ _exca=              exca
 _ffec=         ffec
 _nvd=          nvd
 _nvme=         nvme
-_pccard=       pccard
 .endif
 
 .if ${MACHINE_ARCH:Mpowerpc64*} != ""
diff --git a/sys/modules/pccard/Makefile b/sys/modules/pccard/Makefile
deleted file mode 100644
index f7822da784d7..000000000000
--- a/sys/modules/pccard/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${SRCTOP}/sys/dev/pccard
-
-KMOD=  pccard
-SRCS=  pccard.c pccard_cis.c pccard_cis_quirks.c pccard_device.c \
-       device_if.h bus_if.h card_if.h power_if.h pccarddevs.h
-
-.include <bsd.kmod.mk>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "[email protected]"

Reply via email to