From owner-cvs-sys Tue Jan 21 15:41:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA22742 for cvs-sys-outgoing; Tue, 21 Jan 1997 15:41:45 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA22735; Tue, 21 Jan 1997 15:41:44 -0800 (PST) Date: Tue, 21 Jan 1997 15:41:44 -0800 (PST) From: Stefan Esser Message-Id: <199701212341.PAA22735@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci pcibus.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 97/01/21 15:41:44 Modified: sys/pci pcibus.h Log: Add PCI LKM support: The new function pci_register_lkm (struct pci_device *dvp) appends the driver to the list of known PCI drivers, and initiates a PCI bus rescan. Revision Changes Path 1.6 +2 -0 src/sys/pci/pcibus.h