From owner-cvs-sys Tue Oct 22 13:20:39 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA28226 for cvs-sys-outgoing; Tue, 22 Oct 1996 13:20:39 -0700 (PDT) Received: (from se@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA28204; Tue, 22 Oct 1996 13:20:20 -0700 (PDT) Date: Tue, 22 Oct 1996 13:20:20 -0700 (PDT) From: Stefan Esser Message-Id: <199610222020.NAA28204@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci pci.c pcireg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 96/10/22 13:20:19 Modified: sys/pci pci.c pcireg.h Log: Add support for ioctl() accesses to PCI config space registers. Garrett Wollman sent me this code a few weeks ago for review, and I made some significant changes, which he in turn accepted ... In order to make use of these changes, a device entry has to added to /dev. Submitted by: wollman Revision Changes Path 1.57 +165 -3 src/sys/pci/pci.c 1.8 +2 -1 src/sys/pci/pcireg.h