[Bug 276524] Setting LUN block size in ctl.conf to 512 will use volblocksize instead
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Feb 2024 18:53:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276524 --- Comment #20 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=7c667affb7b09fcdcb81f6f2635e9dfab7bc1fa8 commit 7c667affb7b09fcdcb81f6f2635e9dfab7bc1fa8 Author: Alexander Motin <mav@FreeBSD.org> AuthorDate: 2024-02-27 18:28:44 +0000 Commit: Alexander Motin <mav@FreeBSD.org> CommitDate: 2024-02-27 18:28:44 +0000 CTL: Drop Format Device and Rigid Disk Geometry mode pages Those mode pages are obsolete since SBC-2 specification almost 20 years ago. First I was trying to understand possible relations between physical block and physical sector terms in different specs. Then was thinking about possible relations to device CHS geometry and compatibility issues. Finally I just decided that none of it worth the efforts and should rest in piece. PR: 276524 sys/cam/ctl/ctl.c | 194 ---------------------------------------------- sys/cam/ctl/ctl_private.h | 63 --------------- 2 files changed, 257 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.