From 64ae346b521983a6fc2f72b795b5c8ae101ddac1 Mon Sep 17 00:00:00 2001 From: "Kenneth D. Merry" Date: Wed, 8 Dec 1999 17:44:04 +0000 Subject: [ 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 --- usr.sbin/pciconf/pciconf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.sbin/pciconf') diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c index d137fbdf615f..5def83972a22 100644 --- a/usr.sbin/pciconf/pciconf.c +++ b/usr.sbin/pciconf/pciconf.c @@ -40,9 +40,7 @@ static const char rcsid[] = #include #include #include - -#include -#include +#include #include "pathnames.h" -- cgit v1.3