Module Name:src
Committed By: riastradh
Date: Wed Jan 15 13:53:20 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/pci [riastradh-drm2]: drm_pci.c
Log Message:
Implement drm_pci_set_busid and drm_pci_set_unique.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1
Module Name:src
Committed By: riastradh
Date: Sun Sep 8 16:15:17 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/pci [riastradh-drm2]: drm_pci.c
Log Message:
Use the 64-bit PCI DMA tag if available.
Otherwise, it can't handle >32-bit physical addresses, which
uvm_obj_
Module Name:src
Committed By: riastradh
Date: Sun Sep 8 15:46:22 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/pci [riastradh-drm2]: drm_pci.c
Log Message:
Add missing initialization of dev->dmat in drm_pci_attach.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: riastradh
Date: Wed Jul 24 03:58:51 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/pci [riastradh-drm2]: drm_pci.c
Log Message:
Initialize PCI memory maps and bus space/dma tags in drm_pci_attach.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: riastradh
Date: Wed Jul 24 03:57:04 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/pci [riastradh-drm2]: drm_pci.c
Log Message:
Move driver->bus setting to drm_pci_init.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6
Module Name:src
Committed By: riastradh
Date: Wed Jul 24 03:54:14 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/pci [riastradh-drm2]: drm_pci.c
Log Message:
Make drm_pci_agp_init succeed for now.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 sr
Module Name:src
Committed By: riastradh
Date: Wed Jul 24 03:53:31 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/pci [riastradh-drm2]: drm_pci.c
Log Message:
Initialize dev->driver->bus in drm_pci_attach.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.
Module Name:src
Committed By: riastradh
Date: Wed Jul 24 02:35:07 UTC 2013
Added Files:
src/sys/external/bsd/drm2/pci [riastradh-drm2]: drm_pci.c
Log Message:
First draft of a local drm_pci.c.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/sys/external