Re: [hatari-devel] Linux-68k and REQUEST SENSE |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Linux-68k and REQUEST SENSE
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Mon, 25 Nov 2024 10:03:22 +0100
- Arc-authentication-results: i=1; strato.com; arc=none; dkim=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; t=1732525418; s=strato-dkim-0002; d=strato.com; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=F2q2+hDs531wO3jIMmz4sbyH0Myd6YouVSbr2/ESgkY=; b=ZTZjxgBnneE8Omg6TL+vxViSkuR/7/bpz26UF8HaWZ9CkfyjYhd7k6+SxGpbbNkvNK Q1t4WHAnprn0UkDajnOijlbwDzFEKTN3N4i2MV2stivDs8XuXTYAxNaGc0uGBmXhoXMQ ZbI3gI+1TqV31hg0QVFrllYs8b8ah46SgdiV+HVprO/rJr03hpEEC+lVXBdyjFEE486v HuhvwylkHkt0+Io1M+kAOB4WFpSjYPBTkjqQo72LaFFmEAcfT0ypF7QHW5QAyN2UrpXT zraiRhYjIu3AiQ1MF+sQtaWcdI/4OkpMtdCYmrJXdzCvq/dK6mtGNGLVlV3WAlvrRcPy K1Hw==
- Arc-seal: i=1; a=rsa-sha256; t=1732525418; cv=none; d=strato.com; s=strato-dkim-0002; b=GbJuJccUgzOoLHT58qtYZEIOwNCBV7m3iJX9qLgW+Cwvu/3C5JzWZt43/A8KRu5PMC KEW7qhKeTzEPNvGRnGamDz5wlxHqptsbaymDQH3zMBefgwwgISGVosyVbSdW9QbLBBso nP7W8cuyvsNC6pW8IG5FPGO2TceGtANE3wW2eHF+EnJFdvywK0v/3gTXhOioPy7Ee0xN cb17B+IjMmiLBs83ZUZzui7hL0xxA0+vP153YMqROjVvHTZ38yXIh8k1AoCxnHt7+zsI chh5JgGmpk2/gJ3lffLDhbt5V116BZ0GFFzEtEhOE/z99+ayRU8wzYb5Kg14WAUaECi6 HHaA==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1732525418; s=strato-dkim-0002; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=F2q2+hDs531wO3jIMmz4sbyH0Myd6YouVSbr2/ESgkY=; b=DDg4eIjEA7G2AplU50F9FxxN3ryjhquWpBVyPPnKSSqYeLGs9riDimIr+qhU3L9pt5 unfjqNnYvXlH9QIr24JcO+HVsbxD4Zx/Px8SiTZmcmadRWHF5NEp3bH/9DrH5GVDLgX4 B4onXyyW+J+yURvXX06vg7wTIfnfxIxBMgESB31iKgLv8A1Tl6wEJYfJOM6RXfP+uSCi SMtBWVxZ/pN9+cofZoeTKnLWdqgvHTp5BwC8PMu6WuUwouoQ+rdWsbaC4T81OEIx6GTh le75p0ME5nckRZX91UQOcvO+SNKbWwK6ClVEQ3xFhCpxn4oa6AOP3+NiBUupCHSoFQk7 ACeg==
- Dkim-signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; t=1732525418; s=strato-dkim-0003; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=F2q2+hDs531wO3jIMmz4sbyH0Myd6YouVSbr2/ESgkY=; b=cOtElkbBX9qIRa/SvscAKWJUAXnEjP3rVsB9qiEbka7T5xEMb/Jwp8YQp+oSLajsC4 up7Z1D0VMdKSlYufRbAA==
> > Strangely, I think that I already posted all this information some months
> > ago ;-).
>
> It's possible, but that info may have been over too many mails...
I also posted what happens with an old Linux version (2.0.36) and a TT.
The image I use works fine with a real TT and SCSI2Pi.
This Linux version is launched by running BOOTSTRA.PRG from within TOS.
BOOTSTRA.PRG loads the Linux kernel and then executes it.
With Hatari Linux 2.0.36 correctly reports the name of the SCSI drive, but
then reports a timeout when scanning for partitions:
Partition check:
sda:scsi : aborting command due to timeout : pid 17, scsi0, channel 0, id 0, lun 0, 0x08 00 00 00 02 00
scsi: aborting command
scsi0 : destination target 0, lun 0
command = 0x08 00 00 00 02 00
With a real TT the partition check with the same image says:
Partition check:
sda: AHDI sda1 sda2 sda3 XGM (and so on)
The error with Hatari refers to an attempt to read sector 2, which on my
image is the boot sector of the first partition.
IMO there is still something wrong with Hatari's low level SCSI
implementation. Not with the emulated SCSI commands as such, but the bus
signal handling.