From owner-cvs-all Sat Mar 7 03:35:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA25207 for cvs-all-outgoing; Sat, 7 Mar 1998 03:35:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA25201; Sat, 7 Mar 1998 03:35:11 -0800 (PST) (envelope-from se@FreeBSD.org) From: Stefan Esser Received: (from se@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA11102; Sat, 7 Mar 1998 03:33:27 -0800 (PST) Date: Sat, 7 Mar 1998 03:33:27 -0800 (PST) Message-Id: <199803071133.DAA11102@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci pci.c pci_ioctl.h pcibus.h src/sys/i386/isa pcibus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk se 1998/03/07 03:33:26 PST Modified files: (Branch: RELENG_2_2) sys/pci pci.c pci_ioctl.h pcibus.h sys/i386/isa pcibus.c Log: Add PCI LKM support. Drivers that want to be loadable need to call the new function "pci_register_lkm(&pci_device, 0)" from their "load" entry point. The new PCIOCATTACHED ioctl on /dev/pci allows user-land programs to find out, whether a PCI device got a driver attached. The "pciconf" function has been extended to return that information for automatic PCI driver loading from /etc/rc. Revision Changes Path 1.57.2.7 +421 -334 src/sys/pci/pci.c 1.1.2.2 +3 -0 src/sys/pci/pci_ioctl.h 1.4.4.1 +3 -2 src/sys/pci/Attic/pcibus.h 1.27.2.1 +1 -2 src/sys/i386/isa/pcibus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message