artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b18001c
)
Remove an unused struct.
author
visa
<visa@openbsd.org>
Fri, 25 Jun 2021 13:29:40 +0000
(13:29 +0000)
committer
visa
<visa@openbsd.org>
Fri, 25 Jun 2021 13:29:40 +0000
(13:29 +0000)
sys/dev/fdt/if_cad.c
patch
|
blob
|
history
diff --git
a/sys/dev/fdt/if_cad.c
b/sys/dev/fdt/if_cad.c
index
d8cbb70
..
a4246dd
100644
(file)
--- a/
sys/dev/fdt/if_cad.c
+++ b/
sys/dev/fdt/if_cad.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_cad.c,v 1.
2 2021/06/13 02:56:48 drahn Exp $
*/
+/* $OpenBSD: if_cad.c,v 1.
3 2021/06/25 13:29:40 visa Exp $
*/
/*
* Copyright (c) 2021 Visa Hankala
@@
-208,11
+208,6
@@
struct cad_desc {
#define GEM_RXD_BADFCS (1 << 13)
#define GEM_RXD_LEN_MASK 0x1fff
-struct cad_txdesc {
- uint32_t txd_addr;
- uint32_t txd_status;
-};
-
#define GEM_TXD_USED (1 << 31)
#define GEM_TXD_WRAP (1 << 30)
#define GEM_TXD_RLIMIT (1 << 29)