Date: Sat, 06 May 2006 11:13:13 +0200 From: Christian Brueffer <brueffer@FreeBSD.org> To: Doug Ambrisko <ambrisko@ambrisko.com> Cc: freebsd-doc@freebsd.org Subject: Re: Review, suggests, help for linsysfs man page Message-ID: <20060506091313.GB44060@haakonia.hitnet.RWTH-Aachen.DE> In-Reply-To: <200605041923.k44JNslA082523@ambrisko.com> References: <200605041923.k44JNslA082523@ambrisko.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--HG+GLK89HZ1zG0kk Content-Type: multipart/mixed; boundary="vGgW1X5XWziG23Ko" Content-Disposition: inline --vGgW1X5XWziG23Ko Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 04, 2006 at 12:23:54PM -0700, Doug Ambrisko wrote: >=20 > Please show me the error of my ways :-) This file system, the changes to > the the Linux emulator and the mfi(4) driver will let us configure an LSI= =20 > SAS RAID card via FreeBSD. >=20 Attached is a version of the manpage with several fixes included. Some more mdoc magic may still be necessary, I didn't have much time to look at it yet. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --vGgW1X5XWziG23Ko Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="linsysfs.5" .\" Written by Garrett Wollman .\" This file is in the public domain. .\" .\" $FreeBSD$ .\" .Dd May 6, 2006 .Dt LINSYSFS 5 .Os .Sh NAME .Nm linsysfs .Nd Linux system file system .Sh SYNOPSIS .Bd -literal linsys /compat/linux/sys linsysfs rw 0 0 .Ed .Sh DESCRIPTION The Linux system file system, or .Nm , emulates a subset of the Linux sys file system and is required for the complete operation of some Linux binaries. .Pp The .Nm provides a two-level view of devices. At the highest level, PCI devices themselves are named, according to their bus, slot and function in the system hierachy. PCI storage devices are listed in the scsi_host class with a device sym-link to the PCI directories of the devices. .Pp Each device node is a directory containing some files and directories: .Bl -tag -width status .It Pa host A place holder for storage .Pa host information. .It Pa pci_id A directory for the .Pa pci_id that contains either the device information or another directory structure for a PCI bridge. .El .Pp Each host node of scsi_host is a directory containing some files and directories: .Bl -tag -width proc_name .It Pa proc_name The Linux registered driver name for these devices. .It Pa device A sym-link to the PCI .Pa device directory. .El .Sh FILES .Bl -tag -width /compat/linux/sys/devices/pci0000:00 -compact .It Pa /compat/linux/sys The normal mount point for the .Nm . .It Pa /compat/linux/sys/class/scsi_host The storage host node. .It Pa /compat/linux/sys/devices/pci0000:00 The PCI device hierarchy node. .El .Sh SEE ALSO .Xr mount 2 , .Xr unmount 2 , .Xr linprocfs 5 , .Xr procfs 5 , .Xr pseudofs 9 .Sh HISTORY The .Nm first appeared in .Fx 7.0 . .Sh AUTHORS .An -nosplit The .Nm was derived from .Nm linprocfs by .An Doug Ambrisko . This manual page was edited by .An Doug Ambrisko , based on the .Xr linprocfs 5 manual page by .An Garrett Wollman . --vGgW1X5XWziG23Ko-- --HG+GLK89HZ1zG0kk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEXGipbHYXjKDtmC0RAh/HAJ48CnUv3b2bgxVdU54UUNU2D4AsWACeI8A0 YpwAt+PW51scDb1dK3Sgbww= =8OdV -----END PGP SIGNATURE----- --HG+GLK89HZ1zG0kk--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060506091313.GB44060>