Re: SCSi issues after 10.0 update

David Brownlee <[email protected]> Thu, 30 May 2024 10:05:12 +0100
Newsgroups gmane.os.netbsd.ports.sparc64
Message-ID <CAGN_6paCyXF0P_QmvSuG1aFjdpcan8cTb4tKR+D5SEcS3KcHhA@mail.gmail.com>
On Thu, 30 May 2024 at 05:26, matthew green <[email protected]> wrote:
>
> i had a look at changes in SCSI between netbsd-9 and netbsd-10 and
> nothing pops out.  is there a chance you can do a binary search
> between those two branches?

(Adding a little more detail in case it helps :)

One approach would be:
1) find a test which always fails on netbsd-10 (maybe
pkgsrc/benchmarks/bonnie++ or similar)
2) boot a netbsd-9 install and confirm ir runs without issue
3) cross build of kernel from somewhere between
4) test boot the new kernel with the netbsd-9 install, and loop back
to 3) either closer to netbsd-9 or netbsd-10

I'm happy to help with 3) if you don't have a particularly fast build
box - I can run up a set of test kernels (say one per month between -9
and -10) and you can binary search across them

David