Re: Yes, NetBSD still boots on pretty ancient Alphas...
Istvan Gyenes <[email protected]> Fri, 30 Jul 2021 11:37:25 +0200
| Newsgroups | gmane.os.netbsd.ports.alpha |
|---|---|
| Message-ID | <[email protected]> |
On 2021. 07. 29. 16:23, Jason Thorpe wrote: >> >> >> Removed "DEPCA_CSR_DUM | " recompiled, but nothing has changed. > Hrmph. Ok. Well, I've managed to track down an ISA version of this > card (a DE202). Once it arrives I'll be able to debug a bit more > directly on my AXPpci33. > -- thorpej Update: I have found another DE205 and it works :) [ 1.000000] eisa0 at jensenio0 [ 1.000000] Compaq QVision 1024/E Graphics Controller at eisa0 slot 1 not configured [ 1.000000] ahb0 at eisa0 slot 6: Adaptec AHA-1742A SCSI [ 1.000000] ahb0: interrupting at eisa irq 12 (edge trigger) [ 1.000000] scsibus0 at ahb0: 8 targets, 8 luns per target [ 1.000000] isa0 at jensenio0 [ 1.000000] lc0 at isa0 port 0x300-0x31f iomem 0xd0000-0xd07ff irq 5: DE205-AC [ 1.000000] lc0: address 08:00:2b:9f:fc:8c, 128KB RAM, 2KB window [ 1.000000] attimer0 at isa0 port 0x40-0x43 [ 1.000000] vga0 at isa0 port 0x3b0-0x3df iomem 0xa0000-0xbffff [ 1.000000] wsdisplay0 at vga0 kbdmux 1: console (80x25, vt100 emulation), using wskbd0 [ 1.000000] wsmux1: connecting to wsdisplay0 [ 1.000000] vga1 at isa0 port 0x3b0-0x3df iomem 0xa0000-0xbffff [ 1.000000] wsdisplay1 at vga1 kbdmux 1 However I have to remove the EISA DE422 because if it is in, then there is no activity on the DE205. Strange, but I am unable to find out what causes this. What I have figured out is that the DE205 should be at IRQ5 and 2K (starting at: D0000) as it is factory configured and to reconfigure I have to find a ISA PC to run the setup utility. So I have tried some other EISA settings on the DE422 to have both cards in the machine. One time when I configured with 32K (the default is 64K) surprisingly there were no error message at depca2, but there were no link on the DE205... [ 1.0000000] depca2 at eisa0 slot 4: DEC DE422 Ethernet [ 1.0000000] depca2: shared memory at 0xe0000-0xeffff [ 1.0000000] le0 at depca2 le0: address 08:00:2b:3d:48:f1 [ 1.0000000] le0: 32 receive buffers, 8 transmit buffers [ 1.0000000] depca2: interrupting at edge (eisa irq 10 trigger) br, -- istvan