Date: Wed, 14 Jul 2021 02:39:50 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 91f046d0591b - main - pccard: remove pccard module Message-ID: <202107140239.16E2dopr006604@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=91f046d0591b58dea523a1d66b2af821fff85330 commit 91f046d0591b58dea523a1d66b2af821fff85330 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-07-13 22:44:34 +0000 Commit: Warner Losh <imp@FreeBSD.org> 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107140239.16E2dopr006604>