rnoland 2008-09-19 19:11:35 UTC
FreeBSD src repository
Modified files:
sys/dev/pci vga_pci.c
Log:
SVN rev 183194 on 2008-09-19 19:11:35Z by rnoland
pci_setup_intr() will only enable MSI/MSI-X for direct children. Add methods
to vga_pci.c to request on behalf of i
jhb 2008-09-16 19:52:02 UTC
FreeBSD src repository
Modified files:
sys/dev/pci vga_pci.c
Log:
SVN rev 183095 on 2008-09-16 19:52:02Z by jhb
Allow child devices of vgapci(4) to query VPD strings and use MSI/MSI-X
interrupts. For the MSI/MSI-X case, we only all
jhb 2006-02-01 15:45:29 UTC
FreeBSD src repository
Modified files:
sys/dev/pci vga_pci.c
sys/pci agp_i810.c
Log:
Don't add an agp child in vgapci's attach routine if the PCIY_AGP
capability is present as not all devices supported by the agp_i810 d
jhb 2005-12-22 16:25:22 UTC
FreeBSD src repository
Modified files:
sys/dev/pci vga_pci.c
Log:
Return BUS_PROBE_GENERIC rather than 0 in the probe routine.
Requested by: marius
Revision ChangesPath
1.4 +1 -1 src/sys/dev/pci/vga_pci.c
On Tuesday 20 December 2005 05:47 pm, Nate Lawson wrote:
> John Baldwin wrote:
> > 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
John Baldwin wrote:
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)
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 a