···246246devices/247247firmware/248248net/249249+fs/249250250251devices/ contains a filesystem representation of the device tree. It maps251252directly to the internal kernel device tree, which is a hierarchy of···264263drivers/ contains a directory for each device driver that is loaded265264for devices on that particular bus (this assumes that drivers do not266265span multiple bus types).266266+267267+fs/ contains a directory for some filesystems. Currently each268268+filesystem wanting to export attributes must create its own hierarchy269269+below fs/ (see ./fuse.txt for an example).267270268271269272More information can driver-model specific features can be found in