Re: I did a test on a DEC AlphaStation 600 and the SCSI driver seems borked
Martin Husemann <[email protected]> Sun, 15 Feb 2026 08:11:02 +0100
| Newsgroups | gmane.os.netbsd.ports.alpha |
|---|---|
| Message-ID | <[email protected]> |
Thanks for testing, this is usefull to know! > [ 3.2770497] isp0: Unhandled Response Type 0x9 > [ 3.3274389] isp0: Not RESPONSE in RESPONSE Queue (type 0x9) @ idx 0 (next > 1) nlooked 1 > [ 3.4220815] isp0: Request Queue Entry: > [ 3.4668013] isp0: 0x00000000: 09 01 00 04 dc 7f d2 00 00 fc ff ff 9a 01 > 00 00 > [ 3.5520843] isp0: 0x00000010: 00 00 00 00 b0 2e 49 01 00 fc ff ff 58 a9 > 4c 01 > [ 3.6374072] isp0: 0x00000020: 00 fc ff ff 5c 98 d2 00 00 fc ff ff 06 00 > 00 00 > [ 3.7226482] isp0: 0x00000030: 00 00 00 00 00 00 00 00 00 00 00 00 24 00 > 00 00 Yep, that is bad, our driver doesn't expect RQSTYPE_A64 (0x09) here in the interrupt handler. This used to work some time back (or there are controller difference I overlooked). I have a dmesg from 2019 (before my alpha hardware broke) where it is fine: https://netbsd.org/~martin/alpha-atf/dmesg.txt Martin