summaryrefslogtreecommitdiffstats
path: root/share/man/man4/pci.4
Commit message (Collapse)AuthorAgeFilesLines
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | support machines having multiple independently numbered PCI domains and don't support reenumeration without ambiguity amongst the devices as seen by the OS and represented by PCI location strings. This includes introducing a function pci_find_dbsf(9) which works like pci_find_bsf(9) but additionally takes a domain number argument and limiting pci_find_bsf(9) to only search devices in domain 0 (the only domain in single-domain systems). Bge(4) and ofw_pcibus(4) are changed to use pci_find_dbsf(9) instead of pci_find_bsf(9) in order to no longer report false positives when searching for siblings and dupe devices in the same domain respectively. Along with this change the sole host-PCI bridge driver converted to actually make use of PCI domain support is uninorth(4), the others continue to use domain 0 only for now and need to be converted as appropriate later on. Note that this means that the format of the location strings as used by pciconf(8) has been changed and that consumers of <sys/pciio.h> potentially need to be recompiled. Suggested by: jhb Reviewed by: grehan, jhb, marcel Approved by: re (kensmith), jhb (PCI maintainer hat)
* Remove empty section.brueffer2007-04-071-2/+0
| | | | MFC after: 3 days
* 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