Re: Installing NetBSD on DS10 Failing
Rin Okuyama <[email protected]> Fri, 29 Mar 2024 11:13:35 +0900
| Newsgroups | gmane.os.netbsd.ports.alpha |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 2024/03/27 22:22, dnovak1 wrote: > acerid0:1:0: reset failed > acerid0:1:0: unbusy timed > acerid0:1:0: reset failed > acerid0:1:0: unbusy timed > acerid0:1:0: reset failed > acerid0:1:0: unbusy timed > …repeat… Unfortunately, DMA for aceride(4) does not work on DS10. You can (1) netboot from on-board NIC (see https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.3/alpha/INSTALL.html#Installing%20the%20NetBSD%20System for more details) (2) or, use custom kernel with DMA disabled: --- aceride* at pci? dev ? function ? flags 0x0002 --- ^^^^^^^^^^^^ Note that all SATA controllers I've ever tried work just fine on DS10, when plugged in PCI slots, including PCIe ahcisata(4) connected via PCI-PCIe reverse bridges. Thansk, rin