]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man5/linsysfs.5
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
[FreeBSD/FreeBSD.git] / share / man / man5 / linsysfs.5
1 .\" Written by Garrett Wollman
2 .\" This file is in the public domain.
3 .\"
4 .\" $FreeBSD$
5 .\"
6 .Dd May 6, 2006
7 .Dt LINSYSFS 5
8 .Os
9 .Sh NAME
10 .Nm linsysfs
11 .Nd Linux system file system
12 .Sh SYNOPSIS
13 .Bd -literal
14 linsys          /compat/linux/sys       linsysfs        rw 0 0
15 .Ed
16 .Sh DESCRIPTION
17 The Linux system file system, or
18 .Nm ,
19 emulates a subset of the Linux sys file system and is required for
20 the complete operation of some Linux binaries.
21 .Pp
22 The
23 .Nm
24 provides a two-level view of devices.
25 At the highest level, PCI devices themselves are named, according to
26 their bus, slot and function in the system hierachy.
27 PCI storage devices are listed in the scsi_host class with a device sym-link
28 to the PCI directories of the devices.
29 .Pp
30 Each device node is a directory containing some files and directories:
31 .Bl -tag -width status
32 .It Pa host
33 A place holder for storage
34 .Pa host
35 information.
36 .It Pa pci_id
37 A directory for the
38 .Pa pci_id
39 that contains either the device information or another directory structure
40 for a PCI bridge.
41 .El
42 .Pp
43 Each host node of scsi_host is a directory containing some files and directories:
44 .Bl -tag -width proc_name
45 .It Pa proc_name
46 The Linux registered driver name for these devices.
47 .It Pa device
48 A sym-link to the PCI
49 .Pa device
50 directory.
51 .El
52 .Sh FILES
53 .Bl -tag -width /compat/linux/sys/devices/pci0000:00 -compact
54 .It Pa /compat/linux/sys
55 The normal mount point for the
56 .Nm .
57 .It Pa /compat/linux/sys/class/scsi_host
58 The storage host node.
59 .It Pa /compat/linux/sys/devices/pci0000:00
60 The PCI device hierarchy node.
61 .El
62 .Sh SEE ALSO
63 .Xr mount 2 ,
64 .Xr unmount 2 ,
65 .Xr linprocfs 5 ,
66 .Xr pseudofs 9
67 .Sh HISTORY
68 The
69 .Nm
70 first appeared in
71 .Fx 7.0 .
72 .Sh AUTHORS
73 .An -nosplit
74 The
75 .Nm
76 was derived from
77 .Nm linprocfs
78 by
79 .An Doug Ambrisko .
80 This manual page was edited by
81 .An Doug Ambrisko ,
82 based on the
83 .Xr linprocfs 5
84 manual page by
85 .An Garrett Wollman .