On Fri, 3 May 2024 at 01:12, Arnd Bergmann <arnd@xxxxxxxxxx> wrote: > > From: Arnd Bergmann <arnd@xxxxxxxx> > > This is one of the hackiest Alpha machines, and the only one without > PCI support. Removing this allows cleaning up code in eise and tty > drivers in addition to the architecture code. Oh well, The axp150 was the machine I used originally, so it's a bit sad to see it go. But yeah, good riddance. The lack of byte and word operations were a fundamental mistake and made those early alphas very painful. The design team obviously made other technical mistakes (sw fill tlb etc, with memory ordering being the one that never got fixed), but the byte were the killer for any sanity both on the IO side and the code generation side. Linus