Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F139327791
D4417.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
908 B
Referenced Files
None
Subscribers
None
D4417.diff
View Options
Index: head/sys/dev/sfxge/common/efsys.h
===================================================================
--- head/sys/dev/sfxge/common/efsys.h
+++ head/sys/dev/sfxge/common/efsys.h
@@ -246,6 +246,7 @@
#define EFSYS_OPT_MCDI 1
#define EFSYS_OPT_MCDI_LOGGING 0
+#define EFSYS_OPT_MCDI_PROXY_AUTH 0
#define EFSYS_OPT_MAC_FALCON_GMAC 0
#define EFSYS_OPT_MAC_FALCON_XMAC 0
Index: head/sys/dev/sfxge/common/efx_check.h
===================================================================
--- head/sys/dev/sfxge/common/efx_check.h
+++ head/sys/dev/sfxge/common/efx_check.h
@@ -153,6 +153,13 @@
# endif
#endif /* EFSYS_OPT_MCDI_LOGGING */
+/* Support MCDI proxy authorization */
+#if EFSYS_OPT_MCDI_PROXY_AUTH
+# if !EFSYS_OPT_MCDI
+# error "MCDI_PROXY_AUTH requires MCDI"
+# endif
+#endif /* EFSYS_OPT_MCDI_PROXY_AUTH */
+
/* Support LM87 monitor */
#if EFSYS_OPT_MON_LM87
# if !EFSYS_OPT_FALCON
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 11, 9:42 PM (51 m, 12 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26876751
Default Alt Text
D4417.diff (908 B)
Attached To
Mode
D4417: sfxge: [1/6] add common code MCDI proxy auth build option
Attached
Detach File
Event Timeline
Log In to Comment