Change le(4) buffer address to 0x71010000, which is the same address
authoraoyama <aoyama@openbsd.org>
Mon, 29 Aug 2016 23:14:50 +0000 (23:14 +0000)
committeraoyama <aoyama@openbsd.org>
Mon, 29 Aug 2016 23:14:50 +0000 (23:14 +0000)
commit95758d8bd8a6e5b0e1c3572fd387b9480b4fc9a2
tree6aa2cc668a5a5206e1ca508f5d3770d926c2dc04
parentd8b92a591cce0b31587345a5da75b16c8e26aac4
Change le(4) buffer address to 0x71010000, which is the same address
with NetBSD/luna68k.

LUNA has 128KB so-called '3 port RAM' starting at 0x71000000.
Originally, first 64KB of this area is designed for I/O processor
HD647180, and next 64KB is designed for LANCE.

This makes possible to support I/O processor in the future:-)
sys/arch/luna88k/dev/if_le.c