Page MenuHomeFreeBSD

zldrobit_gmail.com (Jiacong Fang)
User

Projects

User does not belong to any projects.

User Details

User Since
Jul 4 2025, 9:33 AM (38 w, 2 d)

Recent Activity

Nov 7 2025

zldrobit_gmail.com added a comment to D53634: mpr.4: Remove Broadcom LSI 3908 from support list.

IMHO, in the discussion of https://reviews.freebsd.org/D52760, dear reviwers and I agreed to remove LSI 3908 in the mpr.4 support list. Unfortunately, LSI 3908 is kept in the previous revision & commit, which should be removed. If this is my fault, I'm very sorry for the annoyance.

Nov 7 2025, 8:13 AM · manpages
zldrobit_gmail.com updated the diff for D53634: mpr.4: Remove Broadcom LSI 3908 from support list.

Rebase the patch for main

Nov 7 2025, 7:55 AM · manpages
zldrobit_gmail.com requested review of D53634: mpr.4: Remove Broadcom LSI 3908 from support list.
Nov 7 2025, 7:46 AM · manpages

Sep 28 2025

zldrobit_gmail.com updated the diff for D52760: mpr.4: Add Broadcom LSI 3808 to support list.
Sep 28 2025, 2:59 PM · manpages
zldrobit_gmail.com retitled D52760: mpr.4: Add Broadcom LSI 3808 to support list from mpr.4: Add Broadcom LSI 3808/3908 to support list
Sep 28 2025, 2:58 PM · manpages
zldrobit_gmail.com added a comment to D52760: mpr.4: Add Broadcom LSI 3808 to support list.

@ziaee I tested the LSI SAS 3908 (MegaRAID 9560 8i), with 14.3-RELEASE. The mrsas driver is automatically loaded, it works with either JBOD mode or RAID0. However, after devctl detach -f and devctl set driver -f device mpr, devctl responded with "device not configured". Even with hint.mpr.0.at="pcix:y:z" in device.hints, the mrsas driver will be loaded instead of the mpr one. In my test, mpr driver does not support SAS 3908, at least with the current firmware. So I delete the SAS 3908 in the support list of the patch.

Sep 28 2025, 12:10 PM · manpages

Sep 27 2025

zldrobit_gmail.com added a comment to D52760: mpr.4: Add Broadcom LSI 3808 to support list.

IIRC, I only have LSI 3808 (MegaRAID 9500 8i), and I could test it tomorrow. The original mailing list about LSI 3808 I found is Re: SAS3808 PCI-E 4.0, FreeBSD / ZFS support ?.

Sep 27 2025, 4:35 PM · manpages
zldrobit_gmail.com requested review of D52760: mpr.4: Add Broadcom LSI 3808 to support list.
Sep 27 2025, 3:00 PM · manpages

Jul 7 2025

zldrobit_gmail.com updated the diff for D51188: dtrace: fix symbol address resolving.

@markj I found that we should also delete st_value = 0 in dt_module_symsort32/64(), otherwise dmp->dm_aslen would always be lesser than dmp->dm_asrsv by at least one. As a result, dt_module_symsort32/64() ignore the last element in dmp->dm_asmap and dt_module_symaddr32/64() wouldn't find it. I had to update the patch accordingly. Sorry for interrupting the test suite procedure.

Jul 7 2025, 6:20 PM · DTrace
zldrobit_gmail.com added a comment to D51188: dtrace: fix symbol address resolving.

@avg Sure, I recreated the patch with the -U999 option.

Jul 7 2025, 3:58 PM · DTrace
zldrobit_gmail.com updated the diff for D51188: dtrace: fix symbol address resolving.

The patch is updated:

  1. Delete sym->st_value != 0 in dt_module_syminit32().
  2. Generate patch file with -U999 option.
Jul 7 2025, 3:51 PM · DTrace
zldrobit_gmail.com requested review of D51188: dtrace: fix symbol address resolving.
Jul 7 2025, 7:34 AM · DTrace