K 10 svn:author V 3 ken K 8 svn:date V 27 1999-12-08T17:44:04.000000Z K 7 svn:log V 575 [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the 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 to or remove them altogether. In many cases, pci_ioctl.h was unused. Reviewed by: steve END