Date: Tue, 20 Dec 2005 22:41:33 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci vga_pci.c Message-ID: <200512202241.jBKMfX7a040234@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-12-20 22:41:33 UTC FreeBSD src repository Added files: sys/dev/pci vga_pci.c Log: Add a vgapci(4) stub device driver for VGA PCI devices. This device serves as a bus so that other drivers such as drm(4), acpi_video(4), and agp(4) can attach to it thus allowing multiple drivers for the same device. It also removes the need for the drmsub hack for the i8[13]0/i915 drm and agp drivers. Revision Changes Path 1.3 +262 -0 src/sys/dev/pci/vga_pci.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512202241.jBKMfX7a040234>