···246devices/247firmware/248net/0249250devices/ contains a filesystem representation of the device tree. It maps251directly to the internal kernel device tree, which is a hierarchy of···264drivers/ contains a directory for each device driver that is loaded265for devices on that particular bus (this assumes that drivers do not266span multiple bus types).0000267268269More information can driver-model specific features can be found in
···246devices/247firmware/248net/249+fs/250251devices/ contains a filesystem representation of the device tree. It maps252directly to the internal kernel device tree, which is a hierarchy of···263drivers/ contains a directory for each device driver that is loaded264for devices on that particular bus (this assumes that drivers do not265span multiple bus types).266+267+fs/ contains a directory for some filesystems. Currently each268+filesystem wanting to export attributes must create its own hierarchy269+below fs/ (see ./fuse.txt for an example).270271272More information can driver-model specific features can be found in