--- - branch: MAIN date: Sat Jan 11 01:43:22 UTC 2014 files: - new: '1.13' old: '1.12' path: src/sys/arch/luna68k/luna68k/mainbus.c pathrev: src/sys/arch/luna68k/luna68k/mainbus.c@1.13 type: modified id: 20140111T014322Z.3535ceef402bb8f43a0c6ecebc9b8c9aa5d58c1f log: | Use the same address as LUNA to probe LANCE on LUNA-II. It looks the device is mapped at both regions. 4.4BSD/luna68k probes it at 0xf1000000, but UniOS-Mach for LUNA-II attaches the lance at 0xf0000000. It is probably because the UniOS needs to map DS1220 NVRAM (mapped at 0xf1000004 and used to store the MAC address) to the different kernel page, but there is no reason for us to use different addresses. (Note our bootloader already use the same address for both machines.) This change will make (forthcoming) booted device check easier. module: src subject: 'CVS commit: src/sys/arch/luna68k/luna68k' unixtime: '1389404602' user: tsutsui