Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161512230
D53839.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D53839.diff
View Options
diff --git a/sys/conf/files b/sys/conf/files
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -844,6 +844,17 @@
dev/amdpm/amdpm.c optional amdpm pci | nfpm pci
dev/amdsmb/amdsmb.c optional amdsmb pci
#
+dev/aq/aq_main.c optional aq
+dev/aq/aq_media.c optional aq
+dev/aq/aq_irq.c optional aq
+dev/aq/aq_ring.c optional aq
+dev/aq/aq_hw.c optional aq
+dev/aq/aq_hw_llh.c optional aq
+dev/aq/aq_fw.c optional aq
+dev/aq/aq_fw1x.c optional aq
+dev/aq/aq_fw2x.c optional aq
+dev/aq/aq_dbg.c optional aq
+#
dev/ata/ata_if.m optional ata | atacore
dev/ata/ata-all.c optional ata | atacore
dev/ata/ata-dma.c optional ata | atacore
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -44,6 +44,7 @@
${_armv8crypto} \
${_armv8_rng} \
${_asmc} \
+ aq \
ata \
ath \
ath_dfs \
diff --git a/sys/modules/aq/Makefile b/sys/modules/aq/Makefile
new file mode 100644
--- /dev/null
+++ b/sys/modules/aq/Makefile
@@ -0,0 +1,12 @@
+.PATH: ${SRCTOP}/sys/dev/aq
+
+KMOD = if_aq
+SRCS = aq_main.c aq_media.c aq_irq.c
+SRCS += aq_ring.c aq_hw.c aq_hw_llh.c
+SRCS += aq_fw.c aq_fw1x.c aq_fw2x.c aq_dbg.c
+SRCS += device_if.h bus_if.h pci_if.h
+SRCS += ifdi_if.h opt_inet.h opt_inet6.h opt_platform.h opt_rss.h
+SRCS += miibus_if.h
+
+.include <bsd.kmod.mk>
+
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 5, 10:44 AM (22 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34705968
Default Alt Text
D53839.diff (1 KB)
Attached To
Mode
D53839: aq(4): Add build infrastructure
Attached
Detach File
Event Timeline
Log In to Comment