Re: mips64eb seems to be mostly 32-bit
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.mips.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jul 05, 2021 at 04:10:50AM +1000, matthew green wrote: > > [ 3.1430380] dk0 at sd0: "octeon-boot", 163840 blocks at 32768, type: ntfs > > [ 3.1538992] dk1 at sd0: "octeon-root", 761856 blocks at 196608, type: ffs > [ ... ] > > [ 3.1606850] boot device: sd0 > > [ 3.1708506] root on sd0a dumps on sd0b > > to me this implies that the evbmips device_register() needs some > work to associate dk* with sd*, so that root is found properly. I thought we do that in generic code, and also this would mean Simon should have seen the problem when he first created that image. Martin