Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Mar 2021 18:31:35 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2f189a0688c9 - main - ndis: remove leftover sys/modules/ndis
Message-ID:  <202103251831.12PIVZqB061677@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=2f189a0688c9dce8b908cb3e541910c8acc7db36

commit 2f189a0688c9dce8b908cb3e541910c8acc7db36
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-03-25 18:30:11 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-03-25 18:31:00 +0000

    ndis: remove leftover sys/modules/ndis
    
    Reported by:    cognet
    Fixes:          bfc99943b04b ("ndis(4): remove as previous announced")
---
 sys/modules/ndis/Makefile | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/sys/modules/ndis/Makefile b/sys/modules/ndis/Makefile
deleted file mode 100644
index 24a887eec949..000000000000
--- a/sys/modules/ndis/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${SRCTOP}/sys/compat/ndis
-
-KMOD=	ndis
-SRCS=	subr_pe.c subr_ndis.c subr_hal.c subr_ntoskrnl.c kern_ndis.c
-SRCS+=	kern_windrv.c subr_usbd.c
-SRCS+=	device_if.h bus_if.h pci_if.h vnode_if.h
-SRCS+=	opt_bus.h opt_usb.h usb_if.h usbdevs.h
-
-.if ${MACHINE_CPUARCH} == "amd64"
-SRCS+=	winx64_wrap.S
-.endif
-
-.if ${MACHINE_CPUARCH} == "i386"
-SRCS+=	winx32_wrap.S
-.endif
-
-.include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103251831.12PIVZqB061677>