artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaa4dcb
)
Fix comment. This gap is not only on LUNA-88K2 but also on LUNA-88K.
author
aoyama
<aoyama@openbsd.org>
Sat, 17 Jun 2017 00:28:18 +0000
(
00:28
+0000)
committer
aoyama
<aoyama@openbsd.org>
Sat, 17 Jun 2017 00:28:18 +0000
(
00:28
+0000)
sys/arch/luna88k/dev/if_le.c
patch
|
blob
|
history
diff --git
a/sys/arch/luna88k/dev/if_le.c
b/sys/arch/luna88k/dev/if_le.c
index
272a027
..
d5b5f69
100644
(file)
--- a/
sys/arch/luna88k/dev/if_le.c
+++ b/
sys/arch/luna88k/dev/if_le.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_le.c,v 1.1
1 2017/03/20 19:37:54 miod Exp $
*/
+/* $OpenBSD: if_le.c,v 1.1
2 2017/06/17 00:28:18 aoyama Exp $
*/
/* $NetBSD: if_le.c,v 1.33 1996/11/20 18:56:52 gwr Exp $ */
/*-
@@
-63,7
+63,7
@@
*/
struct lereg1 {
volatile uint16_t ler1_rdp; /* data port */
- volatile unsigned :16 ; /*
LUNA-88K2 has a 16
bit gap */
+ volatile unsigned :16 ; /*
16
bit gap */
volatile uint16_t ler1_rap; /* register select port */
};