From owner-dev-commits-src-all@freebsd.org Thu Mar 25 18:31:36 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 296C55C7788; Thu, 25 Mar 2021 18:31:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F5twm0kVtz4V74; Thu, 25 Mar 2021 18:31:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BF8A4200; Thu, 25 Mar 2021 18:31:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 12PIVZvj061678; Thu, 25 Mar 2021 18:31:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 12PIVZqB061677; Thu, 25 Mar 2021 18:31:35 GMT (envelope-from git) Date: Thu, 25 Mar 2021 18:31:35 GMT Message-Id: <202103251831.12PIVZqB061677@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Ed Maste Subject: git: 2f189a0688c9 - main - ndis: remove leftover sys/modules/ndis MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: emaste X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2f189a0688c9dce8b908cb3e541910c8acc7db36 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2021 18:31:36 -0000 The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=2f189a0688c9dce8b908cb3e541910c8acc7db36 commit 2f189a0688c9dce8b908cb3e541910c8acc7db36 Author: Ed Maste AuthorDate: 2021-03-25 18:30:11 +0000 Commit: Ed Maste 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