aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ata
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-22 01:31:56 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-23 17:43:27 +0000
commit5510f79042fbd543de55807d0da7f8a2b8be2f89 (patch)
tree6d052bbd0e2906713af25ee716c4e84d37c7ab14 /sys/modules/ata
parentd10370254169a65d32acd43557214015acbec0d4 (diff)
Diffstat (limited to 'sys/modules/ata')
-rw-r--r--sys/modules/ata/Makefile1
-rw-r--r--sys/modules/ata/Makefile.inc1
-rw-r--r--sys/modules/ata/atacore/Makefile1
-rw-r--r--sys/modules/ata/ataisa/Makefile1
-rw-r--r--sys/modules/ata/atapci/Makefile1
-rw-r--r--sys/modules/ata/atapci/Makefile.inc1
-rw-r--r--sys/modules/ata/atapci/chipsets/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/Makefile.inc1
-rw-r--r--sys/modules/ata/atapci/chipsets/ataacard/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/ataacerlabs/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/ataamd/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/ataati/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/atacenatek/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/atacypress/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/atacyrix/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/atahighpoint/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/ataintel/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/ataite/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/atajmicron/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/atamarvell/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/atamicron/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/atanational/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/atanetcell/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/atanvidia/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/atapromise/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/ataserverworks/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/atasiliconimage/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/atasis/Makefile1
-rw-r--r--sys/modules/ata/atapci/chipsets/atavia/Makefile1
29 files changed, 0 insertions, 29 deletions
diff --git a/sys/modules/ata/Makefile b/sys/modules/ata/Makefile
index c7d1b17f5f40..3a9ad0dd123f 100644
--- a/sys/modules/ata/Makefile
+++ b/sys/modules/ata/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
SUBDIR = atacore
SUBDIR += ataisa
diff --git a/sys/modules/ata/Makefile.inc b/sys/modules/ata/Makefile.inc
index 265f86d1ed55..d3b5cbd3a79b 100644
--- a/sys/modules/ata/Makefile.inc
+++ b/sys/modules/ata/Makefile.inc
@@ -1,3 +1,2 @@
-# $FreeBSD$
.include "../Makefile.inc"
diff --git a/sys/modules/ata/atacore/Makefile b/sys/modules/ata/atacore/Makefile
index f0cd0b4349d3..f4eff60f7b86 100644
--- a/sys/modules/ata/atacore/Makefile
+++ b/sys/modules/ata/atacore/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata
diff --git a/sys/modules/ata/ataisa/Makefile b/sys/modules/ata/ataisa/Makefile
index 38b782870029..7aab7b999be6 100644
--- a/sys/modules/ata/ataisa/Makefile
+++ b/sys/modules/ata/ataisa/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata
diff --git a/sys/modules/ata/atapci/Makefile b/sys/modules/ata/atapci/Makefile
index bc00b57728ee..dfabcf765a16 100644
--- a/sys/modules/ata/atapci/Makefile
+++ b/sys/modules/ata/atapci/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
SUBDIR += chipsets
diff --git a/sys/modules/ata/atapci/Makefile.inc b/sys/modules/ata/atapci/Makefile.inc
index 265f86d1ed55..d3b5cbd3a79b 100644
--- a/sys/modules/ata/atapci/Makefile.inc
+++ b/sys/modules/ata/atapci/Makefile.inc
@@ -1,3 +1,2 @@
-# $FreeBSD$
.include "../Makefile.inc"
diff --git a/sys/modules/ata/atapci/chipsets/Makefile b/sys/modules/ata/atapci/chipsets/Makefile
index c216656637b4..c17c84e6496c 100644
--- a/sys/modules/ata/atapci/chipsets/Makefile
+++ b/sys/modules/ata/atapci/chipsets/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
SUBDIR += ataacard ataacerlabs ataamd ataati atacenatek atacypress atacyrix atahighpoint ataintel ataite atajmicron atamarvell atamicron atanational atanetcell atanvidia atapromise ataserverworks atasiliconimage atasis atavia
diff --git a/sys/modules/ata/atapci/chipsets/Makefile.inc b/sys/modules/ata/atapci/chipsets/Makefile.inc
index 265f86d1ed55..d3b5cbd3a79b 100644
--- a/sys/modules/ata/atapci/chipsets/Makefile.inc
+++ b/sys/modules/ata/atapci/chipsets/Makefile.inc
@@ -1,3 +1,2 @@
-# $FreeBSD$
.include "../Makefile.inc"
diff --git a/sys/modules/ata/atapci/chipsets/ataacard/Makefile b/sys/modules/ata/atapci/chipsets/ataacard/Makefile
index 99c4c3620286..23ced8d7473b 100644
--- a/sys/modules/ata/atapci/chipsets/ataacard/Makefile
+++ b/sys/modules/ata/atapci/chipsets/ataacard/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/ataacerlabs/Makefile b/sys/modules/ata/atapci/chipsets/ataacerlabs/Makefile
index 8684293ca9e2..971d626dc12c 100644
--- a/sys/modules/ata/atapci/chipsets/ataacerlabs/Makefile
+++ b/sys/modules/ata/atapci/chipsets/ataacerlabs/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/ataamd/Makefile b/sys/modules/ata/atapci/chipsets/ataamd/Makefile
index 96ed09d1e8f4..eff9a378b130 100644
--- a/sys/modules/ata/atapci/chipsets/ataamd/Makefile
+++ b/sys/modules/ata/atapci/chipsets/ataamd/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/ataati/Makefile b/sys/modules/ata/atapci/chipsets/ataati/Makefile
index f7d524b64b5d..6bd4a306f6dd 100644
--- a/sys/modules/ata/atapci/chipsets/ataati/Makefile
+++ b/sys/modules/ata/atapci/chipsets/ataati/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/atacenatek/Makefile b/sys/modules/ata/atapci/chipsets/atacenatek/Makefile
index 336052712738..7c9cec4c3ee8 100644
--- a/sys/modules/ata/atapci/chipsets/atacenatek/Makefile
+++ b/sys/modules/ata/atapci/chipsets/atacenatek/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/atacypress/Makefile b/sys/modules/ata/atapci/chipsets/atacypress/Makefile
index 284b6fb6a47c..c0dae4ce6143 100644
--- a/sys/modules/ata/atapci/chipsets/atacypress/Makefile
+++ b/sys/modules/ata/atapci/chipsets/atacypress/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/atacyrix/Makefile b/sys/modules/ata/atapci/chipsets/atacyrix/Makefile
index fe9296e8b403..7a39455ba1d1 100644
--- a/sys/modules/ata/atapci/chipsets/atacyrix/Makefile
+++ b/sys/modules/ata/atapci/chipsets/atacyrix/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/atahighpoint/Makefile b/sys/modules/ata/atapci/chipsets/atahighpoint/Makefile
index 2ef5eabbe09d..a889fc8ea47f 100644
--- a/sys/modules/ata/atapci/chipsets/atahighpoint/Makefile
+++ b/sys/modules/ata/atapci/chipsets/atahighpoint/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/ataintel/Makefile b/sys/modules/ata/atapci/chipsets/ataintel/Makefile
index 8ec8a91cfeaf..4734ccff6d7e 100644
--- a/sys/modules/ata/atapci/chipsets/ataintel/Makefile
+++ b/sys/modules/ata/atapci/chipsets/ataintel/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/ataite/Makefile b/sys/modules/ata/atapci/chipsets/ataite/Makefile
index eabb064c0e36..e1a17c373b64 100644
--- a/sys/modules/ata/atapci/chipsets/ataite/Makefile
+++ b/sys/modules/ata/atapci/chipsets/ataite/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/atajmicron/Makefile b/sys/modules/ata/atapci/chipsets/atajmicron/Makefile
index ddc75296ad64..71ee58d6e89e 100644
--- a/sys/modules/ata/atapci/chipsets/atajmicron/Makefile
+++ b/sys/modules/ata/atapci/chipsets/atajmicron/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/atamarvell/Makefile b/sys/modules/ata/atapci/chipsets/atamarvell/Makefile
index 0d77b3f4a2cb..9fccff592287 100644
--- a/sys/modules/ata/atapci/chipsets/atamarvell/Makefile
+++ b/sys/modules/ata/atapci/chipsets/atamarvell/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/atamicron/Makefile b/sys/modules/ata/atapci/chipsets/atamicron/Makefile
index 2952a518c387..54934f6d11c3 100644
--- a/sys/modules/ata/atapci/chipsets/atamicron/Makefile
+++ b/sys/modules/ata/atapci/chipsets/atamicron/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/atanational/Makefile b/sys/modules/ata/atapci/chipsets/atanational/Makefile
index a7a1ec8fc9ed..3e486b1637e3 100644
--- a/sys/modules/ata/atapci/chipsets/atanational/Makefile
+++ b/sys/modules/ata/atapci/chipsets/atanational/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/atanetcell/Makefile b/sys/modules/ata/atapci/chipsets/atanetcell/Makefile
index 64bd6502f1f6..b317e950a22b 100644
--- a/sys/modules/ata/atapci/chipsets/atanetcell/Makefile
+++ b/sys/modules/ata/atapci/chipsets/atanetcell/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/atanvidia/Makefile b/sys/modules/ata/atapci/chipsets/atanvidia/Makefile
index 4fd44374ce54..b4b720cfea13 100644
--- a/sys/modules/ata/atapci/chipsets/atanvidia/Makefile
+++ b/sys/modules/ata/atapci/chipsets/atanvidia/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/atapromise/Makefile b/sys/modules/ata/atapci/chipsets/atapromise/Makefile
index a53ddba17b31..d6296769f63f 100644
--- a/sys/modules/ata/atapci/chipsets/atapromise/Makefile
+++ b/sys/modules/ata/atapci/chipsets/atapromise/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/ataserverworks/Makefile b/sys/modules/ata/atapci/chipsets/ataserverworks/Makefile
index 1f731ff27114..76662f0a81c9 100644
--- a/sys/modules/ata/atapci/chipsets/ataserverworks/Makefile
+++ b/sys/modules/ata/atapci/chipsets/ataserverworks/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/atasiliconimage/Makefile b/sys/modules/ata/atapci/chipsets/atasiliconimage/Makefile
index 52e806366d0e..3bb7248468f3 100644
--- a/sys/modules/ata/atapci/chipsets/atasiliconimage/Makefile
+++ b/sys/modules/ata/atapci/chipsets/atasiliconimage/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/atasis/Makefile b/sys/modules/ata/atapci/chipsets/atasis/Makefile
index 8e6b1cb7e785..16252fff2861 100644
--- a/sys/modules/ata/atapci/chipsets/atasis/Makefile
+++ b/sys/modules/ata/atapci/chipsets/atasis/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets
diff --git a/sys/modules/ata/atapci/chipsets/atavia/Makefile b/sys/modules/ata/atapci/chipsets/atavia/Makefile
index 75a164099469..04a76295277f 100644
--- a/sys/modules/ata/atapci/chipsets/atavia/Makefile
+++ b/sys/modules/ata/atapci/chipsets/atavia/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ata/chipsets