From cdf669dd0c4c5349e23a6a7b332274e7ce22ed95 Mon Sep 17 00:00:00 2001 From: ken 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 d137fbd..5def839 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.1