From owner-cvs-all Wed Dec 8 10:26:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C4EA156D5; Wed, 8 Dec 1999 10:04:09 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA56501; Wed, 8 Dec 1999 09:44:07 -0800 (PST) (envelope-from ken@FreeBSD.org) Message-Id: <199912081744.JAA56501@freefall.freebsd.org> From: Kenneth Merry Date: Wed, 8 Dec 1999 09:44:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 pci.4 Makefile src/usr.sbin/pciconf pciconf.c src/sys/alpha/alpha dec_2100_a50.c dec_axppci_33.c dec_eb64plus.c dec_kn20aa.c dec_st550.c dec_st6600.c src/sys/pci pci.c pcivar.h pci_ioctl.h src/sys/sys pciio.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/12/08 09:44:06 PST Modified files: share/man/man4 Makefile usr.sbin/pciconf pciconf.c sys/alpha/alpha dec_2100_a50.c dec_axppci_33.c dec_eb64plus.c dec_kn20aa.c dec_st550.c dec_st6600.c sys/pci pci.c pcivar.h sys/sys pciio.h Added files: share/man/man4 pci.4 Removed files: sys/pci pci_ioctl.h Log: [ 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 Revision Changes Path 1.66 +2 -2 src/share/man/man4/Makefile 1.11 +2 -4 src/usr.sbin/pciconf/pciconf.c 1.5 +1 -2 src/sys/alpha/alpha/dec_2100_a50.c 1.6 +1 -2 src/sys/alpha/alpha/dec_axppci_33.c 1.4 +1 -2 src/sys/alpha/alpha/dec_eb64plus.c 1.7 +1 -2 src/sys/alpha/alpha/dec_kn20aa.c 1.5 +1 -2 src/sys/alpha/alpha/dec_st550.c 1.4 +1 -2 src/sys/alpha/alpha/dec_st6600.c 1.135 +2 -2 src/sys/pci/pci.c 1.37 +1 -2 src/sys/pci/pcivar.h 1.5 +82 -95 src/sys/sys/pciio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message