Date: Sat, 7 Mar 1998 03:33:27 -0800 (PST) From: Stefan Esser <se@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 Message-ID: <199803071133.DAA11102@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803071133.DAA11102>