Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157564836
D55144.id172625.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
D55144.id172625.diff
View Options
diff --git a/sys/crypto/ccp/ccp_hardware.h b/sys/crypto/ccp/ccp_hardware.h
--- a/sys/crypto/ccp/ccp_hardware.h
+++ b/sys/crypto/ccp/ccp_hardware.h
@@ -259,7 +259,7 @@
*/
struct ccp_desc {
- union dword0 {
+ union /* dword0 */ {
struct {
uint32_t hoc:1; /* Halt on completion */
uint32_t ioc:1; /* Intr. on completion */
@@ -382,7 +382,7 @@
uint32_t length;
uint32_t src_lo;
- struct dword3 {
+ struct /* dword3 */ {
uint32_t src_hi:16;
uint32_t src_mem:2;
uint32_t lsb_ctx_id:8;
@@ -390,12 +390,12 @@
uint32_t src_fixed:1;
};
- union dword4 {
+ union /* dword4 */ {
uint32_t dst_lo; /* NON-SHA */
uint32_t sha_len_lo; /* SHA */
};
- union dword5 {
+ union /* dword5 */ {
struct {
uint32_t dst_hi:16;
uint32_t dst_mem:2;
@@ -407,7 +407,7 @@
uint32_t key_lo;
- struct dword7 {
+ struct /* dword7 */ {
uint32_t key_hi:16;
uint32_t key_mem:2;
uint32_t reserved_5:14;
diff --git a/sys/modules/ccp/Makefile b/sys/modules/ccp/Makefile
--- a/sys/modules/ccp/Makefile
+++ b/sys/modules/ccp/Makefile
@@ -10,9 +10,6 @@
SRCS+= cryptodev_if.h
SRCS+= pci_if.h
-CFLAGS+= -fms-extensions
-CFLAGS.clang+= -Wno-microsoft-anon-tag
-
MFILES= kern/bus_if.m kern/device_if.m opencrypto/cryptodev_if.m \
dev/pci/pci_if.m
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 23, 9:38 PM (10 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33435337
Default Alt Text
D55144.id172625.diff (1 KB)
Attached To
Mode
D55144: ccp: Don't name anonymous structure and union types
Attached
Detach File
Event Timeline
Log In to Comment