Fix comment. This gap is not only on LUNA-88K2 but also on LUNA-88K.
authoraoyama <aoyama@openbsd.org>
Sat, 17 Jun 2017 00:28:18 +0000 (00:28 +0000)
committeraoyama <aoyama@openbsd.org>
Sat, 17 Jun 2017 00:28:18 +0000 (00:28 +0000)
sys/arch/luna88k/dev/if_le.c

index 272a027..d5b5f69 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_le.c,v 1.11 2017/03/20 19:37:54 miod Exp $ */
+/*     $OpenBSD: if_le.c,v 1.12 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 ;           /* 16bit gap */
        volatile uint16_t       ler1_rap;       /* register select port */
 };