Re: Installing NetBSD on DS10 Failing

Jason Thorpe <[email protected]> Thu, 28 Mar 2024 19:24:12 -0700
Newsgroups gmane.os.netbsd.ports.alpha
Message-ID <[email protected]>
Do you have a DS10? Can you send me a dmesg?

-- thorpej
Sent from my iPhone.

> On Mar 28, 2024, at 7:13 PM, Rin Okuyama <[email protected]> wrote:
> 
> 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