cvs commit: src/sys/dev/pci vga_pci.c

John Baldwin jhb at FreeBSD.org
Tue Dec 20 14:41:52 PST 2005


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)


More information about the cvs-all mailing list