diff options
author | ken <ken@FreeBSD.org> | 1999-12-08 17:44:04 +0000 |
---|---|---|
committer | ken <ken@FreeBSD.org> | 1999-12-08 17:44:04 +0000 |
commit | cdf669dd0c4c5349e23a6a7b332274e7ce22ed95 (patch) | |
tree | 6f72060e6e960edfc33f6b93c4adb3a488dd32bf /sys/pci/pcivar.h | |
parent | 9c42a64866402347e4236cd8093f94f654bae318 (diff) | |
download | FreeBSD-src-cdf669dd0c4c5349e23a6a7b332274e7ce22ed95.zip FreeBSD-src-cdf669dd0c4c5349e23a6a7b332274e7ce22ed95.tar.gz |
[ 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 <pci/pci_ioctl.h> to <sys/pciio.h> or remove them
altogether. In many cases, pci_ioctl.h was unused.
Reviewed by: steve
Diffstat (limited to 'sys/pci/pcivar.h')
-rw-r--r-- | sys/pci/pcivar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h index 31cea00..510e96f 100644 --- a/sys/pci/pcivar.h +++ b/sys/pci/pcivar.h @@ -34,7 +34,6 @@ #define PCI_COMPAT #endif -#include <pci/pci_ioctl.h> /* XXX KDM */ #include <sys/queue.h> /* some PCI bus constants */ |