Add some rather bare-bones driver interface docs.
Sponsored by: Netflix
Differential D35912
stand: Add driver interface docs imp on Jul 25 2022, 8:32 PM. Authored by Tags None Referenced Files
Subscribers
Details
Add some rather bare-bones driver interface docs. Sponsored by: Netflix
Diff Detail
Event Timeline
Comment Actions Roll all the review feedback into this update (hopefully)
Comment Actions Based on my previous comments, I suggest something like this for dv_type: .It dv_type Type of device. The supported types are: .Bl -tag -width "DEVT_NONE" .It DEVT_NONE .It DEVT_DISK .It DEVT_NET .It DEVT_CD .It DEVT_ZFS .It DEVT_FD .El Each type may have its own associated (struct type_devdesc), which has the generic (struct devdesc) as its first member. (The markup might need a little tweaking, particularly the references to the structures, but that should be in the right ballpark.) Comment Actions I'm going to commit what I have... Comment Actions https://reviews.freebsd.org/D35912#inline-221612 missing. If not deliberate, race you to fixing it. |