summaryrefslogtreecommitdiffstats
path: root/share/man/man4/pci.4
Commit message (Collapse)AuthorAgeFilesLines
* Expand *n't contractions.ru2005-02-131-3/+3
|
* Fixed the misplaced $FreeBSD$.ru2005-02-091-1/+1
|
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-031-7/+14
|
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
|
* Hiten's patchset for section four manpages, slightly edited by me.ru2003-06-281-25/+39
|
* add verbage on various failure cases to match the /dev/pci interface.jmg2003-06-231-6/+15
|
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-3/+3
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: normalize .Nd.ru2001-04-181-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-1/+1
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-7/+7
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* First round of config related changes to the manpages.asmodai2000-01-231-1/+1
| | | | device blah0 -> device blah for PCI devices and busses.
* Discourage usage of controller in kernel config files. Reflect thisasmodai2000-01-171-1/+1
| | | | by changing ``controller'' to ``device'' as per GENERIC and LINT.
* [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in theken1999-12-081-0/+295
background ] Rename sys/pci/pci_ioctl.h to sys/sys/pciio.h to make it easier for userland programs to use this interface. Reformat the file, and add a BSD-style copyright to it. Add a new man page for pci(4). The PCIOCGETCONF, PCIOCREAD, and PCIOCWRITE ioctls are documented, but the PCIOCATTACHED ioctl is not documented because it is not implemented. Change includes of <pci/pci_ioctl.h> to <sys/pciio.h> or remove them altogether. In many cases, pci_ioctl.h was unused. Reviewed by: steve
OpenPOWER on IntegriCloud